home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / g / help / 1446 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.1 KB  |  37 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!colargol!bjornw
  3. From: bjornw@colargol (Bjoern Wennberg)
  4. Subject: Re: Compiling libg++-2.2 on ISC SVR3 v2.2.0
  5. Message-ID: <1992Nov17.155146.18032@ugle.unit.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Organization: Colargol, Trondheim College of Engineering
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <1992Nov14.045636.16089@r-node.gts.org>
  10. Date: Tue, 17 Nov 92 15:51:46 GMT
  11. Lines: 24
  12.  
  13. Marc Fournier - Admin (marc@r-node.gts.org) wrote:
  14. : Help?
  15. :     I'm attempting to compile libg++ to no avail :( I have gcc
  16. : 2.2.2 online...I ran fixincludes when I installed it.  When I run
  17. : make, I get the error on fdmatch.c dealing with 'parse error before
  18. : mode_t' in /usr/include/sys/stat.h
  19. :     Anyone out there able to help?
  20. : Thanks...
  21. : Marc
  22.  
  23. Hi!
  24.  
  25. mode_t is defined in <sys/types.h>
  26.  
  27. You should include <sys/types.h> before including <sys/stat.h>
  28. or fix <sys/stat.h> so that it automatically includes <sys/types.h>
  29.  
  30. bjornw>
  31. --
  32. The sooner all the animals are dead, the sooner we'll find all their money.
  33.