Changes between Initial Version and Version 1 of Ticket #45616


Ignore:
Timestamp:
Oct 26, 2014, 12:44:01 AM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Could you provide a test case?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45616

    • Property Cc larryv@… added
  • Ticket #45616 – Description

    initial v1  
    44
    55The code compiled fine on my old 10.6 fink installation, but I am now getting the following error in 10.9 with macports:
    6 
     6{{{
    77In file included from /opt/local/include/boost/limits.hpp:19:0,
    88                 from /opt/local/include/boost/integer_fwd.hpp:16,
     
    1818/opt/local/include/gcc48/c++/limits:1405:35: error: template argument 1 is invalid
    1919     struct numeric_limits<__int128>
     20}}}
    2021
    2122I have also tried the apple-gcc42 compiler, and with this compiler, the code compiles fine, but fails at linking (I guess probably the gcc-4.8 c++ libraries are not linkable with gcc-4.2?).
     
    2324Has anyone else had this problem?
    2425
    25 Thanks,
     26Thanks,\\
    2627Gary