Guest User

Untitled

a guest
May 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [...stuff...]
  2. thread.c:667: warning: passing argument 1 of 'rb_ensure' from incompatible pointer type
  3. cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i686-darwin9.4.0/thread.bundle thread.o -L"." -L"../.." -L. -ldl -lobjc
  4. cp ../.././ext/thread/lib/thread.rb ../../.ext/common
  5. compiling tk
  6. *****************************************************************************
  7. **
  8. ** PTHREAD SUPPORT MODE ERROR:
  9. **
  10. ** Ruby is not compiled with --enable-pthread, but your Tcl/Tk
  11. ** library seems to be compiled with pthread support. This
  12. ** combination may cause frequent hang or segmentation fault
  13. ** errors when Ruby/Tk is working. We recommend that you NEVER
  14. ** create the library with such a combination of pthread support.
  15. **
  16. ** Please recompile Ruby with the "--enable-pthread" configure option
  17. ** or recompile Tcl/Tk with the "--disable-threads" configure option.
  18. **
  19. *****************************************************************************
  20. [...stuff...]
Add Comment
Please, Sign In to add comment