We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 172

Summary: GUIlib warning when compiling SDL_net
Product: SDL_net Reporter: Samuel Owens <manwethegreat>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Linux   

Description Samuel Owens 2006-03-22 00:22:51 UTC
When configuring SDL_net 1.2.5, I get the following warning:
---------------------------------------------------------------------------------
configure: WARNING: *** Can't find the GUI library - not building test programs
The GUI library can be found at:
http://www.libsdl.org/projects/GUIlib/
---------------------------------------------------------------------------------
However, when I download GUIlib and try to compile that, it fails.  The autogen.sh & configure go fine, but everytime I go to compile, I end up with the following error message:
---------------------------------------------------------------------------------

linux:/home/samuelhowens/GUIlib-1.1.1 # make
cd . && automake-1.9 --foreign --include-deps Makefile
configure.in:51: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:51: the top level
Makefile.am: required file `./depcomp' not found
make: *** [Makefile.in] Error 1
---------------------------------------------------------------------------------
This doesn't seem to stop SDL_net from compiling/installing, but I'd like to know what the problem is, and if I can fix it.
I'm clueless here, so I hope I'm submitting this to the right place.  If not, please direct me to where to go.  Otherwise, thanks for any help.
Comment 1 Sam Lantinga 2006-03-22 00:36:33 UTC
You can ignore the GUIlib warning, it's just for the example program.
Comment 2 Sam Lantinga 2006-05-01 03:48:44 UTC
I've updated GUIlib to 1.1.2, to fix the automake issues.  Thanks!