[luatex] Error when compiling luatex on MacOS X

luigi scarso luigi.scarso at gmail.com
Wed Feb 16 08:50:10 CET 2011


On Wed, Feb 16, 2011 at 8:32 AM, Patrick Gundlach <patrick at gundla.ch> wrote:
>
>>> I am able to compile LuaTeX on Mac OS X, 10.6.6, and I believe that this is snow leopard.
>
>> How is your /usr/include/ucontext.h?
>
> Very well, thanks for asking :)
>
>
>
>
> #ifndef _UCONTEXT_H_
> #define _UCONTEXT_H_
>
> #include <sys/cdefs.h>
>
> #ifdef _XOPEN_SOURCE
> #include <sys/ucontext.h>
>
> __BEGIN_DECLS
> int  getcontext(ucontext_t *);
> void makecontext(ucontext_t *, void (*)(), int, ...);
> int  setcontext(const ucontext_t *);
> int  swapcontext(ucontext_t * __restrict, const ucontext_t * __restrict);
> __END_DECLS
> #else /* !_XOPEN_SOURCE */
> #error ucontext routines are deprecated, and require _XOPEN_SOURCE to be defined
> #endif /* _XOPEN_SOURCE */
>
> #endif /* _UCONTEXT_H_ */
>
>
>
>

So it is healthy like the first one..

-- 
luigi



More information about the luatex mailing list