Advertisement
Guest User

Untitled

a guest
Mar 10th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. $ make
  2. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -I/cygdrive/e/Dropbox/Documents/c-steam/libuv/include -I/cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv-private -I/cygdrive/e/Dropbox/Documents/c-steam/libuv/src -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -c src/unix/async.c -o src/unix/async.o
  3. In file included from /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv.h:67,
  4. from src/unix/async.c:25:
  5. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv-private/uv-unix.h:148: error: parse error before "uv_barrier_t"
  6. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv-private/uv-unix.h:148: warning: type defaults to `int' in declaration of `uv_barrier_t'
  7. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv-private/uv-unix.h:148: error: ISO C forbids data definition with no type or storage class
  8. In file included from src/unix/async.c:25:
  9. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv.h:1890: error: parse error before '*' token
  10. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv.h:1891: error: parse error before '*' token
  11. /cygdrive/e/Dropbox/Documents/c-steam/libuv/include/uv.h:1892: error: parse error before '*' token
  12. /cygdrive/e/Dropbox/Documents/c-steam/libuv/config-unix.mk:152: recipe for target `src/unix/async.o' failed
  13. make: *** [src/unix/async.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement