Sdl_config

How do you set the SDL_CONFIG in win32?

i use it with aid of msys, a bash style prompt for windows.

http://www.mingw.org/msys/> ----- Original Message -----

From: andre.d.paris@bcliquorstores.com (andre paris)
To:
Sent: Tuesday, August 10, 2004 3:26 PM
Subject: [SDL] SDL_CONFIG

How do you set the SDL_CONFIG in win32?


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

Alan Wolfe <atrix2 cox.net> writes:

i use it with aid of msys, a bash style prompt for windows.

http://www.mingw.org/msys/

Alan,
As do I, but I am still incapable of accessing the SDL library from within, it
tells me to set the SDL_CONFIG. Do you know I do that?

post the exact command you are using and then post the exact error message
then maybe someone can help better (:> ----- Original Message -----

From: andre.d.paris@bcliquorstores.com (andre paris)
To:
Sent: Tuesday, August 10, 2004 4:12 PM
Subject: [SDL] Re: SDL_CONFIG

Alan Wolfe <atrix2 cox.net> writes:

i use it with aid of msys, a bash style prompt for windows.

http://www.mingw.org/msys/

Alan,
As do I, but I am still incapable of accessing the SDL library from
within, it
tells me to set the SDL_CONFIG. Do you know I do that?


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

I receive the following error message when I attempt to configure within the
msys win32 bash command client.

*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config
configure error *** SDL version 1.2.7 not found!

Does anyone know how I can configure this variable in WinXP?

hey andre, what exactly are you configuring?> ----- Original Message -----

From: andre.d.paris@bcliquorstores.com (andre paris)
To:
Sent: Tuesday, August 10, 2004 4:45 PM
Subject: [SDL] SDL_CONFIG

I receive the following error message when I attempt to configure within
the
msys win32 bash command client.

*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config
configure error *** SDL version 1.2.7 not found!

Does anyone know how I can configure this variable in WinXP?


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

On the prompt, ‘sdl-config’ should do something like this:

$ sdl-config --cflags
-I/usr/local/include/SDL

Your problem is, the system doesn’t find ‘sdl-config’.

Try:
$ cd /
$ find . -name sdl-config
./local/bin/sdl-config
$ set
…lots of output, see PATH= line…
PATH=’.:/usr/local/bin:/mingw/bin:…’

Either ‘/usr/local/bin’ isn’t on your path, or ‘sdl-config’ isn’t in
that dir.

-ak

ps. You have run ‘make install’ for SDL, haven’t you…?

11.8.2004 kello 02:45, andre paris kirjoitti:> I receive the following error message when I attempt to configure

within the
msys win32 bash command client.

*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config
configure error *** SDL version 1.2.7 not found!

Does anyone know how I can configure this variable in WinXP?


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