I get a compile-time error when trying to install lyx-1.1.5.
I'm using gcc 2.8.1.

                                        Ron Steinke




Making all in intl
make[1]: Entering directory `/usr/src/lyx-1.1.5/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/lyx-1.1.5/intl'
Making all in po
make[1]: Entering directory `/usr/src/lyx-1.1.5/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/lyx-1.1.5/po'
Making all in src
make[1]: Entering directory `/usr/src/lyx-1.1.5/src'
make  all-recursive
make[2]: Entering directory `/usr/src/lyx-1.1.5/src'
Making all in mathed
make[3]: Entering directory `/usr/src/lyx-1.1.5/src/mathed'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/lyx-1.1.5/src/mathed'
Making all in insets
make[3]: Entering directory `/usr/src/lyx-1.1.5/src/insets'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/lyx-1.1.5/src/insets'
Making all in support
make[3]: Entering directory `/usr/src/lyx-1.1.5/src/support'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/lyx-1.1.5/src/support'
make[3]: Entering directory `/usr/src/lyx-1.1.5/src'
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images  -I/usr/X11R6/include  -g -O2 -fno-rtti 
-fno-exceptions -c buffer.C
/usr/include/g++/stl_vector.h: In method `void 
vector<lyxstring,__default_alloc_template<true,0> >::insert(class lyxstring *, class 
lyxstring *, class lyxstring *)':
/usr/include/g++/stl_vector.h:171: call of overloaded `range_insert(lyxstring *&, 
lyxstring *&, lyxstring *&, random_access_iterator_tag)' is ambiguous
/usr/include/g++/stl_vector.h:421: candidates are: 
vector<lyxstring,__default_alloc_template<true,0> >::range_insert(lyxstring *, 
lyxstring *, lyxstring *, forward_iterator_tag)
/usr/include/g++/stl_vector.h:410:                 
vector<lyxstring,__default_alloc_template<true,0> >::range_insert(lyxstring *, 
lyxstring *, lyxstring *, input_iterator_tag)
make[3]: *** [buffer.o] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.1.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.1.5/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.1.5/src'
make: *** [all-recursive] Error 1

Reply via email to