Re: lyx-1.2.0/boost/boost/detail/limits.hpp and alpha

2002-06-14 Thread Jean-Marc Lasgouttes
> "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

Re: lyx-1.2.0/boost/boost/detail/limits.hpp and alpha

2002-06-13 Thread Duncan Simpson
> 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

Re: lyx-1.2.0/boost/boost/detail/limits.hpp and alpha

2002-06-13 Thread Jean-Marc Lasgouttes
> "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

lyx-1.2.0/boost/boost/detail/limits.hpp and alpha

2002-06-12 Thread Linus Gasser
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