Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 08-Jun-2001 Lars Gullik Bjønnes wrote:
| 
| > If your --with-included-string does not work you have to tell the
| > errors.
| 
| Well the errors are easy. LString does not define __BASTRING__ and so the
| BOOST_NO_LIMITS is not defined. As I don't have a <limits> on my RedHat 7.1
| system the #include <limits> then fails! I'll make for now with -DBOOST_NO_LIMITS
| that should do the trick, but obviously this should be somehow
| fixed.

You already tried to fix this with the "LString.h" in
boost/config.hpp... and this is included with gcc 2.96.
Also we now check for <limits> in configure, and BOOST_NO_LIMITS
should be set if HAVE_LIMITS is not defined. So where is the error...

-- 
        Lgb

Reply via email to