From: Dmitri A. S. <das...@gm...> - 2005-04-21 23:34:46
|
Dmitri A. Sergatskov wrote: > With 2005.04.21 snapshot: > > [dima@tumbleweed miscellaneous]$ make all > mkoctfile -DHAVE_OCTAVE_29 -v -DUSE_TERM -DHAVE_TERMCAP_H -c xmltree_read.c > gcc4 -c -fPIC -I/usr/local/include/octave-2.9.1 > -I/usr/local/include/octave-2.9.1/octave -I/usr/local/include -mieee-fp > -O3 -march=athlon-mp -pipe -DHAVE_OCTAVE_29 -DUSE_TERM -DHAVE_TERMCAP_H > xmltree_read.c -o xmltree_read.o > xmltree_read.act: In function ‘read_xmltree’: > xmltree_read.act:353: error: ‘xml_in’ undeclared (first use in this > function) > xmltree_read.act:353: error: (Each undeclared identifier is reported > only once > xmltree_read.act:353: error: for each function it appears in.) > make: *** [xmltree_read.o] Error 1 > Apparently the same problem as http://www.octave.org/octave-lists/archive/help-octave.2004/msg01327.html i.e. touching xmltree_read.c prior to build solves the problem Are there any reason we would want to rebuild xmltree_read.c from xmltree_read.l? Dmitri. -- |