Re: [Boost-cmake] First time build of boost-1.40.0 with cmake

2009-09-21 Thread John Biddiscombe
troy Here is the direct download link for the cmake/1.40.0 branch, http://gitorious.org/boost/cmake/archive-tarball/1.40.0 I tried this several times over the last week or so and it only ever gives The archive is currently being generated, try again later Is there some secret handshake re

Re: [Boost-cmake] First time build of boost-1.40.0 with cmake

2009-09-18 Thread troy d. straszheim
John Murdie wrote: troy d. straszheim wrote I'm pretty sure the patches you need (and you don't need to make 'modularize') are on the 'official cmake' branch here: http://gitorious.org/~straszheim/boost/cmake/ Here is the direct download link for the cmake/1.40.0 branch, http:/

Re: [Boost-cmake] First time build of boost-1.40.0 with cmake

2009-09-18 Thread John Murdie
troy d. straszheim wrote > I'm pretty sure the patches you need (and you don't need to make > 'modularize') are on the 'official cmake' branch here: > > >http://gitorious.org/~straszheim/boost/cmake/ > > > Here is the direct download link for the cmake/1.40.0 branch, > > >http://g

Re: [Boost-cmake] First time build of boost-1.40.0 with cmake

2009-09-17 Thread troy d. straszheim
John Murdie wrote: I'd link all .hpp files I could find to /usr/local/include64/boost/*/ (as appropriate) and add: -DRELEASE_COMPILE_FLAGS="-O3 -DNDEBUG -I/usr/local/include64" to the cmake arguments, but there must be an easier way of preventing this problem, surely? I'm pretty sure the pa