|
Boost-Build : |
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-05-15 01:42:57
Hi Sandeep.
> rule python.get-python-interpreter unknown in module
> Jamfile<...../bgl-python>.
>
> This rule is defined in
> $(BOOST-ROOT)/tools/build/v2/tools/python-config.jam which bjam is
> unable to locate.
>
> I am using boost_1_35_0 with latest bgl.
Are you sure about where this rule is located and/or how it is named?
Because I just grepped through all the files in the tools folder and the
get-python-interpreter rule is not mentioned anywhere.
In case this is a rule that you added to the python-config module
then you need to refer to it as 'python-config.get-python-interpreter'
from other modules (unless you explicitly placed it in the 'python'
module/namespace).
Also... did you import the python-config module?
Hmmm... can't think of anything else... I'd need a small example
project reproducing this to help any further...
Hope this helps.
Best regards,
Jurko GospodnetiÄ
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk