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

Re: soprano cmake error

2013-03-08 Thread Thiago Macieira
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? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technolog

Re: soprano cmake error

2013-03-08 Thread Andrea Scarpino
On Saturday 09 March 2013 09:19:02 Reza Shah wrote: > I wonder why, since other packages compiled properly. I solved this removing soprano-2.9.0/cmake/modules/FindQt4.cmake I guess that one is wrong, -- Andrea Arch Linux Developer >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to

soprano cmake error

2013-03-08 Thread Reza Shah
HI, I'm compiling kde-master using kdesrc-build. I only compiled default packages selected from kdesrc-build. Almost all packages can be compiled. The failed ones are soprano, akonadi, kdepimlibs. As for soprano, it could not find the qmake. I'm on archlinux, both qt5 and qt4 are installed. I w