Changes between Initial Version and Version 1 of Ticket #31664
- Timestamp:
- Oct 18, 2011, 6:29:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31664
- Property Owner changed from macports-tickets@… to takeshi@…
- Property Port g95 added
-
Ticket #31664 – Description
initial v1 1 1 Building g95 on OSX Lion and Xcode 4.2 fails with the following error messages: 2 2 3 {{{ 3 4 ../../gcc/toplev.c:539:1: error: redefinition of a 'extern inline' function 'floor_log2' is not supported in C99 mode 4 5 ../../gcc/toplev.c:574:1: error: redefinition of a 'extern inline' function 'exact_log2' is not supported in C99 mode 6 }}} 5 7 6 8 main.log attached