Juergen Vigna wrote:
> 
> On 30-May-2001 Kayvan A. Sylvan wrote:
> > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src 
>-I./../
> > -I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O2 -m486
> > -fno-strength-reduce -c math_macro.C
> > gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost 
>-isystem
> > /usr/X11R6/include -O2 -m486 -fno-strength-reduce -c math_macro.C -o math_macro.o
> > In file included from ../../src/lyxfont.h:21,
> >                  from ../../src/mathed/support.h:6,
> >                  from array.h:22,
> >                  from math_parinset.h:5,
> >                  from math_macro.h:28,
> >                  from math_macro.C:24:
> 
> Already commited a fix just update!
It did not fix the problem with gcc-3.0-20010528
Garst
Making all in mathed
make[3]: Entering directory `/usr/local/garst/lyx-devel/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -W -Wall -c array.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -W -Wall -Wp,-MD,.deps/array.pp -c array.C -o array.o
In file included from ../../src/debug.h:22,
                 from array.C:8:
../../src/support/lstrings.h: In function `int compare(const char*, const 
   char*)':
../../src/support/lstrings.h:37: `strcmp' undeclared (first use this function)
../../src/support/lstrings.h:37: (Each undeclared identifier is reported only 
   once for each function it appears in.)
../../src/support/lstrings.h: In function `int compare(const char*, const 
   char*, unsigned int)':
../../src/support/lstrings.h:44: `strncmp' undeclared (first use this function)
array.C: In member function `void MathedArray::move(int, int)':
array.C:230: `memmove' undeclared (first use this function)
make[3]: *** [array.lo] Error 1
make[3]: Leaving directory `/usr/local/garst/lyx-devel/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/garst/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/garst/lyx-devel/src'
make: *** [all-recursive] Error 1

Reply via email to