Changes between Initial Version and Version 2 of Ticket #10877
- Timestamp:
- Feb 13, 2015, 6:46:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10877 – Description
initial v2 1 1 I am trying to compile a program using the Boost 1.56 libraries. I am getting the following errors when using the Solaris C++ compiler: 2 2 3 4 {{{ 3 5 "../boost_1_56_0/boost/predef/library/std/roguewave.h", line 47: Error: Badly formed constant expression. 4 6 "../boost_1_56_0/boost/mpl/aux_/integral_wrapper.hpp", line 45: Error: An integer constant expression is required here. … … 16 18 "../boost_1_56_0/boost/chrono/duration.hpp", line 406: Where: Specialized in boost::common_type<long long, boost::ratio<1, 1000000000>, long long, boost::ratio<1, 1>>. 17 19 "../boost_1_56_0/boost/thread/pthread/timespec.hpp", line 52: Where: Specialized in non-template code. 20 }}} 21 18 22 19 23 The compiler options are as follows: 24 25 {{{ 20 26 CC -c -m64 -g -erroff=%all -mt -Qoption ccfe -complextmplexp -o tcloader -I../boost_1_56_0 -I../getdartwork_install/tinyxml main.cpp -lboost_thread -lboost_system 27 }}}