Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
In file included from /usr/include/qt5/QtCore/QtCore:39:0,
                 from ../../ppsspp/Qt/mainwindow.h:4,
                 from ../UI/HostTypes.h:24,
                 from ../UI/NativeApp.cpp:85:
/usr/include/qt5/QtCore/qprocess.h:138:40: error: expected ‘;’ at end of member declaration
     bool open(OpenMode mode = ReadWrite) Q_DECL_OVERRIDE;

I'll try to upgrade the compiler to version 4.9 and check if it understands the override keyword.

Thanks again for your answer.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Compiling qt version SuSE (gamepad) - jepbo - 03-27-2015 05:26 PM

Forum Jump: