”[ 13%] Linking CXX executable pyeditor
/usr/bin/ld: cannot find -lQt5::WebEngineCore: No such file or directory
/usr/bin/ld: cannot find -lQt5::WebEngine: No such file or directory
/usr/bin/ld: cannot find -lQt5::WebEngineWidgets: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [tools/PyEditor/src/CMakeFiles/pyeditorexe.dir/build.make:511: tools/PyEditor/src/pyeditor] Error 1
make[1]: *** [CMakeFiles/Makefile2:9135: tools/PyEditor/src/CMakeFiles/pyeditorexe.dir/all] Error 2
[ 13%] Linking CXX shared library libqremotefilebrowser.so
[ 13%] Built target qremotefilebrowser
make: *** [Makefile:146: all] Error 2”
As a side note, when I look at the product recipe for Qt, it also has a configure option to –skip WebEngine. This is curious. So even if I figured out how to reconfigure the SAT recipe to build a custom Qt instead of using the UB24.04 native, it still would lack these features.
Am I doing something wrong, or have I identified a bug?
Thank you for this suggestion. I don’t understand yet. How is linking PyEditor related to my NVidia driver? Are you saying that upgrading NVidia driver version solved the problem for you, or caused it for you?
I wasn’t able to identify any of your posts related to this problem. Could you provide me a link to that post?
i had a pop up window wit webengine, after i forced the update of my driver to be able to update the kernel. then this happened, and what i did was remove completly the drivers, re install them and restart the pc, the problem disapeared.
To be exact, I was having issues with kernel upgrade and from tuxedo (os I am using based in Ubuntu) they told me to update the drivers. I force it and not sure what went wrong there but Salome broke. After some search over internet I found that people over Salome meca where facing I tried their solution did not work and after some back and forward with chatgpt I finish by removing them completely and re installing it (drivers) and this solved it for me. EDIT: my bad my issue was with this: `OpenGl_Window:: glXCreateContext failed.`
On the Ubuntu 24.04 node used for building SALOME and on which qtwebengine5 is installed, we don’t encounter this issue.
Enclosed, let me share a Dockerfile which can be used for building SALOME on Ubuntu 24.04, along with the output of apt list –installed from the node where it was compiled. You can use this list to check against your installation.