Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-11 Thread Tony Bridges
Hi David, 0008165 - vs2005 midl chokes on CMAKE_INTDIR (also 2008) http://public.kitware.com/Bug/view.php?id=8165 I would love to see a fix for 0008165 in the next version. Each new version we pick up, I have to reapply Robert Lenhardt's patch and rebuild. http://public.kitware.com/Bug/f

Re: [CMake] un circle dependency

2010-11-11 Thread Alexander Neundorf
On Thursday 11 November 2010, luxInteg wrote: > Greetings > > I am learning cmake. > > I think I now know how to generate libraries and executables but I have > not yet grasped how the tree and directory structure is handled and by > conseqence how one navigates therein. > > > I have this pr

[CMake] un circle dependency

2010-11-11 Thread luxInteg
Greetings I am learning cmake. I think I now know how to generate libraries and executables but I have not yet grasped how the tree and directory structure is handled and by conseqence how one navigates therein. I have this problem. Lets say my build tree has these directories L-

Re: [CMake] object file questuon

2010-11-11 Thread luxInteg
On Thursday 11 November 2010 11:59:11 Michael Wild wrote: > On 11/11/2010 01:52 PM, luxInteg wrote: > > I am learning cmake > > > > (in gnu Makefiles it is possible to specifiy the name of the object file. > > ) > > > > I.E. if I have a file file1.c and I want to generate two object > > fil

Re: [CMake] Support for MacRuby?

2010-11-11 Thread Alexander Neundorf
On Thursday 11 November 2010, David Cole wrote: > Looks like FindRuby.cmake is unclaimed in terms of a CMake module > maintainer (according to this page: > http://www.cmake.org/Wiki/CMake:Module_Maintainers ) -- but it looks > like Alex has done the majority of maintenance on it in the last 2 > yea

Re: [CMake] building static binaries

2010-11-11 Thread Michael Hertling
On 11/03/2010 10:36 PM, Szilárd Páll wrote: > Hi, > > First of all, I'd be grateful for a reply to the 2nd of my question. > Can anyone confirm that LINK_SEARCH_END_STATIC on Linux + gcc is > buggy? Indeed, I can confirm that enabling the LINK_SEARCH_END_STATIC target property without further mea

Re: [CMake] fun with Boost - swap absolute library path for -L and -l?

2010-11-11 Thread Adam J Richardson
> On Thu, 11 Nov 2010 07:07:48 -0500 > cmake-requ...@cmake.org wrote: > > > Any help is greatly appreciated! > > I'd help if I could. Unfortunately I'm still stuck on this. Usually I > can work around a problem given enough time, but this is a real > stumper. Actually I do have a suggestion (see

Re: [CMake] fun with Boost - swap absolute library path for -L and -l?

2010-11-11 Thread Adam J Richardson
On Thu, 11 Nov 2010 07:07:48 -0500 cmake-requ...@cmake.org wrote: > Any help is greatly appreciated! I'd help if I could. Unfortunately I'm still stuck on this. Usually I can work around a problem given enough time, but this is a real stumper. Actually I do have a suggestion (see below) but it's

Re: [CMake] object file questuon

2010-11-11 Thread Michael Hertling
On 11/11/2010 01:52 PM, luxInteg wrote: > I am learning cmake > > (in gnu Makefiles it is possible to specifiy the name of the object file. ) > > I.E. if I have a file file1.c and I want to generate two object files > file1.o and file1a.o > > -is this possible in cmake and if so how s

Re: [CMake] object file questuon

2010-11-11 Thread Michael Wild
On 11/11/2010 01:52 PM, luxInteg wrote: > I am learning cmake > > (in gnu Makefiles it is possible to specifiy the name of the object file. ) > > I.E. if I have a file file1.c and I want to generate two object files > file1.o and file1a.o > > -is this possible in cmake and if so how s

Re: [CMake] header files with visual studio

2010-11-11 Thread Eric Noulard
2010/11/10 Oliver kfsone Smith : > Eric Noulard said the following on 11/6/2010 6:20 AM: >> >> Initially it may be a pain to list them but after a while its generally >> better >> to manually keep track of file (dis)appearing in your source tree. >> (which is usually what you do when using an IDE w

[CMake] object file questuon

2010-11-11 Thread luxInteg
I am learning cmake (in gnu Makefiles it is possible to specifiy the name of the object file. ) I.E. if I have a file file1.c and I want to generate two object files file1.o and file1a.o -is this possible in cmake and if so how so? ___ Power

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-11 Thread Adam J Richardson
> > If I have ignored one of your non-bug-issue points from a reply to > > this thread, it's because it was not a bug number. If you still have > > an issue, open a bug and reply here with its number or start a new > > thread!! Argh. Fine. Here's a bug number: #0011445 > Let me know if you or som

Re: [CMake] header files with visual studio

2010-11-11 Thread Michael Hertling
On 11/10/2010 12:30 AM, Oliver kfsone Smith wrote: > Michael Hertling said the following on 11/6/2010 7:39 AM: >> stored in the ${CMAKE_BINARY_DIR}/filelist.dat script as an assignment >> to the variable FILELIST. Subsequently, this filelist.dat is read via >> INCLUDE(), so CMake keeps track of it,