On Tue, May 15, 2007 at 02:49:11AM +0700, Andrey G. Grozin wrote: > Hello *, > > With gcc-4.1.1, I get > > i686-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes > -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract > -IClasses/Atomic -IClasses/Compound -IClasses/Mathematics -IData/Drd > -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow > -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit > -I/usr/include/freetype2 -Wall -Wno-return-type -O3 > -fexpensive-optimizations -fno-rtti -fno-exceptions -c > ./Typeset/Boxes/Modifier/change_boxes.cpp -o Objects/change_boxes.o > ./Typeset/Boxes/Modifier/change_boxes.cpp:327: error: extra qualification > 'remember_box_rep::' on member 'remember_box_rep' > make[1]: *** [Objects/change_boxes.o] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/app-office/texmacs-1.0.6.10/work/TeXmacs-1.0.6.10-src/src' > make: *** [TEXMACS] Error 2 > > Any ideas?
Just remove 'remember_box_rep::'. I tried and it works. I have fixed this on the CVS. Thanks for noticing this bug, Joris _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
