Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP for nokia n900??
01-01-2014, 07:48 PM
Post: #18
RE: PPSSPP for nokia n900??
(03-24-2013 10:41 PM)xsacha Wrote:  Yes, Maemo 5. It is able to use the Qt build. There are no known blockers. I guess Maemo 5 users seem anti-Qt though. Prefer running SDL builds even though they aren't as optimised. I see that trend with most emulators/games. In that case, just fix the eglConfig.
The aim is to have only Qt builds in future though because it solves a lot of issues (like shared code, native UI and localisation).

Hi, I think Maemo5 community is not against QT (and qmake).

Point is that currently (1.Jan.2014) git head can be easily compiled with:
Code:
cd build ; cmake .. -DMAEMO:boolean=ON ; make

I understand very well reason to use only one build system.

Can you help how to start with qmake for Maemo5?

Trivial
Code:
cd Qt
qmake PPSSPPQt.pro
make

will end
Code:
/usr/include/QtOpenGL/qgl.h:74:17: error: conflicting declaration 'typedef GLfloat GLdouble'
In file included from ../native/gfx/gl_common.h:26:0,
                 from ../native/gfx_es2/draw_text.cpp:3:
../native/ext/glew/GL/glew.h:287:16: error: 'GLdouble' has a previous declaration as 'typedef double GLdouble'
Which seems there are some very basic step missing.

Maemo5 has
Code:
QMake version 2.01a
Using Qt version 4.7.4 in /usr/lib
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPSSPP for nokia n900?? - samipower - 01-31-2013, 09:06 PM
RE: PPSSPP for nokia n900?? - xsacha - 02-01-2013, 12:22 AM
RE: PPSSPP for nokia n900?? - samipower - 02-18-2013, 12:00 AM
RE: PPSSPP for nokia n900?? - VIRGIN KLM - 02-18-2013, 03:31 AM
RE: PPSSPP for nokia n900?? - Diman9 - 03-17-2013, 07:19 AM
RE: PPSSPP for nokia n900?? - Henrik - 03-17-2013, 09:32 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-22-2013, 10:47 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 07:10 AM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 01:41 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 02:57 PM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 05:53 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 10:41 PM
RE: PPSSPP for nokia n900?? - AapoRantalainen - 01-01-2014 07:48 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-01-2014, 11:03 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-04-2014, 11:43 PM

Forum Jump: