Hello, I am trying to compile Scribus-1.3.6 on a Zenwalk-4.0 system.
Configuration Summary: Libraries: Freetype2 installed: Yes Fontconfig found: Yes CUPS installed: Yes LittleCMS installed: Yes libtiff installed: Yes Libxml2 installed: Yes Python installed: Yes Configuration options: Debugging enabled: No cairo enabled: No (If you don't know you need this, ignore it) Other details: GhostScript 8.15 was found at /usr/bin/gs When I started make, it went on for some time and stopped with this error message: mspinbox.cpp: In member function `virtual int MSpinBox::mapTextToValue(bool*)': mspinbox.cpp:252: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp:253: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp:254: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp:255: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp:256: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp:257: error: no matching function for call to `FunctionParser::AddConstant(QString&, double)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) mspinbox.cpp: In member function `void MSpinBox::setFPConstants(FunctionParser&)': mspinbox.cpp:381: error: no matching function for call to `FunctionParser::AddConstant(const QString&, double&)' fparser.h:46: note: candidates are: bool FunctionParser::AddConstant(const std::string&, double) make[3]: *** [mspinbox.o] Error 1 make[3]: Leaving directory `/home/anand/scribus-1.3.3.6/scribus' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/anand/scribus-1.3.3.6/scribus' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/anand/scribus-1.3.3.6' make: *** [all] Error 2 How to correct this? Thanks for your help, Anand
