Thanks for the fast reply. Sorry I didn't realize this was answered. However, I still haven't completely understood what I have to do unfortunately, so I'll use the other thread to continue my question for consistency.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've been trying to compile PythonQt3.1 using qtcreator and Qt5.5.1 in Ubuntu 14.04.
Unfortunately, I've been getting some errors. The latest one (which I haven't solved yet) says:
~/PythonQt3.1/build/../lib/libPythonQt_QtAll.so: undefined reference to
PythonQt_init_QtQml(_object*)' ~/PythonQt3.1/build/../lib/libPythonQt_QtAll.so: undefined reference to
PythonQt_init_QtQuick(_object)'collect2: error: ld returned 1 exit status
make[2]: [../../lib/PyGuiExample] Error 1
make[1]: [sub-PyGuiExample-make_first] Error 2
make: ** [sub-examples-make_first-ordered] Error 2
15:00:38: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project PythonQt (kit: Desktop Qt 5.5.1 GCC 64bit)
When executing step "Make"
Do you guys know what the problem might be here?
Many thanks!
Zaf
I answered this here:
https://sourceforge.net/p/pythonqt/discussion/631393/thread/a9358753/
Thanks for the fast reply. Sorry I didn't realize this was answered. However, I still haven't completely understood what I have to do unfortunately, so I'll use the other thread to continue my question for consistency.