home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17598 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!hardy.u.washington.edu!opium
  2. From: opium@hardy.u.washington.edu (Just dance and move your body)
  3. Newsgroups: comp.os.linux
  4. Subject: xfish2.0 won't compile!!
  5. Message-ID: <1992Nov23.030116.22594@u.washington.edu>
  6. Date: 23 Nov 92 03:01:16 GMT
  7. Article-I.D.: u.1992Nov23.030116.22594
  8. References: <1992Nov23.025437.22056@u.washington.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington, Seattle
  11. Lines: 24
  12.  
  13. I am using 98pl5 Xfree86v1.1 and Gcc2.2.2d7 with 48633dx and 8 meg ram/ 10 swap
  14.  
  15. gcc -fwritable-strings -fomit-frame-pointer  -g -m386 -DNO_ASM  -I. -I./fishmaps -I/usr/X386/include  -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE       -Dlinux  -DFUNCPROTO=11 -DNARROWPROTO    -c xfish.c -o xfish.o
  16. xfish.c: In function `parse':
  17. xfish.c:178: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
  18. xfish.c: In function `init_colormap':
  19. xfish.c:989: warning: comparison between pointer and integer
  20. xfish.c: In function `init_pixmap':
  21. xfish.c:1221: warning: type mismatch with previous implicit declaration
  22. xfish.c:1167: warning: previous implicit declaration of `malloc'
  23. xfish.c: In function `init_signals':
  24. xfish.c:1471: storage size of `vec' isn't known
  25. xfish.c: In function `initialize':
  26. xfish.c:1495: warning: type mismatch with previous implicit declaration
  27. xfish.c:1167: warning: previous implicit declaration of `malloc'
  28. xfish.c:1525: warning: comparison between pointer and integer
  29. xfish.c: In function `high_res_sleep':
  30. xfish.c:1960: warning: passing arg 2 of `select' from incompatible pointer type
  31. xfish.c:1960: warning: passing arg 3 of `select' from incompatible pointer type
  32. xfish.c:1960: warning: passing arg 4 of `select' from incompatible pointer type
  33. make: *** [xfish.o] Error 1
  34. #
  35.  
  36. It looks like a really neet program if it would compile...
  37.