On Tuesday 05 October 2004 00:38, Matt Haber wrote: > Craig: > > Thanks. Here's what I get: > > s/stylereader.o > stylereader.cpp: In member function `void StyleReader::parse(QString)': > stylereader.cpp:417: `XML_PARSE_RECOVER' undeclared (first use this > function) stylereader.cpp:417: (Each undeclared identifier is reported only > once foreach function it appears in.) > make[5]: *** [stylereader.lo] Error 1 > make[5]: Leaving directory > `/var/tmp/scribus/scribus/plugins/gettext/sxwim' > make[4]: *** [install-recursive] Error 1 > make[4]: Leaving directory > `/var/tmp/scribus/scribus/plugins/gettext/sxwim' > make[3]: *** [install-recursive] Error 1 > make[3]: Leaving directory `/var/tmp/scribus/scribus/plugins/gettext' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/var/tmp/scribus/scribus/plugins' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/var/tmp/scribus/scribus' > make: *** [install-recursive] Error 1 > > .................. > > > On Tuesday 05 October 2004 00:48, Matt Haber wrote: > > > I had been running 1.2 RC and decided to upgrade to the latest > > > CVS. On compiling, I get errors related to excessive recursion (or > > > something like that). There is a suggestion listed about how to fix > > > the error, but i'm clueless about what file or where to set an > > > environment variable. (FWIW, i tried after to compile 1.2 with the > > > same result) > > > > > > -matt > > > > Please paste some of your errors.. > > > > Craig > > _______________________________________________ > > Scribus mailing list > > Scribus at nashi.altmuehlnet.de > > http://nashi.altmuehlnet.de/mailman/listinfo/scribus > > -- > Matt Haber > dance, portrait and fashion photography > http://www.matthaber.com
Hi, For current CVS, you need to add libxml2-devel to the compile requirements. This is for the new Open Office text importer which will be part of the 1.2.1 release in the coming weeks. Hope that helps, Peter
