Created
July 7, 2017 01:24
-
-
Save powerwlsl/dced66bb76dfcad973fee7059eff2255 to your computer and use it in GitHub Desktop.
Bundle error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
/Users/hyejinahn/.rvm/rubies/ruby-2.1.3/bin/ruby extconf.rb | |
checking for rb_trap_immediate in ruby.h,rubysig.h... no | |
checking for rb_thread_blocking_region()... yes | |
checking for ruby/thread.h... yes | |
checking for rb_thread_call_without_gvl() in ruby/thread.h... yes | |
checking for inotify_init() in sys/inotify.h... no | |
checking for __NR_inotify_init in sys/syscall.h... no | |
checking for writev() in sys/uio.h... yes | |
checking for rb_thread_fd_select()... yes | |
checking for rb_fdset_t in ruby/intern.h... yes | |
checking for pipe2() in unistd.h... no | |
checking for accept4() in sys/socket.h... no | |
checking for SOCK_CLOEXEC in sys/socket.h... no | |
checking for rb_wait_for_single_fd()... yes | |
checking for rb_enable_interrupt()... no | |
checking for rb_time_new()... yes | |
checking for sys/event.h... yes | |
checking for sys/queue.h... yes | |
CFLAGS=-O3 -I/Users/mpapis/.sm/pkg/active/include -fPIC -mmacosx-version-min=10.7 -pipe -Wall -Wextra -Wno-deprecated-declarations -Wno-ignored-qualifiers -Wno-unused-result | |
CPPFLAGS=-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) $(cppflags) -Wall -Wextra -Wno-deprecated-declarations -Wno-ignored-qualifiers -Wno-unused-result | |
checking for clock_gettime()... yes | |
checking for CLOCK_MONOTONIC_RAW in time.h... yes | |
checking for CLOCK_MONOTONIC in time.h... yes | |
creating Makefile | |
make "DESTDIR=" clean | |
make "DESTDIR=" | |
compiling binder.cpp | |
In file included from binder.cpp:20: | |
./project.h:116:10: fatal error: 'openssl/ssl.h' file not found | |
#include <openssl/ssl.h> | |
^ | |
1 error generated. | |
make: *** [binder.o] Error 1 | |
make failed, exit code 2 | |
Gem files will remain installed in /Users/hyejinahn/.rvm/gems/ruby-2.1.3/gems/eventmachine-1.0.8 for inspection. | |
Results logged to /Users/hyejinahn/.rvm/gems/ruby-2.1.3/extensions/x86_64-darwin-14/2.1.0-static/eventmachine-1.0.8/gem_make.out | |
An error occurred while installing eventmachine (1.0.8), and Bundler cannot continue. | |
Make sure that `gem install eventmachine -v '1.0.8'` succeeds before bundling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment