build fail #17522
Unanswered
xiazp
asked this question in
Unix & Windows
build fail
#17522
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "../../py/makeqstrdefs.py", line 213, in
preprocess()
File "../../py/makeqstrdefs.py", line 83, in preprocess
for output in p.imap(pp(flags), chunks):
File "C:\msys64\usr\Python38\lib\multiprocessing\pool.py", line 868, in next
raise value
File "C:\msys64\usr\Python38\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "../../py/makeqstrdefs.py", line 65, in run
return subprocess.check_output(args.pp + flags + files)
File "C:\msys64\usr\Python38\lib\subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\msys64\usr\Python38\lib\subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\msys64\usr\Python38\lib\subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\msys64\usr\Python38\lib\subprocess.py", line 1311, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
make: *** [../../py/mkrules.mk:133: build/genhdr/qstr.i.last] Error 1
make: *** Deleting file 'build/genhdr/qstr.i.last'
Beta Was this translation helpful? Give feedback.
All reactions