Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!ditsydh.syd.dit.CSIRO.AU!evans From: evans@syd.dit.CSIRO.AU (Bruce.Evans) Newsgroups: comp.os.minix Subject: Re: mini-X server problems Message-ID: <1991Jun6.134628.15403@syd.dit.CSIRO.AU> Date: 6 Jun 91 13:46:28 GMT References: Distribution: comp Organization: CSIRO Division of Info Tech, Sydney, Australia Lines: 13 In article zilgens@cip-s05.informatik.rwth-aachen.de (Wolfgang Zilgens) writes: >when I want to build mini-X, I get the following message >... >cc -c -i -O serv_dev.c >/usr/include/fcntl.h:53.15 (from serv_dev.c:13):need ';' >/usr/include/fcntl.h:54.13 (from serv_dev.c:13):off_t already declared This happens because is not included, so the 1.5 fcntl.h is not self-sufficient. It's not clear where it should be included. I became sick of this problem after seeing it 100 times and made everything in /usr/include self-sufficient. -- Bruce Evans evans@syd.dit.csiro.au