C:\Documents and Settings\dominic e sisneros\My
Documents\downloads\ruby\rev>rake
(in C:/Documents and Settings/dominic e sisneros/My
Documents/downloads/ruby/rev)
c:/Ruby18/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... no
checking for rb_str_set_len()... no
checking for sys/select.h... no
checking for poll.h... no
checking for sys/epoll.h... no
checking for sys/event.h... no
checking for port.h... no
checking for openssl/ssl.h... yes
checking for sysctlbyname() in sys/param.h,sys/sysctl.h... no
creating Makefile
make
gcc -I. -I. -Ic:/Ruby18/lib/ruby/1.8/i386-mingw32 -I.
-DRUBY_VERSION_CODE=186 -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_SSL_H -g
-O2 -c rev
_buffer.c
rev_buffer.c:630:2: warning: no newline at end of file
gcc -I. -I. -Ic:/Ruby18/lib/ruby/1.8/i386-mingw32 -I.
-DRUBY_VERSION_CODE=186 -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_SSL_H -g
-O2 -c rev
_ext.c
In file included from rev_ext.c:10:
../libev/ev.c: In function `fd_intern'':
../libev/ev.c:981: warning: passing arg 3 of `rb_w32_ioctlsocket'' from
incompatible pointer type
In file included from ../libev/ev.c:1191,
from rev_ext.c:10:
../libev/ev_select.c: In function `select_poll'':
../libev/ev_select.c:137: error: `NFDBITS'' undeclared (first use in
this function)
../libev/ev_select.c:137: error: (Each undeclared identifier is
reported only once
../libev/ev_select.c:137: error: for each function it appears in.)
make: *** [rev_ext.o] Error 1
rake aborted!
Command failed with status (2): [make...]
(See full trace by running task with --trace)
On Tue, Aug 19, 2008 at 12:06 PM, Dominic Sisneros <dsisnero at gmail.com>wrote:> ../libev/ev_select.c: In function `select_poll'': > ../libev/ev_select.c:137: error: `NFDBITS'' undeclared (first use in > this function) > ../libev/ev_select.c:137: error: (Each undeclared identifier is > reported only once > ../libev/ev_select.c:137: error: for each function it appears in.) >I found out about this just recently. There''s something I need to do when building libev on Windows which I''m not right now. I''ll look into it. -- Tony Arcieri medioh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rev-talk/attachments/20080819/4d711625/attachment.html>