Boost logo

Boost Users :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-11-29 10:48:00


Do you need to use the graphviz file reader/writer? If not then you don't
need to build anything.

Cheers,
Jeremy

On Thu, 29 Nov 2001 acarsac_at_[hidden] wrote:

acarsa> Hi all,
acarsa>
acarsa> I' am trying to build the grap library with MSVC6SP5 (not with
acarsa> STLPORT 4.0, the FAQ said it does not work!).
acarsa>
acarsa> What I done:
acarsa>
acarsa> setting up MSVC vars
acarsa> remove space from directories
acarsa> upgrade jam.
acarsa> build boost. (everything ok exectpt )
acarsa>
acarsa> changes %BOOST_ROOT%/jamfile
acarsa> ////////////////////////////////
acarsa> project-root ;
acarsa> subinclude libs/graph/build ;
acarsa> subinclude status ;
acarsa> ////////////////////////////////
acarsa>
acarsa> change %BOOST_ROOT%/libs/graph/build :
acarsa> ////////////////////////////////
acarsa> subproject libs/graph/build ;
acarsa>
acarsa> SOURCES = graphviz_graph_lex graphviz_digraph_lex
acarsa> graphviz_graph_parser graphviz_digraph_parser ;
acarsa>
acarsa>
acarsa> lib libbgl-viz : ../src/$(SOURCES).cpp
acarsa> : <define>GRAPHVIZ_GRAPH=boost::GraphvizGraph
acarsa> : <include>$(BOOST_ROOT)
acarsa> : debug <inlining>on
acarsa> ;
acarsa> ////////////////////////////////
acarsa>
acarsa>
acarsa> then:
acarsa> cd %BOOST_ROOT%
acarsa> jam -sBOOST_ROOT=. -sTOOLS="msvc"
acarsa>
acarsa> and getting soething like:
acarsa>
acarsa> msvc-Archive-action libs\graph\build\bin\libbgl-
acarsa> viz\msvc\debug\runtime-link-dynamic\libbgl-viz.lib
acarsa> Microsoft (R) Library Manager Version 6.00.8447
acarsa> Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
acarsa>
acarsa> graphviz_digraph_parser.obj : fatal error LNK1179: invalid or corrupt
acarsa> file: duplicate comdat "?get_v
acarsa> alue@?$property_value_end_at_U?
acarsa> $property_at_W4graph_graph_attribute_t_at_boost@@V?$map_at_V?$basic_string_at_DU?
acarsa> $ch
acarsa> ar_traits_at_D@std@@V?$allocator_at_D@2@@std@@V12_at_U?$less_at_V?
acarsa> $basic_string_at_DU?$char_traits_at_D@std@@V?$alloca
acarsa> tor_at_D@2@@std@@@2_at_V?$allocator_at_V?$basic_st2ff4a489"
acarsa>
acarsa> how to fix it, it is the right way to proceed ?
acarsa>
acarsa> Alex
acarsa>
acarsa>
acarsa>
acarsa>
acarsa> Info: <http://www.boost.org>
acarsa> Wiki: <http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl>
acarsa> Unsubscribe: <mailto:boost-users-unsubscribe_at_[hidden]>
acarsa>
acarsa>
acarsa> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
acarsa>
acarsa>

----------------------------------------------------------------------
 Jeremy Siek http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton email: jsiek_at_[hidden]
 C++ Booster (http://www.boost.org) office phone: (812) 855-3608
----------------------------------------------------------------------


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