Re: Failed compilation of KDevelop

2011-04-26 Thread Riccardo Bellini
Great, I solved it by removing CMakeCache.txt in the build directory, as you suggested! It's strange because that file doesn't come from an older compilation, it's very recent (a few days). Thank you very much for your help! Cheers, Riccardo On Monday, April 25, 2011 03:40:55 PM Friedrich W. H.

Re: Failed compilation of KDevelop

2011-04-25 Thread Riccardo Bellini
giving the cmake command will work? Greetings, Riccardo 2011/4/25 Friedrich W. H. Kossebau > Hi Riccardo, > > Dimanche, le 24 avril 2011, à 17:34, Riccardo Bellini a écrit: > > Hello! > > I successfully built kde from trunk and wanted to build and install > > KDevelop in

Failed compilation of KDevelop

2011-04-24 Thread Riccardo Bellini
Hello! I successfully built kde from trunk and wanted to build and install KDevelop in my kde-devel user directory. However, something went wrong, it installed kdevplatform without any problems, but when I tried to compile KDevelop it complains about some headers of kasten not found. I've built

Re: How to create and execute tests with CMake

2011-01-30 Thread Riccardo Bellini
Ok, it's not a problem :) Thank you all for your help! Riccardo 2011/1/29 Andreas Pakulat > > > Ah, sorry, just re-read the qt4_automoc code, it indeed does not support > QObject in .cpp files. Sorry about the confusion. Indeed I now recall > that the Qt4 CMake macro's don't support QObject clas

Re: How to create and execute tests with CMake

2011-01-29 Thread Riccardo Bellini
the cmake file I'm currently using? I would like not to hand-write twice a lot of source files, it would be great if I only had to include a variable from the parent! Thank you! 2011/1/28 Andreas Pakulat > On 28.01.11 13:13:58, Riccardo Bellini wrote: > > Thank you all for your replies

Re: How to create and execute tests with CMake

2011-01-28 Thread Riccardo Bellini
011/1/28 Milian Wolff > On 01/28/11 08:59, Andreas Pakulat wrote: > > On 27.01.11 23:14:59, Valentin Rusu wrote: > >> On 01/27/2011 10:56 PM, Riccardo Bellini wrote: > >>> Hello! > >>> I wonder if there is a way to set up and run in CMake one or more test >

How to create and execute tests with CMake

2011-01-27 Thread Riccardo Bellini
Hello! I wonder if there is a way to set up and run in CMake one or more test like those created with Qt Unit Test library. I need to know in particular what commands do I have to use, just a simple example of how to create a test executable from a test class. Thank you very much, Riccardo >> Vi

Re: problems to build kde current

2011-01-09 Thread Riccardo Bellini
Try to remove the files in the build folder of kdelibs (something like /home/your_user/kde/build/kdelibs) and run again cmakekde. Riccardo Bellini 2011/1/10 Vladymir Bezerra > I'm using kubuntu 10.10 but I've upgraded the libattica to version 0.2 > > > kd...@vl

Re: No project templates in KDevelop

2011-01-05 Thread Riccardo Bellini
Sorry for posting in the wrong place. Yes, I builded from source as explained in the build tutorial on KDE Techbase, using a special user account (kde-devel). Anyway, with kde4-config --path data I get "/home/kde-devel/kde/share/apps/" among other paths, which actually contains a directory kdev

No project templates in KDevelop

2011-01-05 Thread Riccardo Bellini
) and installed KDevelop and KDevPlatform from source in $KDEDIR of kde-devel user. What should I do to have some templates? That isn't a serious problem, I can however start by hand-writing a CMakeLists.txt and then importing it into KDevelop, but it's quite annoying. Thanks for the help, R