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
_
> 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
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.
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)
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
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
_
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
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
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)'
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
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
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
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
13 matches
Mail list logo