home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!mcsun!sunic!ugle.unit.no!colargol!bjornw
- From: bjornw@colargol (Bjoern Wennberg)
- Subject: Re: Compiling libg++-2.2 on ISC SVR3 v2.2.0
- Message-ID: <1992Nov17.155146.18032@ugle.unit.no>
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: Colargol, Trondheim College of Engineering
- X-Newsreader: TIN [version 1.1 PL6]
- References: <1992Nov14.045636.16089@r-node.gts.org>
- Date: Tue, 17 Nov 92 15:51:46 GMT
- Lines: 24
-
- Marc Fournier - Admin (marc@r-node.gts.org) wrote:
- : Help?
- :
- : I'm attempting to compile libg++ to no avail :( I have gcc
- : 2.2.2 online...I ran fixincludes when I installed it. When I run
- : make, I get the error on fdmatch.c dealing with 'parse error before
- : mode_t' in /usr/include/sys/stat.h
- :
- : Anyone out there able to help?
- :
- : Thanks...
- :
- : Marc
-
- Hi!
-
- mode_t is defined in <sys/types.h>
-
- You should include <sys/types.h> before including <sys/stat.h>
- or fix <sys/stat.h> so that it automatically includes <sys/types.h>
-
- bjornw>
- --
- The sooner all the animals are dead, the sooner we'll find all their money.
-