> "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
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