Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. tests-macbook:paydium mark$ sudo port install glib2 @2.0
  2. ---> Fetching glib2
  3. ---> Verifying checksum(s) for glib2
  4. ---> Extracting glib2
  5. ---> Applying patches to glib2
  6. ---> Configuring glib2
  7. ---> Building glib2
  8. ---> Staging glib2 into destroot
  9. ---> Installing glib2 @2.20.0_1
  10. ---> Activating glib2 @2.20.0_1
  11. ---> Cleaning glib2
  12.  
  13.  
  14.  
  15. tests-macbook:paydium mark$ sudo gem install ruburple
  16. Password:
  17. Building native extensions. This could take a while...
  18. ERROR: Error installing ruburple:
  19. ERROR: Failed to build gem native extension.
  20.  
  21. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
  22. checking for pkg-config... yes
  23. checking for main() in -lglib-2.0... no
  24. *** extconf.rb failed ***
  25. Could not create Makefile due to some reason, probably lack of
  26. necessary libraries and/or headers. Check the mkmf.log file for more
  27. details. You may need configuration options.
  28.  
  29. Provided configuration options:
  30. --with-opt-dir
  31. --without-opt-dir
  32. --with-opt-include
  33. --without-opt-include=${opt-dir}/include
  34. --with-opt-lib
  35. --without-opt-lib=${opt-dir}/lib
  36. --with-make-prog
  37. --without-make-prog
  38. --srcdir=.
  39. --curdir
  40. --ruby=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
  41. --with-glib-2.0lib
  42. --without-glib-2.0lib
  43. --------------------------------------------------
  44. extconf failure: libglib-2.0 needed
  45. --------------------------------------------------
Add Comment
Please, Sign In to add comment