Hartmut Haase wrote: > JMarc, > after the last 2 updates (today and 3 days ago) I got the following error > messages: > > make[3]: Entering directory `/home/haase/Software/lyx-devel/src/client' > if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -W > -Wall > -I/usr/X11R6/include -g -O -fno-exceptions -MT debug.o -MD -MP -MF > ".deps/debug.Tpo" \ > -c -o debug.o `test -f 'debug.C' || echo './'`debug.C; \ > then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; \ > else rm -f ".deps/debug.Tpo"; exit 1; \ > fi > debug.C:25: error: `strToInt' not declared > debug.C: In static member function `static lyx_debug_trait::type > lyx_debug_trait::value(const std::string&)': > debug.C:64: error: `strToInt' undeclared (first use this function) > debug.C:64: error: (Each undeclared identifier is reported only once for > each > function it appears in.) > make[3]: *** [debug.o] Fehler 1 > make[3]: Leaving directory `/home/haase/Software/lyx-devel/src/client' > > do you have any idea what is issing? I update with cvs update -dP
There is no strToInt in src/debug.C anymore. Have you put a block on updating src/debug.C? The relevant entry in the src/CVS/Entries file should be: $ grep debug.C src/CVS/Entries /debug.C/1.43/Mon Jan 31 08:58:23 2005// -- Angus