Changes between Initial Version and Version 1 of Ticket #45616
- Timestamp:
- Oct 26, 2014, 12:44:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45616
- Property Cc larryv@… added
-
Ticket #45616 – Description
initial v1 4 4 5 5 The 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 {{{ 7 7 In file included from /opt/local/include/boost/limits.hpp:19:0, 8 8 from /opt/local/include/boost/integer_fwd.hpp:16, … … 18 18 /opt/local/include/gcc48/c++/limits:1405:35: error: template argument 1 is invalid 19 19 struct numeric_limits<__int128> 20 }}} 20 21 21 22 I 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?). … … 23 24 Has anyone else had this problem? 24 25 25 Thanks, 26 Thanks,\\ 26 27 Gary