Building boost graph library for Visual C++ 7.1
Hi, I have performed a fresh install of Boost 1.31.0 under Windows (Visual C++ 7.1) and everything built and installed OK except that the Boost Graph Library libraries needed for GraphViz interface (libbglvis.lib) were not built or installed. Does anyone have any suggestions for building this library? I am not familiar with the jam file format. Thanks, Brian Parker
I just created a new project in visual studio and added:
graphviz_graph_lex.cpp
graphviz_graph_parser.cpp
Turned off precompiled headers and wrapped the boost function:
boost::read_graphviz(file, g);
Inside of a publically exported procedure.
Gordon.
"Brian Parker"
Hi,
I have performed a fresh install of Boost 1.31.0 under Windows (Visual C++ 7.1) and everything built and installed OK except that the Boost Graph Library libraries needed for GraphViz interface (libbglvis.lib) were not built or installed.
Does anyone have any suggestions for building this library? I am not familiar with the jam file format.
Thanks,
Brian Parker
---------------------------------------------------------------------------- ----
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Brian Parker
-
Gordon Smith