|
Boost Users : |
From: Spatz, Saul (spatzs_at_[hidden])
Date: 2006-09-03 14:08:06
Thanks, that worked, but now I have another problem. The instructions
for the BGL say
To use the GraphViz readers, you will need to build and link
against the "bgl-viz" library. The library can be built by
following the Boost Jam Build Instructions for the subdirectory
libs/graph/build.
I've tried
bjam -sTOOLS=vc-8_0 --builddir=C:\temp --with-bgl-viz install
bjam -sTOOLS=vc-8_0 --builddir=C:\temp --with-graph install
and a variety of others, but nothing works.
Saul Spatz
-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Rene Rivera
Sent: Friday, September 01, 2006 11:02 PM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Can't build Boost on MSVS 2005
Saul Spatz wrote:
> I downloaded Boost and bjam today,and I'm trying to build on MSVS
2005. I
> run vsvars32.bat, and then I try
>
> bjam "-s VC80_ROOT= C:\Program Files\Microsoft Visual Studio 8\VC
> -stools=vc-8_0 --builddir=C:\temp --with-python-version=2.4
--with-pydebug"
> install
Try:
bjam -sTOOLS=vc-8_0 --builddir=C:\temp --with-python-version=2.4
--with-pydebug
Basically your quotes are all wrong. You should not need to run
vcvars32.bat. And unless you install VC8 someplace strange, you don't
need to mention where it is, it will be found automatically. And please
be carefull with using the exact case for the above.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo _______________________________________________ Boost-users mailing list Boost-users_at_[hidden] http://lists.boost.org/mailman/listinfo.cgi/boost-users
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net