Changes between Initial Version and Version 1 of Ticket #44755, comment 8
- Timestamp:
- Aug 25, 2014, 9:28:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44755, comment 8
initial v1 1 1 I just attempted to upgrade gnutls and ran into the same error during the build phase (G4 PowerBook running OS X 10.5). After reading Cal's last post, I checked to see if there was a "stdnoreturn.h" somewhere under "/opt" and found one: 2 {{{ 2 3 /opt/lib/gcc48/gcc/ppc-apple-darwin9/4.8.3/include/stdnoreturn.h 4 }}} 3 5 I cleaned up the failed build and used 6 {{{ 4 7 port upgrade gnutls configure.compiler=macports-gcc-4.8 8 }}} 5 9 finishing the upgrade with no errors. So thanks for the info, Cal. However, if anyone knows of a reason why I shouldn't use gcc48 for gnutls (on a PowerBook), please let me know.