Date: Sun, 21 Apr 2002 19:54:24 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: John Hay <jhay@icomtek.csir.co.za> Cc: freebsd-ports@FreeBSD.org Subject: Re: jade does not compile on current Message-ID: <7msn5pz5i7.wl@waterblue.imgsrc.co.jp> In-Reply-To: <200204210918.g3L9IuC03032@zibbi.icomtek.csir.co.za> References: <200204210918.g3L9IuC03032@zibbi.icomtek.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On my -current environment, I cannot reproduce such an error. At Sun, 21 Apr 2002 11:18:55 +0200 (SAT), John Hay wrote: > void exit (int __status) throw () __attribute__ ((__noreturn__)); Could you try to change this line to: void exit(int) __attribute__((noreturn)); You can use textproc/openjade to build doc distribution for releases, too. -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7msn5pz5i7.wl>