monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Windows build


From: Nathaniel Smith
Subject: Re: [Monotone-devel] Windows build
Date: Thu, 31 Mar 2005 02:02:41 -0800
User-agent: Mutt/1.5.8i

On Wed, Mar 30, 2005 at 08:51:26PM +0200, Jon Bright wrote:
> 16. Get boost 1.31.0 from www.boost.org, along with the zipped regex patch.
> 17. In MSYS, untar boost, then copy the .hpp files in the regex .zip to
> c:\msys\1.0\home\<username>\boost_1_31_0\boost\regex\v4
> 18. Using your favourite text editor, edit
> boost_1_31_0\boost\config\select_stdlib_config.hpp, and change line 36 from
> #elif defined(__GLIBCPP__)
> to
> #elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
> ...otherwise, Boost won't know what C++ library you're using and won't
> pick up that MinGW doesn't have wide-character support.  (This is only
> needed for newer MinGW with Boost 1.31.0 - if you're using an older 
> MinGW, or if Monotone starts using Boost 1.32.0, this will solve itself).

Hmm.

~/src/monotone/opt$ ldd monotone
...
  libboost_regex-gcc-mt-1_32.so.1.32.0 => 
/usr/lib/libboost_regex-gcc-mt-1_32.so.1.32.0 (0x4003a000)
  libboost_date_time-gcc-mt-1_32.so.1.32.0 => 
/usr/lib/libboost_date_time-gcc-mt-1_32.so.1.32.0 (0x400b5000)
  libboost_filesystem-gcc-mt-1_32.so.1.32.0 => 
/usr/lib/libboost_filesystem-gcc-mt-1_32.so.1.32.0 (0x400c8000)

1.32 seems fine to me :-)


Overall... wow.  A better man than I...  Thank you so much :-).

-- Nathaniel

-- 
Damn the Solar System.  Bad light; planets too distant; pestered with
comets; feeble contrivance; could make a better one myself.
  -- Lord Jeffrey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]