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 235 - sdl_net 1.2.6 fails during compile.
Summary: sdl_net 1.2.6 fails during compile.
Status: RESOLVED FIXED
Alias: None
Product: SDL_net
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 21:26 UTC by Robin Cook
Modified: 2019-01-10 16:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Cook 2006-05-18 21:26:44 UTC
gcc 4.1.0, sdl 1.2.10, guilib 1.1.1    (guilib 1.1.2 fails with similar error but it is not an option to report a bug on)

if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.     -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC -O3 -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT chat.o -MD -MP -MF ".deps/chat.Tpo" -c -o chat.o chat.cpp; \
        then mv -f ".deps/chat.Tpo" ".deps/chat.Po"; else rm -f ".deps/chat.Tpo"; exit 1; fi
/usr/include/GUI/GUI_menu.h:42: error: extra qualification 'GUI_Submenu::' on member 'MouseDown'
/usr/include/GUI/GUI_menu.h:43: error: extra qualification 'GUI_Submenu::' on member 'MouseUp'
/usr/include/GUI/GUI_menu.h:44: error: extra qualification 'GUI_Submenu::' on member 'MouseMotion'
make: *** [chat.o] Error 1
Comment 1 Matt Turner 2006-05-21 22:39:56 UTC
Does the guilib optional dependency even function anymore?  Last I remember, it required some ridiculously old SDL version.
Comment 2 Robin Cook 2006-05-22 00:39:06 UTC
Have no the last time I compiled it it did but that was quite awhile ago
Comment 3 Ryan C. Gordon 2006-06-21 03:09:58 UTC
This isn't an SDL_net bug, and I don't think guilib is one of our projects...?

--ryan.

Comment 4 Sam Lantinga 2006-06-21 04:33:01 UTC
GUIlib is an unsupported UI test framework.  I'll leave this bug open because I'll fix it eventually, simply so the SDL_net test client compiles.
Comment 5 Sam Lantinga 2007-07-14 22:42:20 UTC
GUIlib builds with modern gcc again...