Changes between Version 1 and Version 2 of Ticket #49046, comment 4


Ignore:
Timestamp:
Nov 2, 2015, 10:57:09 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49046, comment 4

    v1 v2  
    1111Find the line:
    1212
     13{{{
    1314#define exiting  _Noreturn
     15}}}
    1416
    1517and replace it by
    1618
     19{{{
    1720#define exiting  ;
     21}}}
    1822
    1923Then
     24{{{
    2025sudo port install rcs
     26}}}
    2127will work. It builds the system and installs it.
    2228
    23 The _Noreturn keyword is a C11 artefact and the build can happen without it (it seems). Caveat: I really know zilch about C11. I've done some rough testing and rcs appears to work.
     29The `_Noreturn` keyword is a C11 artefact and the build can happen without it (it seems). Caveat: I really know zilch about C11. I've done some rough testing and rcs appears to work.
    2430
    2531