rgooler / libfchat-ruby

A library for connecting to F-chat ( http://f-list.net ), written in Ruby.
1 stars 0 forks source link

Error when trying to install libfchat #6

Closed ghost closed 7 years ago

ghost commented 9 years ago

First of all, I have Ruby 1.9.3-p551 and DevKit-tdm-32-4.5.2-20111229-1559-sfx installed.

When I try to install your gem with gem install libfchat what I get is

Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing libfchat: ERROR: Failed to build gem native extension.

"D:/Program Files/Ruby193/bin/ruby.exe" -r ./siteconf20150726-6720-i5h32t.rb

extconf.rb checking for main() in -lssl... no checking for rb_trap_immediate in ruby.h,rubysig.h... no checking for rb_thread_blocking_region()... yes checking for ruby/thread.h... no 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... no checking for rb_thread_fd_select()... yes checking for rb_fdset_t in ruby/intern.h... yes checking for rb_wait_for_single_fd()... yes checking for rb_enable_interrupt()... yes checking for rb_time_new()... yes checking for windows.h... yes checking for winsock.h... yes checking for main() in -lkernel32... yes checking for main() in -lrpcrt4... yes checking for main() in -lgdi32... yes checking for clock_gettime()... no checking for gethrtime()... no creating Makefile

make clean Makefile:165: *\ target pattern contains no `%'. Stop.

make Makefile:165: *\ target pattern contains no `%'. Stop.

make failed, exit code 2

Gem files will remain installed in D:/Program Files/Ruby193/lib/ruby/gems/1.9.1/ gems/eventmachine-1.0.7 for inspection. Results logged to D:/Program Files/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mi ngw32/1.9.1/eventmachine-1.0.7/gem_make.out

rgooler commented 9 years ago

Can you please attach the log file mentioned at the end of your report, as well as the generated make file?

Also, this is doing things in program files - try again as an administrator? On Sat, Jul 25, 2015 at 16:18 CanoasTC notifications@github.com wrote:

First of all, I have Ruby 1.9.3-p551 and DevKit-tdm-32-4.5.2-20111229-1559-sfx installed.

When I try to install your gem with gem install libfchat what I get is

Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing libfchat: ERROR: Failed to build gem native extension.

"D:/Program Files/Ruby193/bin/ruby.exe" -r ./siteconf20150726-6720-i5h32t.rb

extconf.rb checking for main() in -lssl... no checking for rb_trap_immediate in ruby.h,rubysig.h... no checking for rb_thread_blocking_region()... yes checking for ruby/thread.h... no 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... no checking for rb_thread_fd_select()... yes checking for rb_fdset_t in ruby/intern.h... yes checking for rb_wait_for_single_fd()... yes checking for rb_enable_interrupt()... yes checking for rb_time_new()... yes checking for windows.h... yes checking for winsock.h... yes checking for main() in -lkernel32... yes checking for main() in -lrpcrt4... yes checking for main() in -lgdi32... yes checking for clock_gettime()... no checking for gethrtime()... no creating Makefile

make clean Makefile:165: *\ target pattern contains no `%'. Stop.

make Makefile:165: *\ target pattern contains no `%'. Stop.

make failed, exit code 2

Gem files will remain installed in D:/Program Files/Ruby193/lib/ruby/gems/1.9.1/ gems/eventmachine-1.0.7 for inspection. Results logged to D:/Program Files/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mi ngw32/1.9.1/eventmachine-1.0.7/gem_make.out

— Reply to this email directly or view it on GitHub https://github.com/rgooler/libfchat-ruby/issues/6.