Advertisement
N3rdsWithGame

Untitled

Feb 27th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. $ make && make install
  2. cd src/gfxdis && make
  3. make[1]: Entering directory '/d/gz/n64-master/src/gfxdis'
  4. gcc -I./../../include -std=c11 -Wall -g -O2 -s -Wl,-rpath=\$ORIGIN/../lib,--as-needed -static main.c gfxdis.c -o gfxdis
  5. make[1]: Leaving directory '/d/gz/n64-master/src/gfxdis'
  6. cd src/grc && make
  7. make[1]: Entering directory '/d/gz/n64-master/src/grc'
  8. gcc -I./../../include -std=gnu11 -Wall -g -O2 -s -Wl,-rpath=\$ORIGIN/../lib,--as-needed -static texture.c resource.c grc.c -ljansson -o grc
  9. texture.c:4:21: fatal error: jansson.h: No such file or directory
  10. #include <jansson.h>
  11. ^
  12. compilation terminated.
  13. In file included from resource.h:4:0,
  14. from resource.c:6:
  15. grc.h:3:21: fatal error: jansson.h: No such file or directory
  16. #include <jansson.h>
  17. ^
  18. compilation terminated.
  19. grc.c:3:21: fatal error: jansson.h: No such file or directory
  20. #include <jansson.h>
  21. ^
  22. compilation terminated.
  23. make[1]: *** [makefile:24: grc] Error 1
  24. make[1]: Leaving directory '/d/gz/n64-master/src/grc'
  25. make: *** [makefile:35: grc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement