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

2008-04-22 Thread Doug Gregor
On Sat, Apr 12, 2008 at 11:18 AM, Mike Jackson <[EMAIL PROTECTED]> wrote: > Ok. I downloaded the latest CMake nightly (2.7-20080412) and gave this > FindBoost a shot with a MinGW current Stable release, which is I think > 3.14, at least according to the _mingw.h file. > > It didn't work. Here ar

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

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

2008-04-13 Thread Alan W. Irwin
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?group_id=2435&package_id=241304 there is a gcc 4.3.0 r

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

2008-04-13 Thread Sören Freudiger
EMAIL PROTECTED] Im Auftrag von Stephan Tolksdorf Gesendet: Sonntag, 13. April 2008 12:34 An: CMake ML Betreff: Re: [CMake] FindBoost.cmake updated on the bugtracker Andreas Pakulat wrote: > On 12.04.08 08:52:38, Alan W. Irwin wrote: >> On 2008-04-12 10:07+0200 Andreas Pakulat wrote: >&

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

2008-04-13 Thread Stephan Tolksdorf
Andreas Pakulat wrote: On 12.04.08 08:52:38, Alan W. Irwin wrote: On 2008-04-12 10:07+0200 Andreas Pakulat wrote: That's fine, but then somebody else with access to windows should volunteer to do that testing since MinGW is an extremely important platform. Finally, from our PLplot experience, M

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

2008-04-13 Thread Andreas Pakulat
On 12.04.08 11:18:31, Mike Jackson wrote: > Ok. I downloaded the latest CMake nightly (2.7-20080412) and gave this > FindBoost a shot with a MinGW current Stable release, which is I think > 3.14, at least according to the _mingw.h file. > > It didn't work. Here are the changes. Sorry, but I don't

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

2008-04-13 Thread Andreas Pakulat
On 12.04.08 08:52:38, Alan W. Irwin wrote: > On 2008-04-12 10:07+0200 Andreas Pakulat wrote: >> >> My experience with MinGW so far is that its simply not ready yet for >> projects such as boost or KDE, they still need some time. Thats why >> I won't do work on getting KDevelop4 working on MinGW -

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

2008-04-12 Thread Doug Gregor
On Sat, Apr 12, 2008 at 3:52 PM, Mike Jackson <[EMAIL PROTECTED]> wrote: > And just to add some more info about boost: > > > http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html#identify-your-toolset > > Under the "Toolset" column is "gcc" with the following description: > gcc

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

2008-04-12 Thread Mike Jackson
-- Mike Jackson Senior Research Engineer Innovative Management & Technology Services On Apr 12, 2008, at 11:52 AM, Alan W. Irwin wrote: On 2008-04-12 10:07+0200 Andreas Pakulat wrote: My experience with MinGW so far is that its simply not ready yet for projects such as boost or KDE, th

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

2008-04-12 Thread Alan W. Irwin
On 2008-04-12 10:07+0200 Andreas Pakulat wrote: My experience with MinGW so far is that its simply not ready yet for projects such as boost or KDE, they still need some time. Thats why I won't do work on getting KDevelop4 working on MinGW - at least not without someone paying for it. That's

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

2008-04-12 Thread Mike Jackson
Ok. I downloaded the latest CMake nightly (2.7-20080412) and gave this FindBoost a shot with a MinGW current Stable release, which is I think 3.14, at least according to the _mingw.h file. It didn't work. Here are the changes. Sorry, but I don't have a decent diff generator on this windows box so

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

2008-04-12 Thread Mike Jackson
On Sat, Apr 12, 2008 at 4:07 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 11.04.08 11:24:11, Doug Gregor wrote: > > On Wed, Apr 9, 2008 at 5:51 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > > Did so and of course a few small changes where needed :) I'll attach a > > > diff of those ne

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

2008-04-12 Thread Andreas Pakulat
On 11.04.08 11:24:11, Doug Gregor wrote: > On Wed, Apr 9, 2008 at 5:51 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > Did so and of course a few small changes where needed :) I'll attach a > > diff of those needed changes. With those changes cmake properly finds > > the static libs if I prov

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

2008-04-11 Thread Doug Gregor
On Wed, Apr 9, 2008 at 5:51 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > Did so and of course a few small changes where needed :) I'll attach a > diff of those needed changes. With those changes cmake properly finds > the static libs if I provide the Boost_USE_STATIC_LIBS and it finds the >

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

2008-04-09 Thread Andreas Pakulat
On 08.04.08 16:43:30, Doug Gregor wrote: > On Tue, Apr 8, 2008 at 5:54 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > New version uploaded. > > I've looked through this module a bit, and it looks like it's in great > shape. I have a few suggestions, implemented in the attached > FindBoost.cma

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

2008-04-08 Thread Andreas Pakulat
On 08.04.08 16:43:30, Doug Gregor wrote: > On Tue, Apr 8, 2008 at 5:54 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > New version uploaded. > > I've looked through this module a bit, and it looks like it's in great > shape. I have a few suggestions, implemented in the attached > FindBoost.cma

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

