Apple's gcc can't handle deprecated attribute

MK-MacPorts at techno.ms MK-MacPorts at techno.ms
Thu Oct 4 06:16:49 PDT 2012


And here is another invalid attribute:
---
lib/result.c:882:53: error: only weak aliases are supported on darwin
void result_free(result_t *r) __attribute__ ((weak, alias ("csvdb_free_result")));
                                                    ^
1 error generated.
---


More information about the macports-dev mailing list