|
Boost Users : |
From: acarsac_at_[hidden]
Date: 2001-11-29 10:37:42
Hi all,
I' am trying to build the grap library with MSVC6SP5 (not with
STLPORT 4.0, the FAQ said it does not work!).
What I done:
setting up MSVC vars
remove space from directories
upgrade jam.
build boost. (everything ok exectpt )
changes %BOOST_ROOT%/jamfile
////////////////////////////////
project-root ;
subinclude libs/graph/build ;
subinclude status ;
////////////////////////////////
change %BOOST_ROOT%/libs/graph/build :
////////////////////////////////
subproject libs/graph/build ;
SOURCES = graphviz_graph_lex graphviz_digraph_lex
graphviz_graph_parser graphviz_digraph_parser ;
lib libbgl-viz : ../src/$(SOURCES).cpp
: <define>GRAPHVIZ_GRAPH=boost::GraphvizGraph
: <include>$(BOOST_ROOT)
: debug <inlining>on
;
////////////////////////////////
then:
cd %BOOST_ROOT%
jam -sBOOST_ROOT=. -sTOOLS="msvc"
and getting soething like:
msvc-Archive-action libs\graph\build\bin\libbgl-
viz\msvc\debug\runtime-link-dynamic\libbgl-viz.lib
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
graphviz_digraph_parser.obj : fatal error LNK1179: invalid or corrupt
file: duplicate comdat "?get_v
alue@?$property_value_end_at_U?
$property_at_W4graph_graph_attribute_t_at_boost@@V?$map_at_V?$basic_string_at_DU?
$ch
ar_traits_at_D@std@@V?$allocator_at_D@2@@std@@V12_at_U?$less_at_V?
$basic_string_at_DU?$char_traits_at_D@std@@V?$alloca
tor_at_D@2@@std@@@2_at_V?$allocator_at_V?$basic_st2ff4a489"
how to fix it, it is the right way to proceed ?
Alex
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