Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-21 Thread Andrea Galeazzi
David Cole ha scritto: On Mon, Jun 20, 2011 at 6:11 AM, Kalev Lember ka...@smartlink.ee wrote: Could you please pull in the following commit from -next into next rc? It fixes a regression with locating swig executable in FindSWIG module. commit

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-21 Thread David Cole
On Tue, Jun 21, 2011 at 9:05 AM, Andrea Galeazzi galea...@korg.it wrote: ** David Cole ha scritto: On Mon, Jun 20, 2011 at 6:11 AM, Kalev Lember ka...@smartlink.ee wrote: Could you please pull in the following commit from -next into next rc? It fixes a regression with locating swig

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-20 Thread Kalev Lember
Could you please pull in the following commit from -next into next rc? It fixes a regression with locating swig executable in FindSWIG module. commit b09ae90badc17d5102b273d2bcfe11ebeeba70fd Author: Julien Malik julien.ma...@gmail.com Date: Fri Apr 29 00:16:32 2011 +0200 FindSWIG: Use

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-20 Thread David Cole
On Mon, Jun 20, 2011 at 6:11 AM, Kalev Lember ka...@smartlink.ee wrote: Could you please pull in the following commit from -next into next rc? It fixes a regression with locating swig executable in FindSWIG module. commit b09ae90badc17d5102b273d2bcfe11ebeeba70fd Author: Julien Malik

[CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread David Cole
The CMake 2.8.5 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D Since we switched to git, and a new workflow, we're expecting to do more frequent releases. Because of that, our release candidate phases will be shorter than

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread Clinton Stimpson
For windows, only dumpbin is currently supported. Clint On Wednesday, June 15, 2011 12:51:05 pm NoRulez wrote: Is objdump for MinGW compiler (BundleUtilities) in the release version of CMake 2.8.5 also included or is only dumpbin supported? Thanks in advance Best Regards Am

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread Bill Hoffman
On 6/15/2011 2:59 PM, Clinton Stimpson wrote: For windows, only dumpbin is currently supported. Nice thing is this is a module. So, it is easy for a project to provide a different version. If you have a version working with objdump, we would welcome the patch. -Bill Clint On

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread David Cole
Please open a bug report here: http://public.kitware.com/Bug And attach the proposed patch as an attachment to the bug tracker entry... Thanks, David On Wed, Jun 15, 2011 at 3:50 PM, MALIK Julien julien.ma...@c-s.fr wrote: Hello, I have one small patch available here :

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread David Cole
The proposed patch should be produced with: git format-patch -1 (or -2, or -3, etc. if there is more than one commit...) On Wed, Jun 15, 2011 at 3:52 PM, David Cole david.c...@kitware.com wrote: Please open a bug report here: http://public.kitware.com/Bug And attach the proposed patch

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread MALIK Julien
Hello, I have one small patch available here : https://github.com/julienmalik/CMake/tree/FixFindSWIG I read through http://www.cmake.org/Wiki/CMake/Git and http://public.kitware.com/Wiki/Git/Workflow/Topic but could not find the instructions for I'm no CMake dev but have a small patch to

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread J Decker
http://public.kitware.com/Bug/view.php?id=11866 patch adds a file to compile with watcom to set VERSION=, adds to wcl-386 a check for compiler version, and extends InstallRequiredSystemLibraries.cmake to copy watcom libraries as appropriate. http://public.kitware.com/Bug/view.php?id=12245 (I