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@yahoo.fr 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@U? acarsa> $property@W4graph_graph_attribute_t@boost@@V?$map@V?$basic_string@DU? acarsa> $ch acarsa> ar_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V? acarsa> $basic_string@DU?$char_traits@D@std@@V?$alloca acarsa> tor@D@2@@std@@@2@V?$allocator@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@yahoogroups.com 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@osl.iu.edu C++ Booster (http://www.boost.org) office phone: (812) 855-3608 ----------------------------------------------------------------------