Hi, > scribus-0.9.8 compiled OK from source on Mdk9 but on my lfs build with > qt-3.1.2 (less the tools) make gave this error > > scribusXml.cpp: In member > function`bool ScriXmlDoc::WriteDoc(QString, ScribusDoc*, ScribusView*, > QProgressBar*)': scribusXml.cpp:1821: `gzputs' undeclared (first use > this function) scribusXml.cpp:1821: (Each undeclared identifier is > reported only once for each function it appears in.) > make[3]: *** [scribusXml.o] Error 1 > make[3]: Leaving directory > `/mnt/hdb8/programs/src/scribus-0.9.8/scribus' > > > Any suggestions as to what I should be looking at to fix this?
It looks like you need the gzip-devel files installed. Failing that, when you do the ./configure, specify that you don't want gzip facilities including. TTFN Paul -- Tired of bloated software which gobbles up your system resources? Bored of hearing your harddrive being thrashed by inefficient code? Feel like tearing your hair out when you see a blue screen of death? Then why not come over from the darkside, and become one of the ever increasing number of people using Linux - it's free, it's open, it's easier to use than Windows and more reliable as well.
