Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Index: boost/boost/detail/limits.hpp
| ===================================================================
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/boost/detail/limits.hpp,v
| retrieving revision 1.2
| retrieving revision 1.2.2.1
| diff -u -p -r1.2 -r1.2.2.1
| --- boost/boost/detail/limits.hpp     29 Aug 2001 22:33:34 -0000      1.2
| +++ boost/boost/detail/limits.hpp     30 May 2002 16:47:27 -0000      1.2.2.1
| @@ -40,7 +40,7 @@
|  
|  #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || 
|defined(__ppc__) || defined(__hppa) || defined(_MIPSEB)
|  #define BOOST_BIG_ENDIAN
| -#elif defined(__i386__)
| +#elif defined(__i386__) || defined(__alpha__)
|  #define BOOST_LITTLE_ENDIAN

This is already in CVS.
(Hmm is it 1.2.0 we are talking about?)

|  #else
|  #error The file boost/detail/limits.hpp needs to be set up for your CPU type.
>
>
| Mark> g++ is 2.96, cpu version ev56, RH 7.1 (all updates)
>
| I'd be interested to know whether the build eventually succeeds.

Me too.

-- 
        Lgb


Reply via email to