Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created October 25, 2011 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeal/1314094 to your computer and use it in GitHub Desktop.
Save mikeal/1314094 to your computer and use it in GitHub Desktop.
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/kqueue.c -o src/unix/kqueue.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/uv-common.c -o src/uv-common.o
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\"
In file included from src/unix/ev/ev.c:1538:
src/unix/ev/ev_kqueue.c: In function ‘kqueue_modify’:
src/unix/ev/ev_kqueue.c:87: error: ‘EV_LIBUV_KQUEUE_HACK’ undeclared (first use in this function)
src/unix/ev/ev_kqueue.c:87: error: (Each undeclared identifier is reported only once
src/unix/ev/ev_kqueue.c:87: error: for each function it appears in.)
src/unix/ev/ev_kqueue.c: In function ‘kqueue_poll’:
src/unix/ev/ev_kqueue.c:157: error: ‘EV_LIBUV_KQUEUE_HACK’ undeclared (first use in this function)
src/unix/ev/ev.c: In function ‘ev_io_start’:
src/unix/ev/ev.c:2666: error: ‘EV_LIBUV_KQUEUE_HACK’ undeclared (first use in this function)
make[1]: *** [src/unix/ev/ev.o] Error 1
Waf: Leaving directory `/Users/mikeal/Documents/git/node/out'
Build failed: -> task failed (err #2):
{task: uv uv.h -> uv.a}
make: *** [program] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment