Changes between Initial Version and Version 1 of Ticket #61629


Ignore:
Timestamp:
Dec 3, 2020, 3:19:02 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This has nothing to do with #61464. That was about undefined symbols, which is a consequence of a libtool bug that appears on macOS 11 and later. This, on the other hand, involves implicit declaration of functions, which is now an error in Xcode 12 and needs to be fixed by declaring the functions before using them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61629

    • Property Keywords catalina added
    • Property Summary changed from umem fails to build with undefined symbols to umem: error: implicit declaration of function 'umem_startup' is invalid in C99
  • Ticket #61629 – Description

    initial v1  
    1 Looks like the package need a fix similar to https://trac.macports.org/ticket/61464
     1Looks like the package need a fix similar to #61464
    22
    33{{{