[C++-sig] Boost.Python to use non-standard python location on OS X

David Abrahams dave at boost-consulting.com
Fri Jul 28 03:24:49 CEST 2006


"Roberto Aguilar" <roberto.c.aguilar at gmail.com> writes:

> I then thought the problem was that I built boost without specifying
> the non-standard location 

That would certainly be a problem.

> so I recompiled using:
>
> ----
> bjam -sTOOLS=darwin -sPYTHON_ROOT=/sw -sPYTHON_VERSION=2.4
> -sPYTHON_INCLUDES=/sw/include/python2.4
> -sPYTHON_LIB_PATH=/sw/lib/python2.4 -a
> ----
>
> Still no luck.
>
> Any ideas are greatly appreciated.

Sorry, it sounds like you're on the right track, FWIW.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list