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

2009-05-13 Thread troy d. straszheim
David Wolfe wrote: This is my first attempt to use git, so I have no idea what this means. Did that branch disappear or something? Sorry about that. Docs fixed. -t ___ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/ma

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

2009-05-13 Thread David Wolfe
git clone git://sodium.resophonic.com/boost_cookbook cd boost_cookbook checkout -b my_doctweaks_branch boost_cmake_docs emacs source/*.rst When I try this on Windows, I get: -- c:\opt>git clone sodium.resophonic.com/boost_cookbook fatal: Could not switch to 'sodium.resophonic.com' c:\o

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

2009-05-13 Thread Doug Gregor
On Wed, May 13, 2009 at 5:37 AM, Beman Dawes wrote: > On Tue, May 12, 2009 at 5:11 PM, Brad King wrote: >> 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 w

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

2009-05-13 Thread Doug Gregor
On Wed, May 13, 2009 at 6:33 AM, Beman Dawes wrote: > On Wed, May 13, 2009 at 12:02 AM, Doug Gregor wrote: >> Thanks! I committed some changes to the release branch that will, I >> think, work around this problem. It looks like "foreach" is a special >> variable in NSIS, and we have a library nam

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

2009-05-13 Thread Beman Dawes
On Wed, May 13, 2009 at 12:02 AM, Doug Gregor wrote: > Thanks! I committed some changes to the release branch that will, I > think, work around this problem. It looks like "foreach" is a special > variable in NSIS, and we have a library named "foreach", which appears > to have caused the failure.

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

2009-05-13 Thread Beman Dawes
On Tue, May 12, 2009 at 5:11 PM, Brad King wrote: > 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

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] 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 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 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 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 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 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: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 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: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] 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.

[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