Jeremy Daily wrote:

> I just tried to compile lyx-1.3.3 on a dual Itanium machine running
> RedHat Advance Workstation 2.1.  The configure script executed just
> fine after

> The results of "make" are attached.
> P.S. I'm a user, not a developer (baby steps)

Hi, Jeremy. Extracting the error itself:
../../../../boost/boost/detail/limits.hpp:57:2: #error The file 
boost/detail/limits.hpp needs to be set up for your CPU type.

You need to add something to the #if block in this file.

#if defined(big endian architecture 1) || 
    defined(big endian architecture 2)
#define BOOST_BIG_ENDIAN
#elif defined(little endian architecture 1) ||
      defined(little endian architecture 2)
#define BOOST_LITTLE_ENDIAN
#else
#error The file boost/detail/limits.hpp needs to be set up for your 
CPU type.
#endif

Your task is to find the macro identifier used by your Itanium 
machine.

Regards,
-- 
Angus

Reply via email to