Changes between Initial Version and Version 2 of Ticket #10877


Ignore:
Timestamp:
Feb 13, 2015, 6:46:54 PM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10877 – Description

    initial v2  
    11I am trying to compile a program using the Boost 1.56 libraries.  I am getting the following errors when using the Solaris C++ compiler:
    22
     3
     4{{{
    35"../boost_1_56_0/boost/predef/library/std/roguewave.h", line 47: Error: Badly formed constant expression.
    46"../boost_1_56_0/boost/mpl/aux_/integral_wrapper.hpp", line 45: Error: An integer constant expression is required here.
     
    1618"../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>>.
    1719"../boost_1_56_0/boost/thread/pthread/timespec.hpp", line 52:     Where: Specialized in non-template code.
     20}}}
     21
    1822
    1923The compiler options are as follows:
     24
     25{{{
    2026CC -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}}}