[Bug 63781] ./configure fails when building project from SDL template

Dominik Haumann dhdev at gmx.de
Tue Sep 9 16:41:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=63781     




------- Additional Comments From dhdev at gmx.de  2003-09-09 16:40 -------
[...]
> * checking for SDL - version >= 1.2.0... no
[...]
> Obviously, the automake/autoconf scripts to check for the prescense of SDL
> have failed.
This maybe a SDL error. It occuers on my machine, too, but has nothing to do
with kdevelop/gideon. It is really strange - perhaps the SDL guys can solve.
I think the problem is aclocal: If I change in my /usr/share/aclocal/sdl.m4
all "SDL.h" to "SDL/SDL.h" and the line
LIBS="$LIBS $SDL_LIBS" to
LIBS="$LIBS $SDL_LIBS -lSDLmain -lSDL"
it works fine!

--
Dominik Haumann,
dhaumann




More information about the KDevelop-devel mailing list