Advertisement
SrinjoySS01

Untitled

Dec 30th, 2020
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Srinjoys-iMac:build srinjoysinha$ make
  2. [ 5%] Building C object CMakeFiles/discord.dir/lib/libdiscord.c.o
  3. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.c:5:
  4. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.h:7:
  5. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libwebsockets.h:42:
  6. /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/lws_config.h:103:9: error: 'HAVE_STDINT_H' macro redefined [-Werror,-Wmacro-redefined]
  7. #define HAVE_STDINT_H
  8. ^
  9. /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/jansson_config.h:29:9: note: previous definition is here
  10. #define HAVE_STDINT_H 1
  11. ^
  12. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.c:5:
  13. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.h:7:
  14. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libwebsockets.h:42:
  15. /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/lws_config.h:127:9: error: 'HAVE_SYS_TYPES_H' macro redefined [-Werror,-Wmacro-redefined]
  16. #define HAVE_SYS_TYPES_H
  17. ^
  18. /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/jansson_config.h:31:9: note: previous definition is here
  19. #define HAVE_SYS_TYPES_H 1
  20. ^
  21. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.c:5:
  22. In file included from /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libdiscord.h:7:
  23. /Users/srinjoysinha/Downloads/libdiscord-master-2/lib/libwebsockets.h:345:10: fatal error: 'libwebsockets/lws-logs.h' file not found
  24. #include <libwebsockets/lws-logs.h>
  25. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  26. 3 errors generated.
  27. make[2]: *** [CMakeFiles/discord.dir/lib/libdiscord.c.o] Error 1
  28. make[1]: *** [CMakeFiles/discord.dir/all] Error 2
  29. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement