Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 1995 17:59:12 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.org, faulkner@mpd.tandem.com
Subject:   Re: stdlib.h:80: parse error before `__dead2'
Message-ID:  <199504180759.RAA09975@godzilla.zeta.org.au>

next 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



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