Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Vladimir Prus
On Monday 11 May 2009 19:40:35 Doug Gregor wrote: > On Mon, May 11, 2009 at 6:55 AM, Vladimir Prus > wrote: > > On Monday 11 May 2009 01:24:08 Beman Dawes wrote: > > > >> I'm going to experiment with pre-built binary installers, with an eye > >> to supplying them for the 1.40.0 release. > > > > Fo

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Brad King
troy d. straszheim wrote: Doug Gregor wrote: This is a work in progress; we'll be working to make submission easier (e.g., via CTest scripts), get more testing working, and make use of some of the newer, cooler features of CDash that can help Boost... but we could certainly use more help! An

[Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread troy d. straszheim
I've been working hard on getting some proper docs together. Whats done is here: http://www.resophonic.com/boost_cmake/index.html Not quite everything is off the wiki just yet. Bug reports welcome, help is more welcome. If you're good with restructuredtext/sphinx/git, you can clone this

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Doug Gregor
On Mon, May 11, 2009 at 9:27 AM, Vladimir Prus wrote: > On Monday 11 May 2009 19:40:35 Doug Gregor wrote: >> On Mon, May 11, 2009 at 6:55 AM, Vladimir Prus >> wrote: >> > On Monday 11 May 2009 01:24:08 Beman Dawes wrote: >> > >> >> I'm going to experiment with pre-built binary installers, with an

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Vladimir Prus
On Tuesday 12 May 2009 20:50:19 Doug Gregor wrote: > On Mon, May 11, 2009 at 9:27 AM, Vladimir Prus > wrote: > > On Monday 11 May 2009 19:40:35 Doug Gregor wrote: > >> On Mon, May 11, 2009 at 6:55 AM, Vladimir Prus > >> wrote: > >> > On Monday 11 May 2009 01:24:08 Beman Dawes wrote: > >> > > >> >

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 10:56 AM, Vladimir Prus wrote: > On Tuesday 12 May 2009 20:50:19 Doug Gregor wrote: >> On Mon, May 11, 2009 at 9:27 AM, Vladimir Prus >> wrote: >> > On Monday 11 May 2009 19:40:35 Doug Gregor wrote: >> >> On Mon, May 11, 2009 at 6:55 AM, Vladimir Prus >> >> wrote: >> >> >

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 2:02 PM, Doug Gregor wrote: ... We might be able to prod someone into building x86 > Windows binaries. Any takers? I'm already playing with trying to create a VC++ installer for Windows. Just getting my feet wet, but I'll let this list know as I make progress and/or have q

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 12:10 PM, Beman Dawes wrote: > On Tue, May 12, 2009 at 2:02 PM, Doug Gregor wrote: > ... We might be able to prod someone into building x86 >> Windows binaries. Any takers? > > I'm already playing with trying to create a VC++ installer for > Windows. Just getting my feet w

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 9:16 AM, troy d. straszheim wrote: > I've been working hard on getting some proper docs together. Whats done is > here: > > http://www.resophonic.com/boost_cmake/index.html > > Not quite everything is off the wiki just yet. Bug reports welcome, help > is more welcome.

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 1:02 PM, Beman Dawes wrote: > I first tried to use the VC++ IDE compiler. The Solution file is so > large it is impossibly slow to load and unload. A non-starter. Bill or > Brad had warned about that, so no surprise, and I just moved on to the > command line compiler. That'

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 3:48 PM, Doug Gregor wrote: > On Tue, May 12, 2009 at 12:10 PM, Beman Dawes wrote: >> On Tue, May 12, 2009 at 2:02 PM, Doug Gregor wrote: >> ... We might be able to prod someone into building x86 >>> Windows binaries. Any takers? >> >> I'm already playing with trying to c

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 1:11 PM, Beman Dawes wrote: > On Tue, May 12, 2009 at 3:48 PM, Doug Gregor wrote: >> On Tue, May 12, 2009 at 12:10 PM, Beman Dawes wrote: >>> On Tue, May 12, 2009 at 2:02 PM, Doug Gregor wrote: >>> ... We might be able to prod someone into building x86 Windows binar

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread troy d. straszheim
Doug Gregor wrote: IIRC, the "*\fast" targets rebuild something without rebuilding dependencies. Yeah. If you are e.g. hacking on an executable 'myprog' which links to libraries lib1..libn, 'make myprog/fast' will skip checking whether lib1..libn need rebuilding start from myprog's objec

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 4:09 PM, Doug Gregor wrote: > On Tue, May 12, 2009 at 1:02 PM, Beman Dawes wrote: > I suspect it's just: > >  nmake modularize > > then > >  nmake package Yeah, that's what I did. Died on bcp again, so I removed the bcp checkmark, did configure/generate again, and wa

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 1:27 PM, Beman Dawes wrote: > On Tue, May 12, 2009 at 4:09 PM, Doug Gregor wrote: >> On Tue, May 12, 2009 at 1:02 PM, Beman Dawes wrote: > >> I suspect it's just: >> >>  nmake modularize >> >> then >> >>  nmake package > > Yeah, that's what I did. Died on bcp again,

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Brad King
Doug Gregor wrote: On Tue, May 12, 2009 at 1:02 PM, Beman Dawes wrote: I first tried to use the VC++ IDE compiler. The Solution file is so large it is impossibly slow to load and unload. A non-starter. Bill or Brad had warned about that, so no surprise, and I just moved on to the command line c

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 1:37 PM, Brad King wrote: > Doug Gregor wrote: >> >> On Tue, May 12, 2009 at 1:02 PM, Beman Dawes wrote: >>> >>> I first tried to use the VC++ IDE compiler. The Solution file is so >>> large it is impossibly slow to load and unload. A non-starter. Bill or >>> Brad had warn

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Bill Hoffman
Beman Dawes wrote: Please check C:/boost/release-cmake-build/_CPack_Packages/win32/NSIS/NSISOutput.log for errors CPack Error: Problem compressing the directory CPack Error: Error when generating package: Boost NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake 2.6\bin\cpack.exe"' : retu

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 4:39 PM, Bill Hoffman wrote: > Beman Dawes wrote: > >> Please check >> C:/boost/release-cmake-build/_CPack_Packages/win32/NSIS/NSISOutput.log >> for errors >> CPack Error: Problem compressing the directory >> CPack Error: Error when generating package: Boost >> NMAKE : fata

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Beman Dawes
On Tue, May 12, 2009 at 4:38 PM, Doug Gregor wrote: > Beman, did you enable testing? No. I figured that was a bit much for now. > Even without all of the tests, Boost still has a huge number of targets in it. Yes, although I've been impressed with how fast everything except the VS IDE load has

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Brad King
Beman Dawes wrote: On Tue, May 12, 2009 at 4:38 PM, Doug Gregor wrote: Beman, did you enable testing? No. I figured that was a bit much for now. Even without all of the tests, Boost still has a huge number of targets in it. Yes, although I've been impressed with how fast everything excep

Re: [Boost-cmake] Wiki to disappear: docs in progress

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 1:49 PM, Beman Dawes wrote: > On Tue, May 12, 2009 at 4:39 PM, Bill Hoffman > wrote: >> Beman Dawes wrote: >> >>> Please check >>> C:/boost/release-cmake-build/_CPack_Packages/win32/NSIS/NSISOutput.log >>> for errors >>> CPack Error: Problem compressing the directory >>>

Re: [Boost-cmake] CDash dashboard now available

2009-05-12 Thread Doug Gregor
On Tue, May 12, 2009 at 11:02 AM, Doug Gregor wrote: > On Tue, May 12, 2009 at 10:56 AM, Vladimir Prus > wrote: >> On Tuesday 12 May 2009 20:50:19 Doug Gregor wrote: >>> On Mon, May 11, 2009 at 9:27 AM, Vladimir Prus >>> wrote: >>> > On Monday 11 May 2009 19:40:35 Doug Gregor wrote: >>> >> On Mo