Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 1997 02:42:12 +0100 (MET)
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        asami@vader.cs.berkeley.edu (Satoshi Asami)
Cc:        ports@freebsd.org
Subject:   Re: emacs does not compile with -Dlint
Message-ID:  <199702190142.CAA15367@ole.cs.tu-berlin.de>
In-Reply-To: <199702190114.RAA05355@vader.cs.berkeley.edu> from "Satoshi Asami" at Feb 18, 97 05:14:59 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi Asami
> 
>  * The emacs port does not compile if you have CFLAGS=-Dlint 
>  * in /etc/make.conf
> 
> Is this a problem?  You are #defining a non-reserved (user space)
> identifier to "1", so anything can happen.  (Yes, I know about the
> "#ifndef lint" stuff, but those days are long past.)

It wast 1/2 hour for me. sys/inode.h does not exists
on freebsd.

wosch@campa <02:39:00> [~/tmp/emacs/work/emacs-19.34] 573
bash$ find . -name '*.c' |xargs egrep -2 sys/inode.h
./src/lread.c-
./src/lread.c-#ifdef lint
./src/lread.c:#include <sys/inode.h>
./src/lread.c-#endif /* lint */
./src/lread.c-




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