Subject: [Boost-bugs] [Boost C++ Libraries] #3300: GraphML reader does not build on Windows with VC without modifying Jamfile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-07-29 22:13:40
#3300: GraphML reader does not build on Windows with VC without modifying Jamfile
-------------------------------------+--------------------------------------
Reporter: ktchan | Owner: asutton
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: graph
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
To enable GraphML support requires Expat, with EXPAT_INCLUDE &
EXPAT_LIBPATH set during building. However, even when that is the case,
building does not complete cleanly because at present the Jamfile does not
list the right name for the expat library for (at least) Windows+VC.
Currently,
<find-shared-library>expat
whereas the library on Windows with VC is variation of libexpat(w/MT).
I believe it is also required to add <define>XML_STATIC before it would
build cleanly.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3300> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC