Advertisement
Guest User

make

a guest
Feb 24th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/home/<user>/libgpg-error-1.21'
  3. Making all in m4
  4. make[2]: Entering directory `/home/<user>/libgpg-error-1.21/m4'
  5. make[2]: Nothing to be done for `all'.
  6. make[2]: Leaving directory `/home/<user>/libgpg-error-1.21/m4'
  7. Making all in src
  8. make[2]: Entering directory `/home/<user>/libgpg-error-1.21/src'
  9. make all-am
  10. make[3]: Entering directory `/home/<user>/libgpg-error-1.21/src'
  11. /bin/sh ../libtool --tag=CC --mode=compile mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/home/<user>/w32root/share/locale\" -g -O2 -O3 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -W -Wno-sign-compare -Wno-missing-field-initializers -Wdeclaration-after-statement -Wpointer-arith -Wno-psabi -MT libgpg_error_la-estream.lo -MD -MP -MF .deps/libgpg_error_la-estream.Tpo -c -o libgpg_error_la-estream.lo `test -f 'estream.c' || echo './'`estream.c
  12. libtool: compile: mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/home/<user>/w32root/share/locale\" -g -O2 -O3 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -W -Wno-sign-compare -Wno-missing-field-initializers -Wdeclaration-after-statement -Wpointer-arith -Wno-psabi -MT libgpg_error_la-estream.lo -MD -MP -MF .deps/libgpg_error_la-estream.Tpo -c estream.c -DDLL_EXPORT -DPIC -o .libs/libgpg_error_la-estream.o
  13. estream.c: In function 'es_fill':
  14. estream.c:1714:24: error: 'EWOULDBLOCK' undeclared (first use in this function)
  15. if (errno == EWOULDBLOCK)
  16. ^
  17. estream.c:1714:24: note: each undeclared identifier is reported only once for each function it appears in
  18. estream.c: In function 'es_flush':
  19. estream.c:1784:28: error: 'EWOULDBLOCK' undeclared (first use in this function)
  20. if (errno == EWOULDBLOCK)
  21. ^
  22. estream.c: In function 'es_read_nbf':
  23. estream.c:2044:24: error: 'EWOULDBLOCK' undeclared (first use in this function)
  24. if (errno == EWOULDBLOCK)
  25. ^
  26. estream.c: In function 'es_seek':
  27. estream.c:2316:20: error: 'EWOULDBLOCK' undeclared (first use in this function)
  28. if (errno == EWOULDBLOCK)
  29. ^
  30. estream.c: In function 'es_write_nbf':
  31. estream.c:2374:24: error: 'EWOULDBLOCK' undeclared (first use in this function)
  32. if (errno == EWOULDBLOCK)
  33. ^
  34. make[3]: *** [libgpg_error_la-estream.lo] Error 1
  35. make[3]: Leaving directory `/home/<user>/libgpg-error-1.21/src'
  36. make[2]: *** [all] Error 2
  37. make[2]: Leaving directory `/home/<user>/libgpg-error-1.21/src'
  38. make[1]: *** [all-recursive] Error 1
  39. make[1]: Leaving directory `/home/<user>/libgpg-error-1.21'
  40. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement