On 12/9/2011 3:43 PM, Christopher Hylarides wrote:
Hey guys,
I'm trying to build cmake on Solaris 10 x86 and am getting the following
error:
[ 94%] Building CXX object
Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o
[ 95%] Building CXX object
Source/CMakeFiles/ccmake.dir
Hey guys,
I'm trying to build cmake on Solaris 10 x86 and am getting the following
error:
[ 94%] Building CXX object
Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o
[ 95%] Building CXX object
Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesMainForm.cxx.o
[ 95%] Buil
I run a couple of commands in a custom target in Visual Studio 2008.
However, most of the output for these commands is not presented in the
Output Window in Visual Studio when I execute a build on the custom target.
How can I setup my custom target and/or commands inside the target to make
sure tha
BTW thank you for the choice() function. I have looked it over and it looks
perfect. I'm going to actively use this in our project. It would be a
perfect addition to the language as well.
As far as knowing when to use quotations is concerned, according to the
logic you have described, is that cons
Hello,
I am using CMake to build a shared lib on Visual Studio 2008. The problem
here is that every time I try to debug the executable that uses that
library, the visual studio links its objects again, even if no changes were
made.
Do someone know what could be going on?
The CMakeLists for th
On Fri, Dec 9, 2011 at 11:41 AM, J Decker wrote:
> On Thu, Dec 8, 2011 at 1:45 PM, David Cole wrote:
>> No, the FOLDER property is only a mechanism for grouping and
>> organizing *targets*, it is not a source file property...
>>
>
> uhh... FOLDER works on projects in a solution, but it also work
On Thu, Dec 8, 2011 at 1:45 PM, David Cole wrote:
> No, the FOLDER property is only a mechanism for grouping and
> organizing *targets*, it is not a source file property...
>
uhh... FOLDER works on projects in a solution, but it also works on
source files within a project.
SET_TARGET_PROPERTIES
On Friday 09 December 2011, David Cole wrote:
> On Fri, Dec 9, 2011 at 3:50 AM, Eric Noulard wrote:
> > 2011/12/9 Clifford Yapp :
> >> I decided to take a stab at using the Eclipse Unix Makefile generator
> >> with my project - on import, I get the following error:
> >>
> >> Error processing chan
On 12/09/2011 04:30 PM, David Cole wrote:
On Fri, Dec 9, 2011 at 9:30 AM, m.hergarden wrote:
I have two buildservers: a Linux box and a Windows box. I now have a
buildscript that does a svn checkout in the homedir of the Linux build user.
This directory is shared read/write using Samba. The Win
Hi,
A small step in the iOS release archiving problem.
Note, this is all Xcode 4.0.2, Xcode 4.2 (the LLVM GCC compiler) doesn't
specify the error (more than "1"), so is basically unworkable. At least the
"old" GCC 4.2 compiler tells you what is going on.
For archiving to work on iOS (OSX don't
Let's try replying to the list this time...
Eclipse 3.7.1 (Indigo) Eclipse succeeded in importing. I'm not sure how
to do a C/C++ project build with Eclipse (or that my build of Indigo
actually added everything it needed to) but it looks like the CMake
project import part of the equation succeede
On Fri, Dec 9, 2011 at 9:30 AM, m.hergarden wrote:
> I have two buildservers: a Linux box and a Windows box. I now have a
> buildscript that does a svn checkout in the homedir of the Linux build user.
> This directory is shared read/write using Samba. The Windows builduser (same
> credentials, sam
On Fri, Dec 9, 2011 at 9:59 AM, Robert Dailey wrote:
>
> On Thu, Dec 8, 2011 at 7:59 PM, David Cole wrote:
>>
>> Well, nearly
>>
>> You'll have to double-quote the "${documentation}" inside the function
>> in case it is the empty string...
>
>
> Or if it has spaces in it, right? Any time I ha
I have two buildservers: a Linux box and a Windows box. I now have a
buildscript that does a svn checkout in the homedir of the Linux build
user. This directory is shared read/write using Samba. The Windows
builduser (same credentials, same uid) is able to reach the files
through a mingw mount.
On Thu, Dec 8, 2011 at 7:59 PM, David Cole wrote:
> Well, nearly
>
> You'll have to double-quote the "${documentation}" inside the function
> in case it is the empty string...
>
Or if it has spaces in it, right? Any time I have a string with spaces in
it, or that could have spaces in it, I u
2011/12/9 David Cole :
> 2011/12/8 Mateusz Łoskot :
>> 2011/12/8 David Cole :
>>> 2011/12/8 Mateusz Łoskot :
On 8 December 2011 21:45, David Cole wrote:
> No, the FOLDER property is only a mechanism for grouping and
> organizing *targets*, it is not a source file property...
On Fri, Dec 9, 2011 at 3:50 AM, Eric Noulard wrote:
> 2011/12/9 Clifford Yapp :
>> I decided to take a stab at using the Eclipse Unix Makefile generator
>> with my project - on import, I get the following error:
>>
>> Error processing changed links in project description file.
>>
>> No file system
On Friday 09 December 2011, 持重 金 wrote:
> Hello every one.
>
>
> Recently, I try to rewrite a large project's building system by using cmake.
> I meet a difficult point, how to detect & set dependences when build-time.
>
> I have lot of this requirement, and currently I solve it with some terrib
Hi,
Can you please give an example for
install(SCRIPT ...)
So I can install a init-script with rpm ?
On 12/9/11, Eric Noulard wrote:
> 2011/12/9 vivek goel :
>> I want to generate two package type .
>>
>> So I am using following syntax in my CMakeLists.txt
>> SET(CPACK_GENERATOR "TGZ;RPM")
>>
-Original Message-
From: Abdelrazak Younes
> So now I will try to remove CMAKE_(C|CXX)_CREATE_* and ARCHIVE variables
> and modify Modules/CMakeFindBinUtils.cmake; I hope I can use a local copy
> for this file.
It seems I can use a local copy of it as I got a warning about that (see
belo
-Original Message-
From: Abdelrazak Younes
> # The cmake compiler ID could then be named "RVDS".
> #
> # Then cmake executes Modules/CMakeFindBinUtils.cmake.
> # If the compiler ID has been determined successfully, you can change this
> file
> # so that if the compiler ID is RVDS, it lo
Hi Alex,
Thanks for the quick reply.
I am using Outlook so I cannot reply inline easily, please bear with me. I will
prefix your answer with '#'
-Original Message-
From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net]
Sent: Thursday, December 08, 2011 9:24 PM
To: cmake@cmake.org
Cc
2011/12/9 Clifford Yapp :
> I decided to take a stab at using the Eclipse Unix Makefile generator
> with my project - on import, I get the following error:
>
> Error processing changed links in project description file.
>
> No file system is defined for scheme: virtual
>
> I'm not really sure what
2011/12/9 vivek goel :
> I want to generate two package type .
>
> So I am using following syntax in my CMakeLists.txt
> SET(CPACK_GENERATOR "TGZ;RPM")
>
> Now problem is that I want to install some extra files in Generator RPM.
> And I want to set different Install RPM prefix.
> How can I do that
24 matches
Mail list logo