Re: [Boost-bugs] [Boost C++ Libraries] #6330: Sucess to build when use stlport 5.2.1, but link error.(MSVC8-10)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6330: Sucess to build when use stlport 5.2.1, but link error.(MSVC8-10)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-02 11:45:57


#6330: Sucess to build when use stlport 5.2.1, but link error.(MSVC8-10)
----------------------------------------+-----------------------------------
  Reporter: nightmare.qntal@… | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: regex
   Version: Boost 1.48.0 | Severity: Problem
Resolution: worksforme | Keywords:
----------------------------------------+-----------------------------------
Changes (by johnmaddock):

  * status: new => closed
  * resolution: => worksforme

Comment:

 This sort of issue is normally caused by some kind of binary
 incompatibilty between the libraries and your executable - unfortunately
 it's next to impossible to diagnose from a distance. The usual and
 easiest fix is to:

 * Create a static lib or dll project for the regex source in Your IDE and
 add all of libs/regex/src/*.cpp to it. Build using the same options as
 your executable.
 * Add the define BOOST_REGEX_NO_LIB to your applications project settings.
 * Add the lib/dll project as a dependency and rebuild.

 HTH, John.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6330#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:08 UTC