Qt build problem
|
03-14-2013, 07:36 PM
Post: #7
|
|||
|
|||
RE: Qt build problem
Not sure if it's valid way to fix the problem but adding -fno-pic flag for CPUDetect.cpp compilation fixes the issue. Unfortunatly, I can't verify if it works because I have problems with Qt.
I managed to compile PPSSPP using Qt 5.0.1 but getting this if I try to execute it: I: ../native/file/zip_read.cpp:215: I: Registered VFS for prefix : assets/ I: ../native/file/zip_read.cpp:215: I: Registered VFS for prefix : ./ QMetaObject::connectSlotsByName: No matching signal for on_language_changed(QAction*) Cannot make QOpenGLContext current in a different thread Aborted (core dumped) I tried to test it using Qt 4.8.1 (in case if the problem was due to using Qt5) but I can't manage to compile because multimedia module doesn't want to work (so QAudioOutput and QAudioFormat can't be included) for some reason. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Qt build problem - porkness - 02-05-2013, 01:04 PM
RE: Qt build problem - Henrik - 02-05-2013, 01:32 PM
RE: Qt build problem - porkness - 02-05-2013, 01:42 PM
RE: Qt build problem - Henrik - 02-05-2013, 01:32 PM
RE: Qt build problem - porkness - 02-08-2013, 08:07 AM
RE: Qt build problem - Henrik - 02-08-2013, 08:15 AM
RE: Qt build problem - necrotek - 03-14-2013 07:36 PM
RE: Qt build problem - xsacha - 03-15-2013, 03:40 AM
RE: Qt build problem - necrotek - 03-15-2013, 10:20 PM
RE: Qt build problem - [Unknown] - 03-14-2013, 11:45 PM
|