Compiling qt version SuSE (gamepad)
|
03-27-2015, 05:26 PM
Post: #3
|
|||
|
|||
RE: Compiling qt version SuSE (gamepad)
Thanks Bigpet for your answer.
I hace checked my version of g++ and is 4.8.3. I have removed many override and I have been compiling to the point that I get this error Code: g++ -c -pipe -Wno-unused-function -Wno-unused-variable -Wno-strict-aliasing -fno-strict-aliasing -Wno-unused-parameter -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -msse2 -O3 -ffast-math -std=c++0x -Wall -W -D_REENTRANT -fPIE -DUSING_QT_UI -DUSE_FFMPEG -D_M_X64 -D_ARCH_64 -DPPSSPP_GIT_VERSION="\"v1.0.1-207-g79fc557\"" -D__STDC_CONSTANT_MACROS -Doverride -DSDL -D_REENTRANT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../Qt -I. -I../ext/zlib -I../Common -I../ffmpeg/linux/x86_64/include -I../../ppsspp -I../Common -I../native -I../native/ext -I../native/ext/glew -I../Qt -I../Qt/Debugger -isystem /usr/include/SDL2 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtOpenGL -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I.moc/ppsspp -I.ui/ppsspp -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/ppsspp/mainwindow.o ../Qt/mainwindow.cpp I'll try to upgrade the compiler to version 4.9 and check if it understands the override keyword. Thanks again for your answer. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Compiling qt version SuSE (gamepad) - jepbo - 03-27-2015, 02:23 PM
RE: Compiling qt version SuSE (gamepad) - Bigpet - 03-27-2015, 03:08 PM
RE: Compiling qt version SuSE (gamepad) - jepbo - 03-27-2015 05:26 PM
RE: Compiling qt version SuSE (gamepad) - jepbo - 03-27-2015, 07:26 PM
|