OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Capn_Fish on January 25, 2007, 10:44:20 pm
-
Whenever I try to compile something for my Z, it seems to think that the Zaurus supportsd OpenGL. Is there a way to force compiling (specifically SDL_ttf) without OpenGL support or to make the Zaurus realize that it doesn't support OpenGL?
Thanks in advance.
-
Nobody? Any already compiled versions?
-
Try to rename
/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/include/GL
Also, you might need to rename
/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/include/SDL/SDL_opengl.h
to sth else, so GL stuff don't work. If you use squashfs , this won't work, it's read-only. I have the dir read-write on my hdd.
If you want, I can build latest sdl-ttf for you.
EDIT: here you go
http://wasp.drun.net/zaurus/misc/sdl-ttf_2.0.8_armv5tel.ipk (http://wasp.drun.net/zaurus/misc/sdl-ttf_2.0.8_armv5tel.ipk)
http://wasp.drun.net/zaurus/misc/sdl-ttf-d....8_armv5tel.ipk (http://wasp.drun.net/zaurus/misc/sdl-ttf-devel_2.0.8_armv5tel.ipk)
I think that's what interested you:
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for OpenGL support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating SDL_ttf.spec
config.status: executing depfiles commands
-
Try to rename
/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/include/GL
Also, you might need to rename
/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/include/SDL/SDL_opengl.h
to sth else, so GL stuff don't work. If you use squashfs , this won't work, it's read-only. I have the dir read-write on my hdd.
If you want, I can build latest sdl-ttf for you.
EDIT: here you go
http://wasp.drun.net/zaurus/misc/sdl-ttf_2.0.8_armv5tel.ipk (http://wasp.drun.net/zaurus/misc/sdl-ttf_2.0.8_armv5tel.ipk)
http://wasp.drun.net/zaurus/misc/sdl-ttf-d....8_armv5tel.ipk (http://wasp.drun.net/zaurus/misc/sdl-ttf-devel_2.0.8_armv5tel.ipk)
I think that's what interested you:
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for OpenGL support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating SDL_ttf.spec
config.status: executing depfiles commands
[div align=\"right\"][a href=\"index.php?act=findpost&pid=152619\"][{POST_SNAPBACK}][/a][/div]
THANK YOU!!!