From: Steve S. <st...@sp...> - 2008-05-06 09:04:28
|
Hi Hugh, I haven't had a chance yet to work on the vpython/boost stuff, but I did get boost to build on Mac OS. Finals are almost over, so I hope to jump in with you soon! Can you compile the example program here: http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix- variants.html It worked for me with the following command line: c++ -I /usr/local/include/boost-1_34_1 example.cpp -o example good luck! -steve On May 6, 2008, at 4:49 AM, Hugh Fisher wrote: > > I'm just starting to fill in the stubs for my native Mac > OS Carbon version of VPython, which in turn seems to be > triggering previously hidden Boost errors. Things like > bool check() const; > in boost/python/extract.hpp are being reported as errors > by Xcode 'doesn't declare anything' > > I downloaded the Boost 1_34_1 sources and bjam, did a > bjam build and then bjam install. If that wasn't enough, > I have absolutely no idea how to proceed. > > Can anybody point me to either a nice prebuilt installer > for Boost on MacOS, or at least some detailed instructions > on pitfalls and how to avoid them? > > -- > Hugh Fisher > DCS, ANU > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http:// > java.sun.com/javaone > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |