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 to work OK.

Roman



Reply via email to