Re: fix of compile bug for alpha for lyx 1.2

2002-06-04 Thread Jean-Marc Lasgouttes
> "Roman" == Roman Kantor <[EMAIL PROTECTED]> writes: Roman> Hi To compile lyx 1.2 on linux/alpha little endian sholld be Roman> defined in boost library (probably should be forfwarded to Roman> boost peopple): Thanks. This fix is already in the 1.2.1cvs version. To satisfy my curiosity, whi

fix of compile bug for alpha for lyx 1.2

2002-06-04 Thread Roman Kantor
Hi To compile lyx 1.2 on linux/alpha little endian sholld be defined in boost library (probably should be forfwarded to boost peopple): in boost/boost/detail/limits.hpp, line 43 was: #elif defined (__i386__) should be #elif defined (__i386__) || defined(__alpha__) With this everything seems