nodegui/qode

Python cant open file 'configure'

ursarik opened this issue · 2 comments

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
}
`

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

a7ul commented

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