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 459

Summary: GuiLib 1.2.1 fails with the below error....
Product: SDL Reporter: Robin Cook <rcook>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.11   
Hardware: x86   
OS: Linux   

Description Robin Cook 2007-07-15 18:46:28 UTC
guilib 1.2.1 fails with the below error

if /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"GUIlib\" -DVERSION=\"1.2.1\" -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 -pipe -DPIC -fPIC -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT GUI_menu.lo -MD -MP -MF ".deps/GUI_menu.Tpo" -c -o GUI_menu.lo GUI_menu.cpp; \
        then mv -f ".deps/GUI_menu.Tpo" ".deps/GUI_menu.Plo"; else rm -f ".deps/GUI_menu.Tpo"; exit 1; fi
 g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"GUIlib\" -DVERSION=\"1.2.1\" -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 -pipe -DPIC -fPIC -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT GUI_menu.lo -MD -MP -MF .deps/GUI_menu.Tpo -c GUI_menu.cpp  -fPIC -DPIC -o .libs/GUI_menu.o
GUI_menu.h:42: error: extra qualification 'GUI_Submenu::' on member 'MouseDown'
GUI_menu.h:43: error: extra qualification 'GUI_Submenu::' on member 'MouseUp'
GUI_menu.h:44: error: extra qualification 'GUI_Submenu::' on member 'MouseMotion'
make: *** [GUI_menu.lo] Error 1
Comment 1 Sam Lantinga 2007-07-15 22:14:09 UTC
This is fixed, go ahead and re-download it after clearing your browser's cache.