Author Topic: Make Sdl_ttf Compile Without Opengl  (Read 2382 times)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Make Sdl_ttf Compile Without Opengl
« 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.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Make Sdl_ttf Compile Without Opengl
« Reply #1 on: January 26, 2007, 06:35:14 pm »
Nobody? Any already compiled versions?
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Make Sdl_ttf Compile Without Opengl
« Reply #2 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-d....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
« Last Edit: January 27, 2007, 04:27:57 am by kkazakov13 »
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Make Sdl_ttf Compile Without Opengl
« Reply #3 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-d....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!!!
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo