I'm encountering an error building 0.4 master. I did a complete clone/build
after removing the julia directory. System is OSX 10.8.5. Error is:

    CC src/signal-handling.o
In file included from signal-handling.c:62:
./signals-unix.c:40:72: error: use of undeclared identifier 'ucontext64_t';
did you mean 'ucontext_t'?
    bt_size = rec_backtrace_ctx(bt_data, MAX_BT_SIZE,
(bt_context_t)&((ucontext64_t*)context)->uc_mcontext64->__ss);
                                                                       ^
/usr/include/sys/_structs.h:227:26: note: 'ucontext_t' declared here
typedef _STRUCT_UCONTEXT        ucontext_t;     /* [???] user context */
                                ^
In file included from signal-handling.c:62:
./signals-unix.c:40:85: error: expected expression
    bt_size = rec_backtrace_ctx(bt_data, MAX_BT_SIZE,
(bt_context_t)&((ucontext64_t*)context)->uc_mcontext64->__ss);

        ^
2 errors generated.
make[1]: *** [signal-handling.o] Error 1
make: *** [julia-src-release] Error 2

Any help appreciated.

Thanks, Adrian.

Reply via email to