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
