Changes between Initial Version and Version 1 of Ticket #44755, comment 8


Ignore:
Timestamp:
Aug 25, 2014, 9:28:55 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44755, comment 8

    initial v1  
    11I 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{{{
    23          /opt/lib/gcc48/gcc/ppc-apple-darwin9/4.8.3/include/stdnoreturn.h
     4}}}
    35I cleaned up the failed build and used
     6{{{
    47          port upgrade gnutls configure.compiler=macports-gcc-4.8
     8}}}
    59finishing 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.