Alexander,
On Thu, Aug 14, 2008 at 2:45 PM, Alexander Neundorf
<[EMAIL PROTECTED]> wrote:
> On Thursday 14 August 2008, George Neill wrote:
>> Hi All,
>>
>> I am trying to compile a multi-threaded app (using pthreads) on hpux
>> 11.23 IA
>>
>> -- CMAKE_SYSTEM ...HP-UX
Hello, Brad.
Brad King <[EMAIL PROTECTED]> writes:
> Óscar Fuentes wrote:
>> The script examines library interdependencies dumping the symbol
>> definitions and references they contain. For this, you need to build the
>> libraries first. Later on the build, the executables just provide names
>> o
Óscar Fuentes wrote:
> The script examines library interdependencies dumping the symbol
> definitions and references they contain. For this, you need to build the
> libraries first. Later on the build, the executables just provide names
> of components, the script maps this names to actual librarie
Hello Alex,
I've managed to extend cmake to cross-compile for the Windows Mobile
platform. Patch is accessible here:
http://public.kitware.com/Bug/view.php?id=7434
Currently compilation for Windows Mobile is implemented through tool-chain
file, but I think it will not be difficult to make a new g
On Wednesday 13 August 2008, Félix C. Morency wrote:
> Hi,
>
> The current FindCurses module doesn't support the wide char version of the
> libraries (cursesw/ncursesw). I would like to hear your point of view about
> how to add this to the current module.
In a backward compatible way.
Maybe a swi
On Thursday 14 August 2008, George Neill wrote:
> Hi All,
>
> I am trying to compile a multi-threaded app (using pthreads) on hpux
> 11.23 IA
>
> -- CMAKE_SYSTEM ...HP-UX-B.11.23
> -- CMAKE_SYSTEM_NAME...HP-UX
> -- CMAKE_SYSTEM_VERSION .
On Wednesday 13 August 2008, Félix C. Morency wrote:
> Hi,
>
> This is a small fix to FindLua5x header documentation.
Thanks, committed.
Alex
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
David Cole wrote:
On Wed, Aug 13, 2008 at 9:20 PM, Matthew Woehlke wrote:
Is there any way to arrange for running ctest to mark a test as failed if
it outputs a particular string? I'm using ctest to write unit tests for a
library that has some debugging facilities where if something goes wrong,
Assume that I have added a test with
add_test(testname myshell_script.sh arg1 arg2 ...)
Currently ctest with no --verbose or --extra-verbose options suppresses all
output from the script and ctest with either the --verbose or
--extra-verbose option allows all output from the script, i.e., the wa
Bill Hoffman <[EMAIL PROTECTED]>
writes:
>> If this is not possible, I would like to stop `make' when
>> /my/file/output changes, possibly showing some message to the user
>> instructing him to invoke `make' again.
>>
> You could just return an error code from the command that builds the
> /my/fil
Óscar Fuentes wrote:
Bill Hoffman <[EMAIL PROTECTED]>
writes:
Óscar Fuentes wrote:
Currently, when `make' is executed and a CMakeList.txt file is out of
date, `cmake' is automatically invoked and then `make' continues. Is it
possible to do this (on a reliable way) with an arbitrary file?
I ne
On 8/13/08 9:46 AM, Mathieu Malaterre said:
>ld: library not found for -lcrt1.10.5.o
>collect2: ld returned 1 exit status
>make[2]: *** [/Volumes/data/Volumes/data/Volumes/data/stuff/data/
>VE_Suite_Deps/wxVTK/build/wxImagePlaneWidget.app/Contents/MacOS/
>wxImagePlaneWidget]
>Error 1
>make[1]: ***
Bill Hoffman <[EMAIL PROTECTED]>
writes:
> Óscar Fuentes wrote:
>> Currently, when `make' is executed and a CMakeList.txt file is out of
>> date, `cmake' is automatically invoked and then `make' continues. Is it
>> possible to do this (on a reliable way) with an arbitrary file?
>>
>> I need to re-
Hi,
shown below is part of my CMakeLists.txt file
#To build the code for use with gcov, call cmake as below
#cmake -DGCOV=1 ..
IF (${GCOV})
CHECK_C_COMPILER_FLAG (-fprofile-arcs FLAG_Gcov1)
IF (FLAG_Gcov1)
add_definitions (-fprofile-arcs)
ELSE (FLAG_Gcov1)
MESSAGE(FATAL_E
Óscar Fuentes wrote:
Currently, when `make' is executed and a CMakeList.txt file is out of
date, `cmake' is automatically invoked and then `make' continues. Is it
possible to do this (on a reliable way) with an arbitrary file?
I need to re-execute `cmake' whenever certain file changes. I wonder
Óscar Fuentes wrote:
Óscar Fuentes <[EMAIL PROTECTED]> writes:
Bill Hoffman <[EMAIL PROTECTED]>
writes:
[about using shell backquotes embedded on link commands through
`target_link_libraries']
I don't even think this will work with cmake 2.6.0, because we use
link scripts.
It is working wi
Hi Doug,
On Thu, Aug 14, 2008 at 4:38 PM, Doug McCorkle <[EMAIL PROTECTED]> wrote:
> Here is what I get:
>
> leonidas:build mccdo$ make VERBOSE=1
> "/Volumes/data/stuff/data/VE_Suite_Tools/CMake/cmake-2.6.0-Darwin-universal/CMake
> 2.6-0.app/Contents/bin/cmake"
> -H/Volumes/data/Volumes/data/stuff
17 matches
Mail list logo