On Wednesday 27 October 2004 15:56, Bojan Bo?ovi? wrote: > I just downloaded the latest version from CVS and tried to compile it > but half way through I received the following error: > > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libart-2.0 > -I/usr/include/freetype2 -I/usr/lib/qt3//include -I/usr/X11R6/include > -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new > -MT pdfopts.o -MD -MP -MF ".deps/pdfopts.Tpo" -c -o pdfopts.o pdfopts.cpp; > \ then mv -f ".deps/pdfopts.Tpo" ".deps/pdfopts.Po"; else rm -f > ".deps/pdfopts.Tpo"; exit 1; fi > In file included from pdfopts.cpp:2: > pdfopts.moc: In member function `virtual bool PDF_Opts::qt_invoke(int, > QUObject*)': > pdfopts.moc:182: error: `PDFMirrorH' undeclared (first use this function) > pdfopts.moc:182: error: (Each undeclared identifier is reported only > once for each function it appears in.) > make[3]: *** [pdfopts.o] Error 1 > make[3]: Leaving directory > `/home/bojan/svashta/scribus_prevod/Scribus/scribus' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/bojan/svashta/scribus_prevod/Scribus/scribus' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/bojan/svashta/scribus_prevod/Scribus' > make: *** [all] Error 2 > > What should I do to fix this? > regards
Start the build process from scratch, ie with make -f etc and if you can, export WANT_AUTCONF=2.5 and export WANT_AUTOMAKE=1.7 Failing that, make sure you get a full checkout of CVS in case one file was missed. Craig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20041027/654c1db6/attachment.pgp
