[CMake] CDash documentation

2011-05-13 Thread Belcourt, K. Noel
Hi, This page http://public.kitware.com/Wiki/CDash:Installation says php 5.3 is required while this page http://www.cdash.org/cdash/resources/software.html says php 5.2 or higher. Which one is it (I'm installing it on a OSX 10.5.8 in case that matters. -- Noel _

Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-13 Thread John Drescher
> Yeah, I figured that part out indirectly. > > I had to install the QT4 SDK to get the necessary bits, but rcc.exe (Windows > XP, desktop component of QT) fails for no obvious reason. > Did you build that from scratch using Visual Studio 2005 and not any other compiler or version? > > Here is wh

Re: [CMake] How do you go about building the cmake-gui from source in 2.8.4?

2011-05-13 Thread Dick Munroe
Yeah, I figured that part out indirectly. I had to install the QT4 SDK to get the necessary bits, but rcc.exe (Windows XP, desktop component of QT) fails for no obvious reason. Here is what I posted on the QT installation/deployment forum about the problem: I’m trying to rebuild CMake-gui.

[CMake] CHECK_FUNCTION_EXISTS generates false positive for mlock(etc.)

2011-05-13 Thread Magnus Blåudd
Hi, I'm examining a problem where cmake on Windows says it has detected a function(with CHECK_FUNCTION_EXISTS) although the compile has failed with a link error(according to the CMakeOutput.log). The check is coded like: INCLUDE(CheckFunctionExists) CHECK_FUNCTION_EXISTS(mlock HAVE_MLOCK)

Re: [CMake] Getting closer building cmake-gui...

2011-05-13 Thread Christian Ehrlicher
Am Freitag, 13. Mai 2011, 17:11:34 schrieb Dick Munroe: > I figured out you had to have the QT4 SDK on the system, downloaded and > installed that. I configure cmake successfully and the cmake gui shows > up in my VS 2005 project. When I try to build it though, the build for > cmake-gui fails whe

Re: [CMake] Intermediate directory

2011-05-13 Thread Tyler
On Fri, May 13, 2011 at 5:46 AM, gekso wrote: > My problem is to change Intermediate directory and message > (${CMAKE_CFG_INTDIR}) returns "$(Configuration)" to output.. $(Configuration) will be filled in at build time by the IDE with the user-selected configuration. hth, tyler _

[CMake] Getting closer building cmake-gui...

2011-05-13 Thread Dick Munroe
I figured out you had to have the QT4 SDK on the system, downloaded and installed that. I configure cmake successfully and the cmake gui shows up in my VS 2005 project. When I try to build it though, the build for cmake-gui fails when trying to run rcc.exe in the QT4 sdk. After some poking a

Re: [CMake] Intermediate directory

2011-05-13 Thread gekso
CMAKE_BUILD_TYPE - That's what I want for my linux part. And it adds nothing on windows, so it's ok. My problem is to change Intermediate directory and message (${CMAKE_CFG_INTDIR}) returns "$(Configuration)" to output.. 2011/5/13 Michael Wild : > On 05/13/2011 02:26 PM, gekso wrote: >> Hi! I use

Re: [CMake] Intermediate directory

2011-05-13 Thread Michael Wild
On 05/13/2011 02:26 PM, gekso wrote: > Hi! I use VS2010 generator. When I'm setting > set_target_properties (${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY > ${CMAKE_BINARY_DIR}/__bin/${CMAKE_BUILD_TYPE} > > I have in output project file such lines: > Condition="'$(Configuration)|$(Platform)'

[CMake] Intermediate directory

2011-05-13 Thread gekso
Hi! I use VS2010 generator. When I'm setting set_target_properties (${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/__bin/${CMAKE_BUILD_TYPE} I have in output project file such lines: __bin\release\ target.dir\release\ How I can change path to IntDir? I need to set som

[CMake] CTest submit extra-files to CDash - site header issue

2011-05-13 Thread Marcin Szczur
Hi I'm going to customize CDash and I want to submit some additional xml files to CDash. I would like to equip those files with "section that is contained on the top within other submitted xml files like: Build.xml, Coverage.xml etc. Is there some standard way to accomplish this goal, or I h

Re: [CMake] Problem with pkg_check_modules and imlib2

2011-05-13 Thread David Demelier
On 13/05/2011 11:03, Michael Hertling wrote: On 05/12/2011 10:40 PM, David Demelier wrote: Hello, I have some trouble to link my project to the imlib2 library. The library is installed correctly and a command like : gcc test.c -o test `pkg-config --libs --cflags imlib2` works and link to imli

Re: [CMake] Problem with pkg_check_modules and imlib2

2011-05-13 Thread Michael Hertling
On 05/12/2011 10:40 PM, David Demelier wrote: > Hello, > > I have some trouble to link my project to the imlib2 library. The > library is installed correctly and a command like : > > gcc test.c -o test `pkg-config --libs --cflags imlib2` > > works and link to imlib2. > > I have this CMakeLists