On 6/10/2010 6:27 PM, Alan W. Irwin wrote:
On 2010-06-10 16:20-0400 David Cole wrote:
softw...@raven> find -print0 -type f |xargs -0 grep -l shortPath
./Source/kwsys/SystemTools.cxx
Wrong search. Sorry about that noise!
If instead you search for GetShortPath there are lots of places in the
C
I am attempting to use Eclipse Galileo with CDT version 6.0.2 on windows
7 to do software development on. But I am unable to build the
software. I am getting the following message in the console window in
Eclipse.
Error launching builder (nmake all )
(Cannot run program "nmake": Launching
On 06/10/2010 04:31 PM, Wasilios Goutas wrote:
Hi,
I try to create MinGW Makefiles for a Qt based application.
The problem I get is that
FIND_PACKAGE(Qt4 REQUIRED)
generates Makefeiles where the include path is expanded to a file and
not to a directory
in CMakeDirectoryInformation.cmake I ca
On 2010-06-10 16:20-0400 David Cole wrote:
On Thu, Jun 10, 2010 at 4:17 PM, Alan W. Irwin
wrote:
On 2010-04-09 12:17-0400 David Cole wrote:
A "real" fix for this has been committed to the CVS
repository for kwsys.
The change should appear in the CMake
On Thu, Jun 10, 2010 at 11:44:01AM -0700, Alok Govil wrote:
>
> Sorry I was wrong. VS2005 does support compilation for 64 bits.
Indeed it does, but maybe it has some weakness as compared to newer
versions.
Myself I'm not too interested in 64bit support though since there isn't even
a chance's h
On 06/10/2010 10:51 AM, Eric Noulard wrote:
> 2010/6/9 Aby Louw :
>> Hi,
>>
>> I have a Linux project that reads an initialization file on startup to
>> get some file names and variables.
>>
>> When doing an in-source or out of source build, I generate the
>> initialization file in the CMAKE_BINARY
Daniel Franke wrote:
Hi all.
I got gcc-4.4.4 for target i386-apple-darwin9.8.0 from fink. First I used
cmake-2.6 (also from fink) and everything worked. Later, after an update to
cmake-2.8 (again, from fink), and trying to rebuild my package, I got:
f951: error: unrecognized command
On 2010-06-10 16:20-0400 David Cole wrote:
softw...@raven> find -print0 -type f |xargs -0 grep -l shortPath
./Source/kwsys/SystemTools.cxx
Wrong search. Sorry about that noise!
If instead you search for GetShortPath there are lots of places in the CMake
source tree that still refers to that
On Thu, Jun 10, 2010 at 4:17 PM, Alan W. Irwin wrote:
> On 2010-04-09 12:17-0400 David Cole wrote:
>
> A "real" fix for this has been committed to the CVS repository for kwsys.
>> The change should appear in the CMake git repository shortly on
>> 'master'...
>>
>> Thanks to Clinton Stimpson for t
On 06/10/2010 03:28 PM, Thomas Sondergaard wrote:
The FindDCMTK.cmake module in the git master branch doesn't find all
the dcmtk libraries. I've attached a modified version of FindDCMTK
that finds all the dcmtk libraries. It is also about 25% smaller as
some duplicated code has been unified usi
On 06/10/2010 12:18 PM, Filippo Trimoldi wrote:
> If I have a CMake project organized in more than two level, i.e.
>
> CMakeLists.txt:
> PROJECT(A)
> add_subdirectories(./projectB)
>
> ./projectB/CMakeLists.txt:
> PROJECT(B)
> add_subdirectories(${PROJECT_SOURCE_DIR}/projectC)
>
> ./projectB/pro
The FindDCMTK.cmake module in the git master branch doesn't find all the
dcmtk libraries. I've attached a modified version of FindDCMTK that
finds all the dcmtk libraries. It is also about 25% smaller as some
duplicated code has been unified using FOREACH.
I hope you will consider including it
On Thu, Jun 10, 2010 at 5:37 PM, Alan W. Irwin wrote:
> On 2010-06-10 16:20-0400 David Cole wrote:
>
> On Thu, Jun 10, 2010 at 4:17 PM, Alan W. Irwin > >
>> wrote:
>> On 2010-04-09 12:17-0400 David Cole wrote:
>>
>>A "real" fix for this has been committed to the CVS
>>
I had an issue with fixup_bundle skipping copying and fixing up a
library upon which my application depended.
This library's source was in a subdirectory of the application's build
directory, and named in an add_subdirectory clause.
My fixup_bundle recipe worked fine except for this one library.
In your target_link_libraries statements, use:
- cmake target names to link to, if there are cmake targets for the
linked-to libraries,
- full path file names for the libraries if there are not cmake targets for
them
Are you doing that? If so, 2.6 and 2.8 should work the same.
HTH,
David
On T
On 2010-04-09 12:17-0400 David Cole wrote:
A "real" fix for this has been committed to the CVS repository for kwsys.
The change should appear in the CMake git repository shortly on 'master'...
Thanks to Clinton Stimpson for the patch.
cvs commit -m "Patch to avoid short name usage where possi
I have a CMake project that works fine with CMake 2.6, but when I build
Visual Studio output with CMake 2.8, it doesn't seem to get the target
library linking information quite right. Here's a simplified version of
my project:
Project/CMakeLists.txt
-
Sorry I was wrong. VS2005 does support compilation for 64 bits.
Best regards - Alok
From: alokgo...@hotmail.com
To: a...@lisas.de; cmake@cmake.org
Date: Thu, 10 Jun 2010 11:34:52 -0700
CC: jesper.eskil...@iar.se
Subject: Re: [CMake] vcproj2cmake.rb script: announcing new version / hosting
que
Is there a possibility of adding VS2008 support? VS2008 supports compilation
for 64 bit platforms. Albeit I am still to figure 64 bit compilation using
gcc/MinGW with CMake itself.
I have heard that VS2010 has changed the file-formats for project files. I am
not keen on VS2010 support as ye
Hello all,
given great vcproj2cmake.rb work done by Jesper Eskilson (openly added in CC
given his previous mailing list activity), I was able to enhance
this wonderful script with certain extensions:
- list _all_ configuration types
- add indenting
- add per-platform configuration of definitions,
On Thu, Jun 10, 2010 at 12:00:06PM -0400, cmake-requ...@cmake.org wrote:
> On Thu, Jun 10, 2010 at 06:26:27AM -0400, cmake-requ...@cmake.org wrote:
> > is there some kind of way for a project to detect the name of the project
> > from which it was added? In this example, can C know that was added b
On Thu, Jun 10, 2010 at 06:26:27AM -0400, cmake-requ...@cmake.org wrote:
> If I have a CMake project organized in more than two level, i.e.
>
> CMakeLists.txt:
> PROJECT(A)
> add_subdirectories(./projectB)
>
> ./projectB/CMakeLists.txt:
> PROJECT(B)
> add_subdirectories(${PROJECT_SOURCE_DIR}/proj
Hello,
My cmake system is configured to use distcc, as shown here:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/local/bin/distcc
-- Check for working C compiler: /usr/local/bin/distcc -- works
-- Detecting C compiler ABI in
If I have a CMake project organized in more than two level, i.e.
CMakeLists.txt:
PROJECT(A)
add_subdirectories(./projectB)
./projectB/CMakeLists.txt:
PROJECT(B)
add_subdirectories(${PROJECT_SOURCE_DIR}/projectC)
./projectB/projectC/CMakeLists.txt:
PROJECT(C)
is there some kind of way for a proj
Ok thanks.
I will look at that.
Thanks.
On Thu, Jun 10, 2010 at 11:23, Eric Noulard wrote:
> 2010/6/9 Vincent LEFORT :
> > Hello, i want to use CPack to generate my installer instead of NSIS
> > directly.
> > Is it possible to have translation of my installer using CPack/CMake ?
>
> Automatic
Hi all.
I got gcc-4.4.4 for target i386-apple-darwin9.8.0 from fink. First I used
cmake-2.6 (also from fink) and everything worked. Later, after an update to
cmake-2.8 (again, from fink), and trying to rebuild my package, I got:
f951: error: unrecognized command line option "-arch"
As
2010/6/9 Vincent LEFORT :
> Hello, i want to use CPack to generate my installer instead of NSIS
> directly.
> Is it possible to have translation of my installer using CPack/CMake ?
Automatic translation I don't think there exists some tools for that.
However CPack NSIS generator is using a templat
2010/6/9 Aby Louw :
> Hi,
>
> I have a Linux project that reads an initialization file on startup to
> get some file names and variables.
>
> When doing an in-source or out of source build, I generate the
> initialization file in the CMAKE_BINARY_DIR and then also generate the C
> file that reads t
28 matches
Mail list logo