Re: [CMake] FindX11.cmake needs some work for 2.6.0

2008-04-14 Thread Alan W. Irwin
On 2008-04-14 21:55-0400 Bill Hoffman wrote: Alan W. Irwin wrote: On some platforms, X11_LIBRARIES derived by FindX11.cmake is going to be a mixture of full pathnames for libraries and a series of -l flags which is not a recommended form for CMake 2.6.x. To see this, look at the FindX11.cmake

Re: [CMake] 2.6.0-rc8 install problem on darwin

2008-04-14 Thread Mike Jackson
On Apr 14, 2008, at 9:44 PM, Bill Hoffman wrote: I wonder if it is a permission problem. I remove all the files before I put a new link in. // Remove the old files if(cmSystemTools::FileExists(newName.c_str())) { std::cout << "rm [" << newName << "]\n"; cmSystemTools

Re: [CMake] FindX11.cmake needs some work for 2.6.0

2008-04-14 Thread Bill Hoffman
Alan W. Irwin wrote: On some platforms, X11_LIBRARIES derived by FindX11.cmake is going to be a mixture of full pathnames for libraries and a series of -l flags which is not a recommended form for CMake 2.6.x. To see this, look at the FindX11.cmake logic for CMake-2.6.0-RC-8. OK, -l flags ar

Re: [CMake] Question about FIND_LIBRARY

2008-04-14 Thread Bill Hoffman
Ilya Shvetsov wrote: Any one can help me with this problem? -- Ilya Shvetsov KranX Productions On Fri, 11 Apr 2008 17:53:29 +0300, Ilya Shvetsov <[EMAIL PROTECTED]> wrote: Hi, all. I use cmake 2.4.8 on Windows XP with MSVC 2005 and Cygwin installed. I have two versions of lib "A".

Re: [CMake] 2.6.0-rc8 install problem on darwin

2008-04-14 Thread Bill Hoffman
Benjamin Reed wrote: The symlink-maker seems to still have issues. The installer created an /Applications/CMake 2.6-0.app/ directory, and then failed to remove the old symlinks from a previous rc5 install (it only created the cmake-gui command): lrwxr-xr-x 1 rootranger 34 Apr

[CMake] FindX11.cmake needs some work for 2.6.0

2008-04-14 Thread Alan W. Irwin
On some platforms, X11_LIBRARIES derived by FindX11.cmake is going to be a mixture of full pathnames for libraries and a series of -l flags which is not a recommended form for CMake 2.6.x. To see this, look at the FindX11.cmake logic for CMake-2.6.0-RC-8. The preliminary version of X11_LIBRARIES

Re: [CMake] Adding configuration for a new compiler

2008-04-14 Thread Alexander Neundorf
On Friday 11 April 2008, Bill Hoffman wrote: > Hendrik Sattler wrote: > >>> It is possible to fix this for CMake-2.6? > >> > >> I am not even clear on what changes you need at this point... > > > > 1. > > gives mit a directory path separated by '/', even for nmake > > generator, should be '\'-sepa

Re: [CMake] set CMAKE_TOOLCHAIN_FILE inside cmake file

2008-04-14 Thread Alexander Neundorf
On Friday 11 April 2008, Jun Sun wrote: > I am using the 2.6 branch. Very nice to see crosscompile working well. > Thanks. > > One question is that CMAKE_TOOLCHAIN_FILE seems only working when set > at commandline, but not from inside CMakeList.txt, true? Yes. If done from within a CMakeLists.txt

Re: [CMake] Question about FIND_LIBRARY

2008-04-14 Thread Alexander Neundorf
On Friday 11 April 2008, Ilya Shvetsov wrote: > Hi, all. > I use cmake 2.4.8 on Windows XP with MSVC 2005 and Cygwin installed. > > I have two versions of lib "A". > > First one for MSVC - A.lib > Second one for gcc - libA.a > > To find lib "A" I type this command > FIND_LIB(LIB_A A P

Re: [CMake] Adding configuration for a new compiler

2008-04-14 Thread Brad King
Hendrik Sattler wrote: I am not sure what the "Compiler info" is about, as it fails for this compiler. Minor though, just looks strange. That's detecting the compiler ABI information like sizeof(void*). I've updated the message to read "... compiler ABI info". -Brad ___

Re: [CMake] CMake 2.6.0 RC 8 ready for testing

2008-04-14 Thread Alan W. Irwin
On 2008-04-10 14:39-0400 Bill Hoffman wrote: I am happy to announce that CMake 2.6.0 RC8 is ready for testing. Works for me on my Debian testing platform (g++ (GCC) 4.2.3 (Debian 4.2.3-2)) My tests consisted of a bootstrap, build, and install of cmake starting from cmake-2.6.0-RC-8.tar.gz, an

[CMake] 2.6.0-rc8 install problem on darwin

2008-04-14 Thread Benjamin Reed
The symlink-maker seems to still have issues. The installer created an /Applications/CMake 2.6-0.app/ directory, and then failed to remove the old symlinks from a previous rc5 install (it only created the cmake-gui command): lrwxr-xr-x 1 rootranger 34 Apr 2 09:43 * -> 2.6-0/cmak

Re: [CMake] cmake 2.6-RC-8: Problem with WxWidgets 2.8 on OSX 10.3

2008-04-14 Thread Honest Guvnor
Perhaps I should have added that I am not using XCODE since the isystem business gets removed for XCODE in Darwin.cmake. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Question about FIND_LIBRARY

2008-04-14 Thread Ilya Shvetsov
Any one can help me with this problem? -- Ilya Shvetsov KranX Productions On Fri, 11 Apr 2008 17:53:29 +0300, Ilya Shvetsov <[EMAIL PROTECTED]> wrote: Hi, all. I use cmake 2.4.8 on Windows XP with MSVC 2005 and Cygwin installed. I have two versions of lib "A". First one f

[CMake] cmake 2.6-RC-8: Problem with WxWidgets 2.8 on OSX 10.3

2008-04-14 Thread Honest Guvnor
OSX 10.3.9 (gcc 3.3) cmake 2.6-RC-8 wxwidgets 2.8.3 In moving from cmake 2.4 to 2.6-RC-8 the WxWidgets support is failing. When compiling wxwidget code I am seeing commands from cmake like: /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -fmessage-length=0 -D__WXMAC__ -I/Users/an

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-14 Thread Andreas Pakulat
On 13.04.08 09:08:08, Alan W. Irwin wrote: > On 2008-04-13 11:04+0200 Andreas Pakulat wrote: > >> [...]I'll be the first one to try out MinGW which comes with gcc 4.x [...] > > The MinGW team officially releases their packages at SourceForge. From > http://sourceforge.net/project/showfiles.php?gro