Re: [Boost-bugs] [Boost C++ Libraries] #3300: GraphML reader does not build on Windows with VC without modifying Jamfile

Subject: Re: [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-11-27 06:31:14


#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: |
-------------------------------------+--------------------------------------

Comment(by vladimir_prus):

 I have looked at official expat package for Windows. It appears to contain
 these:
 - Dynamic ascii build -- libexpat.{lib,dll}
 - Static ascii build -- libexpatMT.lib
 - Dynamic unicode build -- libexpatw.{lib,dll}
 - Static unicode build -- libexpatwMT.lib

 Now, I believe graph needs ascii version. Shall we use static or dynamic
 build by default? Static seems a little bit safer.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3300#comment:1>
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:01 UTC