[opensuse-programming] Skrooge doesn't build with openSUSE_11.0
Hello Mates, my build on openSUSE 11.0 i get the Error: [ 13%] Building CXX object skgbasegui/CMakeFiles/skgbasegui.dir/skgmainpanel.o /usr/src/packages/BUILD/skrooge-0.5.0/skgbasegui/skgmainpanel.cpp: In static member function 'static bool SKGMainPanel::naturalLessThan(const QString&, const QString&)': /usr/src/packages/BUILD/skrooge-0.5.0/skgbasegui/skgmainpanel.cpp:1165: error: 'naturalCompare' is not a member of 'KStringHandler' make[2]: *** [skgbasegui/CMakeFiles/skgbasegui.dir/skgmainpanel.o] Error 1 make[1]: *** [skgbasegui/CMakeFiles/skgbasegui.dir/all] Error 2 The Line in the Source is: bool SKGMainPanel::naturalLessThan(const QString &s1, const QString &s2) { return (KStringHandler::naturalCompare(s1, s2, Qt::CaseInsensitive)<0); } What can i do to fix it? -- Sincerely yours Sascha Manns openSUSE Ambassador openSUSE Marketing Team openSUSE Build Service Web: http://saschamanns.gulli.to Project-Blog: http://lizards.opensuse.org/author/saigkill Private-Blog: http://saschasbacktrace.blogspot.com -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org
participants (1)
-
Sascha 'saigkill' Manns