Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Python cant open file 'configure' #7

Closed
ursarik opened this issue Sep 5, 2019 · 2 comments
Closed

Python cant open file 'configure' #7

ursarik opened this issue Sep 5, 2019 · 2 comments

Comments

@ursarik
Copy link

ursarik commented Sep 5, 2019

linux fedora 30 os
`python: can't open file 'configure': [Errno 2] No such file or directory
child_process.js:660
throw err;
^

Error: Command failed: python configure --dest-cpu=x64
at checkExecSyncError (child_process.js:621:11)
at Object.execSync (child_process.js:657:15)
at execSync (/home/maxim/Desktop/work/qode/build.js:13:35)
at Object. (/home/maxim/Desktop/work/qode/build.js:82:1)
at Module._compile (internal/modules/cjs/loader.js:936:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
at Module.load (internal/modules/cjs/loader.js:790:32)
at Function.Module._load (internal/modules/cjs/loader.js:703:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:999:10)
at internal/main/run_main_module.js:17:11 {
status: 2,
signal: null,
output: [ null, null, null ],
pid: 12609,
stdout: null,
stderr: null
}
`

@J-Cake
Copy link

J-Cake commented Oct 10, 2019

have you worked out how to fix this yet?
I've got the same issue.

@a7ul
Copy link
Collaborator

a7ul commented Nov 1, 2019

Sorry for the late reply. @J-Cake @chudakM
This happens because the git submodule node is not synced.

To fix this just run with SYNC_GIT_SUBMODULE=true

SYNC_GIT_SUBMODULE=true QT_INSTALL_DIR=path/to/qt/5.13.0/clang_64 node build.js

@a7ul a7ul closed this as completed Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants