Technical support > Feature Requests
Problem during configure process
azmodai:
Hi,
As I can't run ufoai binaries because of lib problems with 64 bits systems I have to build ufoai from source ... but when I run the config process I get this message :
--- Code: ---
checking for sdl-config... yes
checking SDL.h usability... yes
checking SDL.h presence... yes
checking for SDL.h... yes
checking for library containing SDL_Init... no
configure: error: You must have the SDL development libraries
--- End code ---
That's so strange because I installed every SDL packages I could install :
SDL-sound, SDL-Input, SDL-net, SDL etc ....
I don't understand ....
Any idea ?
Thanks,
Mattn:
you have to install the dev packages, too - not only th libs
azmodai:
It worked out ! ;-)
sdl librairies were badly installed :-/
"emerge --unmerge libsdl && emerge libsdl" and it was good
Thanks,
bye
TDogg310:
I am experiencing a related problem on 32-bit Ubuntu 7.04. I followed the instruction given for Debian-based distributions, so I should have all dependencies satisfied. Synaptic indicates that I have libsdl-ttf2.0-dev installed, including /usr/include/SDL/SDL_ttf.h. When I run ./configure in ~/ufoai/trunk, I get the following error message:
checking for SDL_ttf.h... no
checking for SDL_ttf/SDL_ttf.h... no
configure: error: You must have the SDL_ttf development headers
I even tried installing the most recent versions of SDL_ttf using .deb packages, to no avail. What should I do?
Mattn:
--- Code: ---apt-get install libsdl-ttf2.0-dev
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version