PPSSPP on Ubuntu
|
09-17-2013, 12:30 AM
Post: #99
|
|||
|
|||
RE: PPSSPP on Ubuntu
I have tried compiling ppsspp with Qt and I get this.
mainwindow.h: In constructor ‘MainWindow::MainWindow(QWidget*)’: mainwindow.h:152:22: warning: ‘MainWindow::memoryTexWindow’ will be initialized after [-Wreorder] mainwindow.h:145:9: warning: ‘QTimer MainWindow::timer’ [-Wreorder] mainwindow.cpp:26:1: warning: when initialized here [-Wreorder] mainwindow.h:153:24: warning: ‘MainWindow::displaylistWindow’ will be initialized after [-Wreorder] mainwindow.h:148:16: warning: ‘GlobalUIState MainWindow::lastUIState’ [-Wreorder] mainwindow.cpp:26:1: warning: when initialized here [-Wreorder] mainwindow.cpp:50:22: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp: In member function ‘void MainWindow::UpdateMenus()’: mainwindow.cpp:134:46: error: ‘struct Config’ has no member named ‘bAntiAliasing’ mainwindow.cpp:136:56: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp:137:56: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp:138:56: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp:139:56: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp: In member function ‘void MainWindow::on_action_Simple_2xAA_triggered()’: mainwindow.cpp:488:11: error: ‘struct Config’ has no member named ‘bAntiAliasing’ mainwindow.cpp:488:37: error: ‘struct Config’ has no member named ‘bAntiAliasing’ mainwindow.cpp: In member function ‘void MainWindow::on_action_OptionsFullScreen_triggered()’: mainwindow.cpp:555:20: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp:578:16: error: ‘struct Config’ has no member named ‘bAntiAliasing’ mainwindow.cpp: In member function ‘void MainWindow::SetZoom(float)’: mainwindow.cpp:703:12: error: ‘struct Config’ has no member named ‘iWindowZoom’ mainwindow.cpp:725:15: error: ‘struct Config’ has no member named ‘bAntiAliasing’ make[1]: *** [mainwindow.o] Error 1 make[1]: Leaving directory `/home/woody/ppsspp/Qt' make: *** [sub-PPSSPP-pro-make_default-ordered] Error 2 |
|||
« Next Oldest | Next Newest »
|