OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Capn_Fish on January 25, 2007, 10:44:20 pm

Title: Make Sdl_ttf Compile Without Opengl
Post 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.
Title: Make Sdl_ttf Compile Without Opengl
Post by: Capn_Fish on January 26, 2007, 06:35:14 pm
Nobody? Any already compiled versions?
Title: Make Sdl_ttf Compile Without Opengl
Post by: kkazakov13 on January 27, 2007, 04:02:01 am
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:

Code: [Select]
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
Title: Make Sdl_ttf Compile Without Opengl
Post by: Capn_Fish on January 27, 2007, 11:45:59 am
Quote
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:

Code: [Select]
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!!!