Hi!
Has anybody compiled lyx 1.3.2 successful on SunOS 5.8?
1. With gcc 2.95.3: While compiling "GraphicsCacheItem.C" in
"src/graphics" as reports "var/tmp/ccu5a21d.s", line 3261: error: constant
value must be between -4096 and 4095"
2. With Sun Workshop 6 compiler: While compiling "cregex.cpp" in
"boost/libs/regex/src" macro-definition warnings and errors occur:
"../../../../boost/boost/type_traits/add_const.hpp", line 34: Warning: Too few
arguments in macro BOOST_PP_CHECK_2.
"../../../../boost/boost/type_traits/add_const.hpp", line 34: Warning: Too few
arguments in macro BOOST_PP_CHECK_2.
"../../../../boost/boost/type_traits/add_const.hpp", line 34: Warning: Too few
arguments in macro BOOST_PP_CHECK_2.
"../../../../boost/boost/type_traits/add_const.hpp", line 34: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
The same warnings and errors are also reported for
"../../../../boost/boost/type_traits/add_volatile.hpp"
"../../../../boost/boost/type_traits/add_cv.hpp"
"../../../../boost/boost/type_traits/is_const.hpp"
"../../../../boost/boost/type_traits/is_volatile.hpp"
"../../../../boost/boost/type_traits/remove_const.hpp"
"../../../../boost/boost/type_traits/remove_volatile.hpp"
"../../../../boost/boost/type_traits/remove_cv.hpp"
Any hints? Any suggestions? Thank You!
Regards Jan
PS: compiling the XForms 1.0 library works well after tweaking the
Makefile: "-Kpic" has been replaces by "-K PIC". Seems, that the imake
system is not up-to-date. fd2ps does not compile.