On Sat, 2004-07-03 at 10:56, Simon Munton wrote: > Hi, > > I'm getting compile errors building the latest cvs source. I'm using gcc > 3.3.4 > on Slackware 10.0 > > The error message is: > > In file included from pdflib.h:25, > from pdflib.cpp:18: > ../../scribus/scribusview.h:82: error: no type `vector<int>' in `std' > ../../scribus/scribusview.h:82: error: parse error before `&' token > > > If I ignore make errors, the same error occurs in other files (approx 20) > > Adding > > #include <vector> > > at the start of scribusview.h lets scribus compile successfully. > > Simon
Thanks, already noticed. Another one of those that only occurs with certain distros/versions of gcc. Doesnt happen here with 3.3.3 on Gentoo for example. Should be fixed in the next CVS update. Craig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20040703/0c2c56a2/attachment.pgp
