I have run into an issue with SDL_mixer using the most recent release.
configure.in now has EXTRA_CFLAGS defined as:
EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
My issue is that Visual Studio 2003 defines an environment variable
called INCLUDE, so the above line erroneously pulls in the path to
Visual Studio’s include directory during configure.
I’ve attached a patch that removes the $INCLUDE from $EXTRA_CFLAGS
thanks,
- brian kropf
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: sdl_mixer.patch
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20060523/de34974e/attachment.asc