Re: compile error
| Newsgroups | gmane.comp.gnu.gift.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 08, 2006 at 11:28:28AM -0500, [email protected] wrote: > well, i'm finally getting arround to time to break my fork up into tiny patches, but have run into a compile problem in the CVS version. > > > when compiling CAccessorFactoryContainer.cc, i get the following output: > ../../libMRML/include/CAttributeList.h:82: error: extra qualification 'CAttributeList::' on member 'toXML' > pardon me, while i reply to myself. ;) heres the last things i see: then mv -f ".deps/CAccessorImplementation.Tpo" ".deps/CAccessorImplementation.Plo"; else rm -f ".deps/CAccessorImplementation.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAS_BOOL -DLINK_DYNAMICALLY -I../.. -g -O2 -DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE -DEF_PROTECT_ALIGNMENT=8 -DEF_FILL=42 -D IGNORE_UNKNOWN_URLS -MT CAccessorImplementation.lo -MD -MP -MF .deps/CAccessorImplementation.Tpo -c CAccessorImplementation.cc -fPIC -DPIC -o .libs/CAccessorImplementation.o g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAS_BOOL -DLINK_DYNAMICALLY -I../.. -g -O2 -DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE -DEF_PROTECT_ALIGNMENT=8 -DEF_FILL=42 -D IGNORE_UNKNOWN_URLS -MT CAccessorImplementation.lo -MD -MP -MF .deps/CAccessorImplementation.Tpo -c CAccessorImplementation.cc -o CAccessorImplementation.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAS_BOOL -DLINK_DYNAMICALLY -I../.. -g -O2 -DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE -DEF_PROTECT_ALIGNMENT=8 -DEF_FILL=42 -D IGNORE_UNKNOWN_URLS -MT CAccessorFactoryContainer.lo -MD -MP -MF ".deps/CAccessorFactoryContainer.Tpo" -c -o CAccessorFactoryContainer.lo CAccessorFactoryContainer.cc; \ then mv -f ".deps/CAccessorFactoryContainer.Tpo" ".deps/CAccessorFactoryContainer.Plo"; else rm -f ".deps/CAccessorFactoryContainer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAS_BOOL -DLINK_DYNAMICALLY -I../.. -g -O2 -DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE -DEF_PROTECT_ALIGNMENT=8 -DEF_FILL=42 -D IGNORE_UNKNOWN_URLS -MT CAccessorFactoryContainer.lo -MD -MP -MF .deps/CAccessorFactoryContainer.Tpo -c CAccessorFactoryContainer.cc -fPIC -DPIC -o .libs/CAccessorFactoryContainer.o ../../libMRML/include/CAttributeList.h:82: error: extra qualification 'CAttributeList::' on member 'toXML' make[3]: *** [CAccessorFactoryContainer.lo] Error 1 make[3]: Leaving directory `/disk1/gift/src/merge/cvs/gift/libMRML/cc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/disk1/gift/src/merge/cvs/gift/libMRML' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/disk1/gift/src/merge/cvs/gift' make: *** [all] Error 2 > any ideas? confirm/deny? ;) > > > Julia Longtin <[email protected]> > this is c++, i have no c++ skills. please help. this is the newest debian unstable, so it might be a "new gcc breaks things" problem. Julia Longtin <[email protected]>