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 - GuiLib 1.2.1 fails with the below error....
Summary: GuiLib 1.2.1 fails with the below error....
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 1.2.11
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 18:46 UTC by Robin Cook
Modified: 2007-07-15 22:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.