Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Problem build Boost.Python

Reply
Thread Tools

Problem build Boost.Python

 
 
Bren
Guest
Posts: n/a
 
      07-25-2003

Hi,

Pardon my stupid, but I'm having a problem building Boost.Python as
per the instructions at
http://www.boost.org/libs/python/doc/building.html

I got boost-build-2.0-m6.zip from sourceforge and build bjam.exe.

I've tried several ways:

bjam -a
bjam -sTOOLS="msvc"
bjam -sTOOLS=msvc

I tried with and without the using msvc ; in user-config.jam.

In every case I get:

C:/Project/boost/tools\boostbook.jam:86: in boostbook.init
*** argument error
* rule path.make ( native )
* called with: ( )
* missing argument native
C:/Project/boost/new\path.jam:42:see definition of rule 'path.make'
being called

C:/Project/boost/new\toolset.jam:22: in using
C:\Project\boost\new\../new\user-config.jam:58: in modules.load
C:/Project/boost\build-system.jam:55: in load
C:\Project\boost\new\..\kernel\modules.jam:296: in import
C:\Project\boost\new\..\kernel\bootstrap.jam:122: in boost-build
C:\Project\boost\new\boost-build.jam:2: in module scope


Can anyone help?




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
 
Reply With Quote
 
 
 
 
David Abrahams
Guest
Posts: n/a
 
      07-25-2003
Bren <> writes:

> Hi,
>
> Pardon my stupid, but I'm having a problem building Boost.Python as
> per the instructions at
> http://www.boost.org/libs/python/doc/building.html
>
> I got boost-build-2.0-m6.zip from sourceforge and build bjam.exe.


It is possible to build Boost.Python under Boost.Build-2.0, but not
using those instructions. Boost.Build v1 is still the official build
system of Boost for the time being.

[Boost.Build guys, do we need to rename the BBv2 prerelease so this
confusion doesn't recur?]

It looks like you're on windows, so you should either get the
precompiled executable in bjam-3.1.4-2-ntx86.zip, or visit the
tools/build/jam_src subdirectory of your Boost installation and invoke
build.bat as per
http://www.boost.org/tools/build/jam...tml#installing


> I've tried several ways:
>
> bjam -a
> bjam -sTOOLS="msvc"
> bjam -sTOOLS=msvc
>
> I tried with and without the using msvc ; in user-config.jam.
>
> In every case I get:
>
> C:/Project/boost/tools\boostbook.jam:86: in boostbook.init
> *** argument error
> * rule path.make ( native )
> * called with: ( )
> * missing argument native
> C:/Project/boost/new\path.jam:42:see definition of rule 'path.make'
> being called
>
> C:/Project/boost/new\toolset.jam:22: in using
> C:\Project\boost\new\../new\user-config.jam:58: in modules.load
> C:/Project/boost\build-system.jam:55: in load
> C:\Project\boost\new\..\kernel\modules.jam:296: in import
> C:\Project\boost\new\..\kernel\bootstrap.jam:122: in boost-build
> C:\Project\boost\new\boost-build.jam:2: in module scope
>
>
> Can anyone help?
>


HTH,
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Not Buid errors when build, yes build erros when deploy, why? Pedro Mir ASP .Net 2 06-20-2006 02:26 AM
Build a Better Blair (like Build a Better Bush, only better) Kenny Computer Support 0 05-06-2005 04:50 AM
SWsoft Acronis Disk Director Suite 9.0 Build 508, Acronis OS Selector 8.0 Build 917, Acronis Partition Expert 2003 Build 292, Acronis Power Utilities 2004 Build 502, F-SECURE.ANTI vIRUS.PROXY v1.10.17.WINALL, F-SECURE.ANTI vIRUS v5.50.10260 for CITRI vvcd Computer Support 0 09-25-2004 01:38 AM
How to build ASP.NET projects on a separate build machine? Vagif Abilov ASP .Net 2 07-07-2004 04:34 PM
Python 2.3.3 : Win32 build vs Cygwin build performance ? Nicolas Lehuen Python 3 01-28-2004 07:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57