Ninstallation problem with solaris

Hello, I can’t finish installing SDL1.2.2 and SDL_image1.2.0 on solaris.
What I have done:
-downloading and expanding SDL1.2.2 and SDL_image1.2.0
-In SDL1.1.2, I ran “autogen.sh”, then “configure”, then “make”
-In SDL_image1.2.0, I ran “autogen.sh”, then “configure”, but it fails,
and “config.log” first error says:
“configure:2229: SDL.h: No such file or directory”

Is there any condition about the access path where SDL shoul be ?
Or the .o or .h files ?

Thanks !

Luc-Olivier

Hello, I can’t finish installing SDL1.2.2 and SDL_image1.2.0 on solaris.
What I have done:
-downloading and expanding SDL1.2.2 and SDL_image1.2.0
-In SDL1.1.2, I ran “autogen.sh”, then “configure”, then “make”
-In SDL_image1.2.0, I ran “autogen.sh”, then “configure”, but it fails,
and “config.log” first error says:
“configure:2229: SDL.h: No such file or directory”

Is there any condition about the access path where SDL shoul be ?
Or the .o or .h files ?

Thanks !

Luc-Olivier


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

How about ‘make install’ on SDL1.2.2?

Petri LatvalaOn Tue, 2 Oct 2001, Luc-Olivier De Charriere wrote: