> "Duncan" == Duncan Simpson <[EMAIL PROTECTED]> writes:
Duncan> Surely a better fix would be to include endian.h, or
Duncan> if you are absolutely sure it really works everywhere and need
Duncan> to push "modern" C++, and use
Duncan> #if __BYTE_ORDER == __LITTLE_ENDIAN
Duncan> instead of
> Hi,
> just to include my favorite platform, alpha. You have to change the file
> lyx-1.2.0/boost/boost/detail/limits.hpp
> on line 43 to
> #elif defined(__i386__) || defined(__alpha__)
> And yes, the alpha is little endian.
>
>
Surely a better fix would be to include endian.h, or if you are
> "Linus" == Linus Gasser <[EMAIL PROTECTED]> writes:
Linus> Hi, just to include my favorite platform, alpha. You have to
Linus> change the file lyx-1.2.0/boost/boost/detail/limits.hpp on line
Linus> 43 to #elif defined(__i386__) || defined(__alpha__) And yes,
Linus> the alpha is little endia
Hi,
just to include my favorite platform, alpha. You have to change the file
lyx-1.2.0/boost/boost/detail/limits.hpp
on line 43 to
#elif defined(__i386__) || defined(__alpha__)
And yes, the alpha is little endian.
Greets
ineiti
PS: for any questions, please e-mail me directly, as I'm not part o