Re: [Boost-bugs] [Boost C++ Libraries] #5234: Boost 1.46 doesn't build on FreeBSD 7.1-RELEASE

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5234: Boost 1.46 doesn't build on FreeBSD 7.1-RELEASE
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-05 13:42:16


#5234: Boost 1.46 doesn't build on FreeBSD 7.1-RELEASE
-------------------------------+--------------------------------------------
  Reporter: kvs@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.46.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by anonymous):

 edit {{{tools/build/v2/engine/jam.c}}} and replace (at 2 places)
 {{{
 strndup(buf, size)
 }}}
 by
 {{{
 strdup(buf)
 }}}

 At least you will be able to build j2 to then build boost.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5234#comment:3>
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:12 UTC