Hi,

The following two lines in trans.C refuse to compile on my Linux
PC (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)):


175:    temp.push_back(char(0));
176:    temp.push_back(char(accent));


Here's the output:

g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost    -I/usr/local/xforms -L/        
                usr/local/xforms -isystem /usr/X11R6/include  -g -O -fno-rtti 
-fno-exceptions -                        W -Wall -Wno-return-type -c trans.C
trans.C: In method `void Trans::AddDeadkey(enum tex_accent, const class string         
                &, const class string &)':
trans.C:175: no matching function for call to `basic_string<char,string_char_tr        
                aits<char>,__default_alloc_template<true,0> >::push_back (char)'
trans.C:176: no matching function for call to `basic_string<char,string_char_tr        
                aits<char>,__default_alloc_template<true,0> >::push_back (char)'
make[3]: *** [trans.o] Error 1
make[3]: Leaving directory `/local/software/LyX/lyx-devel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/local/software/LyX/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/local/software/LyX/lyx-devel/src'
make: *** [all-recursive] Error 1


Regards,
Rob.

Reply via email to