sponsorship request deadlines for Akademy and call for paper reminder

2013-03-09 Thread Lydia Pintscher
Heya folks :) KDE e.V. will once again provide travel and accommodation support to a number of people who need it to be able to attend Akademy. For details about this please see the reimbursement policy: http://ev.kde.org/rules/reimbursement_policy.php The board will approve requests in 3 rounds.

Re: soprano cmake error

2013-03-09 Thread Reza Shah
I'm sorry. I managed to compile soprano properly. These errors below is when compiling akonadi. Sorry for the noise. On Sat, Mar 9, 2013 at 9:17 PM, Reza Shah wrote: > I can compile now. > But i got these error: > - several akDebug errors like agentserver.cpp:(.text+0x380): undefined > referenc

Re: soprano cmake error

2013-03-09 Thread Reza Shah
I can compile now. But i got these error: - several akDebug errors like agentserver.cpp:(.text+0x380): undefined reference to `akDebug()' - several Q_DECL_CONSTRUCTOR_DEPRECATED errors like In file included from /opt/kde4/include/soprano/statement.h:25:0, from kdesrc/kdesupport/akonadi/server/src

Re: soprano cmake error

2013-03-09 Thread Stephen Kelly
Thiago Macieira wrote: > On sábado, 9 de março de 2013 09.19.02, Reza Shah wrote: >> CMake Error at cmake/modules/FindQt4.cmake:1239 (MESSAGE): >> Qt qmake not found! > > Where is qmake? And is it on $PATH? Note that for Arch, 'qmake' is the Qt 5 version, and they don't appear to use qtchoose

Re: soprano cmake error

2013-03-09 Thread Reza Shah
I have both qmake and qmake-qt4 inside /usr/bin, yes it's inside $PATH. My $PATH content: /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/tools:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/qt4/bin No problem with other kde packages. Removing FindQt4.cmake solved