Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ubuntu linux] qt build error
07-08-2013, 10:19 AM (This post was last modified: 07-08-2013 10:20 AM by oliox.)
Post: #1
Question [ubuntu linux] qt build error
tried to compile ppsspp on ubuntu raring(13.04) and it gave me this error
I'm clueless about this. Can anybody help me?

Code:
g++ -c -pipe -Wno-unused-function -Wno-unused-variable -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -Wno-unused-parameter -std=c++0x -ffast-math -fno-strict-aliasing -msse2 -O2 -Wall -W -D_REENTRANT -DUSING_QT_UI -DUSE_FFMPEG -DQT_HAS_SDL -D_GNU_SOURCE=1 -D_REENTRANT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/Qt-4.8.5/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/Qt-4.8.5/include/QtCore -I/usr/local/Trolltech/Qt-4.8.5/include/QtGui -I/usr/local/Trolltech/Qt-4.8.5/include/QtOpenGL -I/usr/local/Trolltech/Qt-4.8.5/include -I../ext/zlib -I../native/ext/glew -I../Common -I../ffmpeg/linux/x86_64/include -I.. -I../Common -I../native -I../Qt -I/usr/include/QtMultimediaKit -I/usr/include/QtMobility -I/usr/include/SDL -I/usr/X11R6/include -Imoc -Iui -o controls.o controls.cpp
controls.cpp: In constructor ‘Controls::Controls(QWidget*)’:
controls.cpp:34:15: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp:34:47: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp:36:43: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp: In member function ‘virtual void Controls::showEvent(QShowEvent*)’:
controls.cpp:56:15: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp:56:47: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp:58:43: error: ‘struct Config’ has no member named ‘iMappingMap’
controls.cpp: In member function ‘void Controls::on_buttonBox_accepted()’:
controls.cpp:98:14: error: ‘struct Config’ has no member named ‘iMappingMap’
make[1]: *** [controls.o] Error 1
make[1]: Leaving directory `/home/joao/ppsspp/Qt'
make: *** [sub-PPSSPP-pro-make_default-ordered] Error 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: