monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] compile with STLport; patch


From: Petr Ovtchenkov
Subject: [Monotone-devel] compile with STLport; patch
Date: Thu, 25 Aug 2005 00:01:47 +0400
User-agent: KMail/1.8.1

Summary:

The attached patch (against monotone-0.22) add

  - support of STLport
  - set position of Boost's headers during configure
  - set position of Boost's libs during configure

ChangeLog entry:

2005-08-24  Petr Ovtchenkov <address@hidden>

        * Makefile.am: remove -DBOOST_DISABLE_THREADS, this depends upon
        boost real configuration

        * basic_io.hh: add #include <cstdio> for EOF.

        * configure.ac: add --with-stlport, --with-boost-includes, 
        --with-boost-libdir options; check that linkage with STLport work fine;
        add -pthread option, that useful with STLport; fix check of boost libs.

        * interner.hh: if compiled with STLport, make #include <hash_map>;
        __stl_hash_string and hash_map are in std namespace in this case.

        * xdelta.cc: ditto.

        * rcs_import.cc: erase allowed only for non-const iterator in set 
container,
        really.


Attachment: monotone-0.22.patch
Description: Text Data


reply via email to

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