From: Ting L. <lti...@gm...> - 2008-09-23 19:51:45
|
Hi. It looks like you are using Qt 4.x. SGeMS 2.0 works with Qt 3.3.x. On Tue, Sep 23, 2008 at 7:51 AM, COMUNIAN Alessandro <ale...@un...> wrote: > Hi! > I'm triying to compile SGeMS 2.0 on Linux Suse10.3, but I get some errors > running "make": > > [...] > manager.cpp:96: error: no matching function for call > to 'QString::startsWith(const char*, bool)' > /usr/include/QtCore/qstring.h:213: note: candidates are: bool > QString::startsWith(const QString&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:214: note: bool > QString::startsWith(const QLatin1String&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:215: note: bool > QString::startsWith(const QChar&, Qt::CaseSensitivity) const > [...] > > and > > [...] > manager.cpp: In static member function 'static std::string > Manager::init_plugin_path()': > manager.cpp:170: error: 'class QDir' has no member named 'absPath' > manager.cpp:178: error: 'class QDir' has no member named 'absPath' > manager.cpp: In member function 'bool Manager::load_library(const > std::string&)': > manager.cpp:227: error: 'class QLibrary' has no member named > 'setAutoUnload' > [...] > > Do you have some suggestions please? > Thank you in advance! > Bests, > > Alessandro > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > -- Ting Li lti...@gm... |