Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 1995 18:14:32 -0500 (CDT)
From:      faulkner@mpd.tandem.com (Boyd Faulkner)
To:        bde@zeta.org.au (Bruce Evans)
Cc:        current@FreeBSD.org, faulkner@devnull.mpd.tandem.com
Subject:   Re: stdlib.h:80: parse error before `__dead2'
Message-ID:  <9504182314.AA25676@olympus>
In-Reply-To: <199504180759.RAA09975@godzilla.zeta.org.au> from "Bruce Evans" at Apr 18, 95 05:59:12 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> >I have been seeing these lately.  What does it mean?  I am compiling 
> >ImageMagick.  tk fails the same way.  Even after a sup and a build world.
> 
> >In file included from magick.h:9,
> >                 from widget.c:50:
> >/usr/include/stdlib.h:80: parse error before `__dead2'
> >/usr/include/stdlib.h:80: warning: data definition has no type or storage class
> 
> __dead2 is defined in <sys/cdefs.h> so it can't appear in a compiler error
> message if the includes are set up correctly.
> 
> Bruce
> 
Indeed, this is true.  Lites strikes again.  The sys include files for Lites
and/or Mach4 reside in /usr/local/include/sys.  /usr/local/include is
forceably included before /usr/include.  Move it and viola, joy is 
intensified.

Thanks for the confirmation.

Boyd

-- 
_______________________________________________________________________

 Boyd Faulkner                                  faulkner@isd.tandem.com 
_______________________________________________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9504182314.AA25676>