Otrzymuję błąd podczas próby zainstalowania szyn (a dokładniej atomowych).Błąd podczas instalowania Ruby on Rails 4.0 - atomic_reference.c Błąd 71
Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension.
/Users/dima/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb creating Makefile
make compiling atomic_reference.c atomic_reference.c:50:9: warning: implicit declaration of function 'OSAtomicCompareAndSwap64' is invalid in C99 [-Wimplicit-function-declaration]
if (OSAtomicCompareAndSwap64(expect_value, new_value, &DATA_PTR(self))) {
^1 warning generated. linking shared-object atomic_reference.bundle
make install /usr/bin/install -c -m 0755 atomic_reference.bundle /Users/dima/.rvm/gems/[email protected]_rails_4_0/gems/atomic-1.1.10/lib/Users/dima/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/x86_64-darwin12.4.0 install: /Users/dima/.rvm/gems/[email protected]_rails_4_0/gems/atomic-1.1.10/lib/Users/dima/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/x86_64-darwin12.4.0: No such file or directory make: *** [install-so] Error 71
Gem files will remain installed in /Users/dima/.rvm/gems/[email protected]_rails_4_0/gems/atomic-1.1.10 for inspection. Results logged to /Users/dima/.rvm/gems/[email protected]_rails_4_0/gems/atomic-1.1.10/ext/gem_make.out
Ja w zasadzie tylko po tutorial poręcze (dla szyn 4,0 i Ruby 2.0, seen here) i mają rodzaj uderzył w ścianę tutaj, niestety, nie mogąc znaleźć wiele informacji na temat tego, co się tutaj dzieje.
Znalazłem this question i podążałem za obydwoma sugestiami w odpowiedzi z tym samym wynikiem.
Z jakiego systemu operacyjnego korzystasz? Edycja: Zakładam, że używasz OSX w swojej ścieżce katalogu domowego. Czy zainstalowałeś XCode i interfejs wiersza poleceń XCode? –
Jestem na OSX i mam zainstalowany Xcode i CLI. – Dima