Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/common -g -O2 -Wall -g -O2 -fno-strict-aliasing -MT compat.o -MD -MP -MF .deps/compat.Tpo -c -o compat.o compat.c
  2. compat.c: In function `tor_mlockall':
  3. compat.c:2283: warning: implicit declaration of function `mlockall'
  4. compat.c:2283: error: `MCL_CURRENT' undeclared (first use in this function)
  5. compat.c:2283: error: (Each undeclared identifier is reported only once
  6. compat.c:2283: error: for each function it appears in.)
  7. compat.c:2283: error: `MCL_FUTURE' undeclared (first use in this function)
  8. make[4]: *** [compat.o] Error 1
  9. make[3]: *** [all-recursive] Error 1
  10. make[2]: *** [all-recursive] Error 1
  11. make[1]: *** [all] Error 2
  12. make: *** [dist-osx] Error 2
Add Comment
Please, Sign In to add comment