2008-04-08 Thread Doug Gregor
On Tue, Apr 8, 2008 at 5:54 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > New version uploaded. I've looked through this module a bit, and it looks like it's in great shape. I have a few suggestions, implemented in the attached FindBoost.cmake; the diff against "v9" from the bug tracker follow

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

2008-04-08 Thread Andreas Pakulat
On 08.04.08 09:04:52, Sören Freudiger wrote: > Hi out there > The new macro is pretty nice. > But one section is still missing: > > IF (MSVC90) > SET (_boost_COMPILER "-vc90") > ENDIF(MSVC90) Aah, right. thx. Totally forgot that one's got released already :) > And the option for the new

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

2008-04-08 Thread Sören Freudiger
lto:[EMAIL PROTECTED] Im Auftrag von Andreas Pakulat Gesendet: Dienstag, 8. April 2008 01:23 An: cmake@cmake.org Betreff: Re: [CMake] FindBoost.cmake updated on the bugtracker On 07.04.08 19:47:03, Timenkov Yuri wrote: > On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: > > Hi, > >

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

2008-04-07 Thread Bill Hoffman
Andreas Pakulat wrote: On 07.04.08 19:47:03, Timenkov Yuri wrote: On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. I came to different solution. I

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

2008-04-07 Thread Andreas Pakulat
On 07.04.08 19:47:03, Timenkov Yuri wrote: > On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: > > Hi, > > > > as a new cmake user I am pretty impressed how painless software builds > > can be - so first of all, thanks for releasing this software. > I came to different solution. I have to b

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

2008-04-07 Thread Andreas Pakulat
On 07.04.08 19:47:03, Timenkov Yuri wrote: > On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: > > Hi, > > > > as a new cmake user I am pretty impressed how painless software builds > > can be - so first of all, thanks for releasing this software. > I came to different solution. I have to b

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

2008-04-07 Thread Timenkov Yuri
On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: > Hi, > > as a new cmake user I am pretty impressed how painless software builds > can be - so first of all, thanks for releasing this software. I came to different solution. I have to build statically with some libraries (including boost),

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

2008-04-07 Thread Mathias Dalheimer
Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. Andreas Pakulat wrote: > See FindBoost_v7.cmake on > http://public.kitware.com/Bug/view.php?id=6257 for the latest > version, which should be completely compat

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

2008-04-05 Thread Andreas Pakulat
On 05.04.08 21:37:43, Andreas Pakulat wrote: > On 05.04.08 14:13:14, Bill Hoffman wrote: > > Andreas Pakulat wrote: > >> On 28.03.08 10:58:39, Bill Hoffman wrote: > >>> David Thulson wrote: > It would be nice if this could get into 2.6.0. Boost 1.35 is about to > be released: > > >>

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

2008-04-05 Thread Andreas Pakulat
On 05.04.08 14:13:14, Bill Hoffman wrote: > Andreas Pakulat wrote: >> On 28.03.08 10:58:39, Bill Hoffman wrote: >>> David Thulson wrote: It would be nice if this could get into 2.6.0. Boost 1.35 is about to be released: http://lists.boost.org/boost-users/2008/03/34896.php

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

2008-04-05 Thread Bill Hoffman
Andreas Pakulat wrote: On 28.03.08 10:58:39, Bill Hoffman wrote: David Thulson wrote: It would be nice if this could get into 2.6.0. Boost 1.35 is about to be released: http://lists.boost.org/boost-users/2008/03/34896.php And it at least appears that the latest version in the bug tracker wil

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

2008-04-05 Thread Andreas Pakulat
On 28.03.08 10:58:39, Bill Hoffman wrote: > David Thulson wrote: >> It would be nice if this could get into 2.6.0. Boost 1.35 is about to >> be released: >> >> http://lists.boost.org/boost-users/2008/03/34896.php >> >> And it at least appears that the latest version in the bug tracker >> will look

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

2008-04-05 Thread Andreas Pakulat
On 02.04.08 19:30:21, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> Ok, I give in. Do you mind separating the loop into two so its easier to >> see whats going on and we don't have two use-less cache variables? Then >> I'll apply what you send to kdevplatform and add a new version to the >> c

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

2008-04-02 Thread Matthew Woehlke
Andreas Pakulat wrote: Ok, I give in. Do you mind separating the loop into two so its easier to see whats going on and we don't have two use-less cache variables? Then I'll apply what you send to kdevplatform and add a new version to the cmake bugreport. Done. I was resisting that because... w

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

2008-04-02 Thread Andreas Pakulat
On 02.04.08 16:47:34, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> On 01.04.08 21:53:59, Matthew Woehlke wrote: >>> Andreas Pakulat wrote: On 01.04.08 16:37:42, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> On 31.03.08 20:14:00, Matthew Woehlke wrote: >> Also note that t

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

2008-04-02 Thread Matthew Woehlke
Andreas Pakulat wrote: On 01.04.08 21:53:59, Matthew Woehlke wrote: Andreas Pakulat wrote: On 01.04.08 16:37:42, Matthew Woehlke wrote: Andreas Pakulat wrote: On 31.03.08 20:14:00, Matthew Woehlke wrote: Also note that those variables you use in find_path are automatically cached and I don't

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

2008-04-02 Thread Andreas Pakulat
On 01.04.08 21:53:59, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> On 01.04.08 16:37:42, Matthew Woehlke wrote: >>> Andreas Pakulat wrote: On 31.03.08 20:14:00, Matthew Woehlke wrote: Also note that those variables you use in find_path are automatically cached and I don't think

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

2008-04-01 Thread Matthew Woehlke
Andreas Pakulat wrote: On 01.04.08 16:37:42, Matthew Woehlke wrote: Andreas Pakulat wrote: On 31.03.08 20:14:00, Matthew Woehlke wrote: Also note that those variables you use in find_path are automatically cached and I don't think they should appear in it. Apart from that, you're iterating ove

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

2008-04-01 Thread Andreas Pakulat
On 01.04.08 16:37:42, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> On 31.03.08 20:14:00, Matthew Woehlke wrote: >> Also note that those variables you use in >> find_path are automatically cached and I don't think they should appear >> in it. >> >> Apart from that, you're iterating over all te

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

2008-04-01 Thread Matthew Woehlke
Andreas Pakulat wrote: On 31.03.08 20:14:00, Matthew Woehlke wrote: Andreas Pakulat wrote: Hi, just wanted to let interested parties know that I've added a new version of FindBoost.cmake to bug #6257. It fixes a few bugs I still had in v2. I'd delete the existing versions, but unfortunately C

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

2008-04-01 Thread Andreas Pakulat
On 31.03.08 20:14:00, Matthew Woehlke wrote: > Andreas Pakulat wrote: >> Hi, >> >> just wanted to let interested parties know that I've added a new version >> of FindBoost.cmake to bug #6257. It fixes a few bugs I still had in >> v2. >> >> I'd delete the existing versions, but unfortunately CMake's

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

2008-04-01 Thread Matthew Woehlke
Andreas Pakulat wrote: Hi, just wanted to let interested parties know that I've added a new version of FindBoost.cmake to bug #6257. It fixes a few bugs I still had in v2. I'd delete the existing versions, but unfortunately CMake's bugtracker doesn't allow to do that. Last but not least: Is th

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

2008-03-28 Thread Andreas Pakulat
On 28.03.08 18:16:50, Timenkov Yuri wrote: > On Friday 28 March 2008 18:05:40 Andreas Pakulat wrote: > > On 28.03.08 09:36:06, David Thulson wrote: > > > It would be nice if this could get into 2.6.0. Boost 1.35 is about to > > > be released: > > > > > > http://lists.boost.org/boost-users/2008/03/

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

2008-03-28 Thread Andreas Pakulat
On 28.03.08 10:58:39, Bill Hoffman wrote: > David Thulson wrote: >> It would be nice if this could get into 2.6.0. Boost 1.35 is about to >> be released: >> >> http://lists.boost.org/boost-users/2008/03/34896.php >> >> And it at least appears that the latest version in the bug tracker >> will look

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

2008-03-28 Thread Timenkov Yuri
On Friday 28 March 2008 18:05:40 Andreas Pakulat wrote: > On 28.03.08 09:36:06, David Thulson wrote: > > It would be nice if this could get into 2.6.0. Boost 1.35 is about to > > be released: > > > > http://lists.boost.org/boost-users/2008/03/34896.php > > > > And it at least appears that the late

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

2008-03-28 Thread Andreas Pakulat
On 28.03.08 09:36:06, David Thulson wrote: > It would be nice if this could get into 2.6.0. Boost 1.35 is about to > be released: > > http://lists.boost.org/boost-users/2008/03/34896.php > > And it at least appears that the latest version in the bug tracker > will look for 1.35. Is that right?

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

2008-03-28 Thread Bill Hoffman
David Thulson wrote: It would be nice if this could get into 2.6.0. Boost 1.35 is about to be released: http://lists.boost.org/boost-users/2008/03/34896.php And it at least appears that the latest version in the bug tracker will look for 1.35. Is that right? The version included in the CMake

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

2008-03-28 Thread David Thulson
It would be nice if this could get into 2.6.0. Boost 1.35 is about to be released: http://lists.boost.org/boost-users/2008/03/34896.php And it at least appears that the latest version in the bug tracker will look for 1.35. Is that right? The version included in the CMake 2.6.0 Beta does not re

[CMake] FindBoost.cmake updated on the bugtracker

2008-03-27 Thread Andreas Pakulat
Hi, just wanted to let interested parties know that I've added a new version of FindBoost.cmake to bug #6257. It fixes a few bugs I still had in v2. I'd delete the existing versions, but unfortunately CMake's bugtracker doesn't allow to do that. Last but not least: Is there any chance of getting