Advertisement
Guest User

Untitled

a guest
Oct 27th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.43 KB | None | 0 0
  1. Last login: Sat Oct 27 04:58:00 on console
  2. Pi-Fi:~ sunfish7$ sudo gem install xcodeproj
  3. Password:
  4. Fetching: xcodeproj-0.3.5.gem (100%)
  5. Building native extensions.  This could take a while...
  6. Successfully installed xcodeproj-0.3.5
  7. 1 gem installed
  8. Installing ri documentation for xcodeproj-0.3.5...
  9. Installing RDoc documentation for xcodeproj-0.3.5...
  10. Pi-Fi:~ sunfish7$
  11. Last login: Sat Oct 27 13:33:45 on console
  12. Pi-Fi:~ sunfish7$ which ruby
  13. /Users/sunfish7/.rvm/rubies/ruby-1.9.3-p286/bin/ruby
  14. Pi-Fi:~ sunfish7$ which gem
  15. /Users/sunfish7/.rvm/rubies/ruby-1.9.3-p286/bin/gem
  16. Pi-Fi:~ sunfish7$ gem list --local
  17.  
  18. *** LOCAL GEMS ***
  19.  
  20. actionmailer (3.2.8)
  21. actionpack (3.2.8)
  22. activemodel (3.2.8)
  23. activerecord (3.2.8)
  24. activeresource (3.2.8)
  25. activesupport (3.2.8)
  26. arel (3.0.2)
  27. builder (3.0.4)
  28. bundler (1.2.1)
  29. erubis (2.7.0)
  30. hike (1.2.1)
  31. i18n (0.6.1)
  32. journey (1.0.4)
  33. json (1.7.5)
  34. mail (2.4.4)
  35. mime-types (1.19)
  36. multi_json (1.3.6)
  37. polyglot (0.3.3)
  38. rack (1.4.1)
  39. rack-cache (1.2)
  40. rack-ssl (1.3.2)
  41. rack-test (0.6.2)
  42. rails (3.2.8)
  43. railties (3.2.8)
  44. rake (0.9.2.2)
  45. rdoc (3.12)
  46. rubygems-bundler (1.1.0)
  47. rvm (1.11.3.5)
  48. sprockets (2.1.3)
  49. thor (0.16.0)
  50. tilt (1.3.3)
  51. treetop (1.4.11)
  52. tzinfo (0.3.33)
  53. xcodeproj (0.3.5)
  54. Pi-Fi:~ sunfish7$ sudo /usr/bin/gem install xcodeproj
  55. Password:
  56. Building native extensions.  This could take a while...
  57. ERROR:  Error installing xcodeproj:
  58.     ERROR: Failed to build gem native extension.
  59.  
  60. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
  61. checking for -std=c99 option to compiler... no
  62. checking for CoreFoundation... no
  63. checking for main() in -lCoreFoundation... no
  64. CoreFoundation is needed to build the Xcodeproj C extension.
  65. *** extconf.rb failed ***
  66. Could not create Makefile due to some reason, probably lack of
  67. necessary libraries and/or headers.  Check the mkmf.log file for more
  68. details.  You may need configuration options.
  69.  
  70. Provided configuration options:
  71.     --with-opt-dir
  72.     --without-opt-dir
  73.     --with-opt-include
  74.     --without-opt-include=${opt-dir}/include
  75.     --with-opt-lib
  76.     --without-opt-lib=${opt-dir}/lib
  77.     --with-make-prog
  78.     --without-make-prog
  79.     --srcdir=.
  80.     --curdir
  81.     --ruby=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
  82.     --with-CoreFoundationlib
  83.     --without-CoreFoundationlib
  84.  
  85.  
  86. Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/xcodeproj-0.3.5 for inspection.
  87. Results logged to /Library/Ruby/Gems/1.8/gems/xcodeproj-0.3.5/ext/xcodeproj/gem_make.out
  88. Pi-Fi:~ sunfish7$ locate ruby
  89.  
  90. WARNING: The locate database (/var/db/locate.database) does not exist.
  91. To create the database, run the following command:
  92.  
  93.   sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  94.  
  95. Please be aware that the database can take some time to generate; once
  96. the database has been created, this message will no longer appear.
  97.  
  98. Pi-Fi:~ sunfish7$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  99. Password:
  100. Pi-Fi:~ sunfish7$ locate ruby
  101. WARNING: The locate database (/var/db/locate.database) does not exist.
  102. To create the database, run the following command:
  103.  
  104.   sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  105.  
  106. Please be aware that the database can take some time to generate; once
  107. the database has been created, this message will no longer appear.
  108.  
  109. Pi-Fi:~ sunfish7$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  110. com.apple.locate: Already loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement