Skip to content

Instantly share code, notes, and snippets.

@hosiawak
Created August 18, 2009 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hosiawak/169705 to your computer and use it in GitHub Desktop.
Save hosiawak/169705 to your computer and use it in GitHub Desktop.
make `./build-support/factor.sh make-target`
make factor factor-ffi-test macosx.app CONFIG=vm/Config.macosx.x86.64
g++ -c -Wall -O3 -fomit-frame-pointer -fPIC -DFACTOR_64 -m64 -o vm/os-unix.o vm/os-unix.cpp
vm/os-unix.cpp: In function ‘factor::stack_frame* factor::uap_stack_pointer(void*)’:
vm/os-unix.cpp:110: error: ‘struct mcontext’ has no member named ‘__ss’
vm/os-unix.cpp: In function ‘void factor::memory_signal_handler(int, siginfo_t*, void*)’:
vm/os-unix.cpp:125: error: ‘struct mcontext’ has no member named ‘__ss’
vm/os-unix.cpp: In function ‘void factor::misc_signal_handler(int, siginfo_t*, void*)’:
vm/os-unix.cpp:132: error: ‘struct mcontext’ has no member named ‘__ss’
make[2]: *** [vm/os-unix.o] Error 1
make[1]: *** [macosx-x86-64] Error 2
make: *** [default] Error 2
mlaw:~/projects/factor karol$ g++ --version
i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment