On Thu, 2004-10-21 at 07:46, bart at solozone.com wrote: > Towards the end of an apparently successful compile is the ERROR > bart at solozone.com, THUS:
> movepage.cpp:1: error: parse error before `/' token > movepage.cpp:1: error: parse error before `#' token Yep, looks like a typo in current CVS. Just delete the very first character in the file, the '/', and re-run `make'. It should build fine. The first line should go from: /#include "movepage.h" to #include "movepage.h" I'm sure the developers will sort this out shortly. -- Craig Ringer
