I've been chasing this around and around, but on OS X 10.9 I don't get
HAVE_AVAILABILITY_MACROS_H set in os_unix.c, so there's no #include
<AvailabilityMacros.h> and my compile dies withthe following:
os_unix.c:834:46: warning: declaration of 'struct sigaltstack' will not be
visible outside of this function [-Wvisibility]
extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct
sigaltstack *oss));
^
./os_unix.h:88:21: note: expanded from macro '__ARGS'
# define __ARGS(x) x
^
os_unix.c:834:13: error: conflicting types for 'sigaltstack'
extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct
sigaltstack *oss));
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/signal.h:85:5:
note:
previous declaration is here
int sigaltstack(const stack_t * __restrict, stack_t * __restrict)
__DARWIN_ALIAS(sigaltstack);
^
1 warning and 1 error generated.
make: *** [objects/os_unix.o] Error 1
--
Hisashi T Fujinaka - [email protected]
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.