New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack and nodegui >= 0.45.0 fails to find qt for linux and mac #939
Comments
|
I have the same issue. |
|
The nodegui-starter needs a big update and maybe a rethink. |
same issue,but got a version not match |
|
Same here. node v16.14.0 after running |
|
This should have ideally worked but as a workaround you could also install Qt 5.15.x in your machine and nodegui should pick it up too. |
|
Hi @a7ul thanks for the tips. qmake --version |
|
I am experiencing the same issue as well |
|
I'm running into the same issue. node v18 npm v8.19.2 |
|
Im running into the same problem. `nodegui-starter@1.0.0 start asset nodegui_core-290f6c2c05e3b47bcedc55c3bd1078e0.node 8.86 MiB [emitted] (auxiliary name: main)
Error: libQt5Svg.so.5: cannot open shared object file: No such file or directory Manually changing NodeGUI version to 0.44.0 helped, but it`s not ok. |
|
just link framework, such as |
|
getting same error as debian above, but on Fedora |
|
Same issue, on MacOS Montery 12.6 |
|
Same error, MacOS Ventura 13.0.1 |
|
Got it to work on my machine (MacOS Monterey 12.5). I checked the dependency's build/Release directory and it seems like installing nodegui into a project doesn't correctly rebuild the native artifacts in there. So run this (starting from your project root): Then run |
|
Manually rebuilding (using jsyang's commands) did not work for me, it seemed like something is still linking against my system's qt libs (or I failed to rebuild properly) c++filt says _ZdlPvm is operator delete(void*, unsigned long) fwiw... i think that's c++abi level stuff. For now I've downgraded to 0.44.0. |
|
It works using @jsyang instructions on MacOS Monterey. Had to install |
Describe the bug
using the nodegui-starter repo and upgrading the nodegui version to anything greater than version 0.45.0 runs
npm installwithout error but fails atnpm startwith the following error:macos:
same for ubuntu:
my main Debian installation is giving this error:
because its using system wide qt ?
windows is working fine
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the window of the example app shows up
Desktop:
maybe this is a webpack configuration problem but I was not able to solve it
The text was updated successfully, but these errors were encountered: