Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error compiling PPSSPP Qt on Linux
02-28-2014, 04:02 AM
Post: #1
error compiling PPSSPP Qt on Linux
Was going fine until I got this error. Any idea what I'm missing?

Code:
g++ -c -m64 -pipe -Wno-unused-function -Wno-unused-variable -Wno-multichar -Wno-uninitialized -Wno-ignored-qualifiers -Wno-missing-field-initializers -Wno-unused-parameter -ffast-math -fno-strict-aliasing -std=c++0x -msse2 -O3 -fPIC -Wall -W -D_REENTRANT -DUSING_QT_UI -DUSE_FFMPEG -DPPSSPP_GIT_VERSION="\"v0.9.7.2-116-g909fc3d\"" -D__STDC_CONSTANT_MACROS -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../ext/zlib -I../native/ext/glew -I../Common -I../ffmpeg/linux/x86_64/include -I../native/ext/rg_etc1 -I../native/ext/cityhash -I../native/ext/jpge -I../native/ext/stb_vorbis -I../ext/snappy -I../native/ext/vjson -I../native/ext -I../native -I/usr/X11R6/include -I.moc/Native -o .obj/Native/zip_read.o ../native/file/zip_read.cpp
../native/file/zip_read.cpp:6:21: fatal error: QFileInfo: No such file or directory
#include <QFileInfo>
                     ^
compilation terminated.
make[1]: *** [.obj/Native/zip_read.o] Error 1
make[1]: Leaving directory `/home/james/ppsspp/Qt'
make: *** [sub-Native-pro-make_default-ordered] Error 2

PPA with the Qt version when?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: