Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-14 Thread David Abrahams
on Sun Jul 13 2008, "Doug Gregor" wrote: > On Sun, Jul 13, 2008 at 3:29 PM, David Abrahams <[EMAIL PROTECTED]> wrote: >> >> on Sun Jul 13 2008, "Doug Gregor" wrote: >> >>> I went ahead and hacked this up; it's in the tree now. Looks like we >>> have a bit of work to do to get all of the depende

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-13 Thread Doug Gregor
On Sun, Jul 13, 2008 at 3:29 PM, David Abrahams <[EMAIL PROTECTED]> wrote: > > on Sun Jul 13 2008, "Doug Gregor" wrote: > >> I went ahead and hacked this up; it's in the tree now. Looks like we >> have a bit of work to do to get all of the dependencies right. When I >> saw some failures due to the

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-13 Thread David Abrahams
on Sun Jul 13 2008, "Doug Gregor" wrote: > I went ahead and hacked this up; it's in the tree now. Looks like we > have a bit of work to do to get all of the dependencies right. When I > saw some failures due to the inability to find boost/config.hpp, I > started wondering... should we define in

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-13 Thread Doug Gregor
On Fri, Jul 4, 2008 at 8:02 PM, Doug Gregor <[EMAIL PROTECTED]> wrote: > Hi Miguel, > > On Thu, Jul 3, 2008 at 4:16 PM, Miguel A. Figueroa-Villanueva > <[EMAIL PROTECTED]> wrote: >> I have attached a patch for your consideration. It basically removes >> the dependency on modularize.py by using cmak

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-06 Thread Miguel A. Figueroa-Villanueva
On Fri, Jul 4, 2008 at 7:02 PM, Doug Gregor wrote: > Hi Miguel, > > On Thu, Jul 3, 2008 at 4:16 PM, Miguel A. Figueroa-Villanueva wrote: >> I have attached a patch for your consideration. It basically removes >> the dependency on modularize.py by using cmake commands. This should >> work on any pla

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-04 Thread Doug Gregor
Hi Miguel, On Thu, Jul 3, 2008 at 4:16 PM, Miguel A. Figueroa-Villanueva <[EMAIL PROTECTED]> wrote: > I have attached a patch for your consideration. It basically removes > the dependency on modularize.py by using cmake commands. This should > work on any platform. Great! This worked well for me,