From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Build Emacs CVS on FreeBSD -current? Date: Thu, 18 Sep 2003 22:31:42 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86vfrp4z4h.fsf@slowfox.dyndns.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063918371 19708 80.91.224.253 (18 Sep 2003 20:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2003 20:52:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 18 22:52:49 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A05lh-0003KT-00 for ; Thu, 18 Sep 2003 22:52:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A05fd-0001Sb-Au for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Sep 2003 16:46:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!p508e1955.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: p508e1955.dip.t-dialin.net (80.142.25.85) Original-X-Trace: news.uni-berlin.de 1063917080 422919 80.142.25.85 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:gknO5VVjOEuED1I1TsZoxHhYeU4= Original-Xref: shelby.stanford.edu gnu.emacs.help:116713 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12637 After "make bootstrap", I get this: In file included from /usr/include/string.h:40, from config.h:1000, from bytecode.c:37: /usr/include/sys/cdefs.h:64:1: warning: "__P" redefined In file included from bytecode.c:37: config.h:991:1: warning: this is the location of the previous definition gcc -c -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/home/kai/work/gnu/emacs/src -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include -g -O2 process.c In file included from /usr/include/string.h:40, from config.h:1000, from process.c:23: /usr/include/sys/cdefs.h:64:1: warning: "__P" redefined In file included from process.c:23: config.h:991:1: warning: this is the location of the previous definition process.c: In function `Fnetwork_interface_info': process.c:3534: error: structure has no member named `ifr_netmask' process.c:3534: error: structure has no member named `ifr_netmask' Is it just me being stupid? FreeBSD slowfox.dyndns.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Sep 17 01:54:08 CEST 2003 root@slowfox.dyndns.org:/usr/obj/usr/src/sys/GENERIC i386