Hisashi T Fujinaka wrote:
> 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
Have you checked in src/auto/config.log why AvailabilityMacros.h is not
found?
You did do "make reconfigure" or "make distclean"?
--
Biting someone with your natural teeth is "simple assault," while biting
someone with your false teeth is "aggravated assault."
[real standing law in Louisana, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.