Angus Leeming <[EMAIL PROTECTED]> writes:

| Incidentally, I have had to add a line to boost's limits.hpp. Does noone else 
| in the world use an Alpha? In this case linux-alpha.

You should send this to the boost list as well: [EMAIL PROTECTED]


| Angus
>
>
| Index: boost/boost/detail/limits.hpp
| ===================================================================
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/boost/detail/limits.hpp,v
| retrieving revision 1.3
| diff -u -r1.3 limits.hpp
| --- boost/boost/detail/limits.hpp       21 May 2002 23:39:55 -0000      1.3
| +++ boost/boost/detail/limits.hpp       30 May 2002 11:55:53 -0000
| @@ -51,7 +51,7 @@
|  // bit layout, but about floating-point NaN (etc.) bit patterns.
|  #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
|  #else
|  #error The file boost/detail/limits.hpp needs to be set up for your CPU type.
>

-- 
        Lgb


Reply via email to