Guest User

Untitled

a guest
Jun 19th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. (bigmac) ./INSTALL
  2. * Resetting /usr/home/james/Desktop/plan9/config
  3. * Compiler version:
  4. gcc version 4.2.1 20070719 [FreeBSD]
  5. * Building mk...
  6. >>> pwd
  7. >>> pwd
  8. >>> pwd
  9. >>> pwd
  10. * Building everything (be patient)...
  11. >>> cd /usr/home/james/Desktop/plan9/src/cmd/auxstats; mk all
  12. 9c FreeBSD.c
  13. FreeBSD.c:249: warning: dereferencing type-punned pointer will break strict-aliasing rules
  14. >>> cd /usr/home/james/Desktop/plan9/src/cmd/scat; mk all
  15. 9c -I../map display.c
  16. display.c:41: warning: cast from pointer to integer of different size
  17. >>> cd /usr/home/james/Desktop/plan9/src/cmd/troff; mk all
  18. 9c -DUNICODE -DFONTDIR="troff/font" -DNTERMDIR="troff/term/tab." -DTEXHYPHENS="#9/lib/hyphen.tex" -DALTHYPHENS="lib/hyphen.tex" -DDWBHOME="#9/" n1.c
  19. fns.h:40: error: conflicting types for 'getline'
  20. /usr/include/stdio.h:370: error: previous declaration of 'getline' was here
  21. n1.c:1055: error: conflicting types for 'getline'
  22. /usr/include/stdio.h:370: error: previous declaration of 'getline' was here
  23. mk: 9c -DUNICODE -DFONTDIR="troff/font" ... : exit status=exit(1)
  24. mk: for i in ... : exit status=exit(1)
  25. mk: for i in ... : exit status=exit(1)
  26. (bigmac)
Add Comment
Please, Sign In to add comment