From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?=" Newsgroups: gmane.emacs.devel Subject: Re: [23.0.60] fails to build with "--without-x " option Date: Thu, 15 May 2008 18:45:14 +0300 Message-ID: <19e566510805150845p6663dbcdh77a7230ad0a23118@mail.gmail.com> References: <1210812843.2778.10.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210866532 4873 80.91.229.12 (15 May 2008 15:48:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 15:48:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: sangu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 15 17:49:28 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jwfew-0002QH-Ms for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 17:46:22 +0200 Original-Received: from localhost ([127.0.0.1]:36020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwfeD-0004FK-1h for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 11:45:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jwfdv-00046j-Nz for emacs-devel@gnu.org; Thu, 15 May 2008 11:45:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jwfdt-00045R-Tc for emacs-devel@gnu.org; Thu, 15 May 2008 11:45:19 -0400 Original-Received: from [199.232.76.173] (port=46583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jwfdt-00045E-JH for emacs-devel@gnu.org; Thu, 15 May 2008 11:45:17 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:30090) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jwfds-00088d-O1 for emacs-devel@gnu.org; Thu, 15 May 2008 11:45:17 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so624751rvb.6 for ; Thu, 15 May 2008 08:45:14 -0700 (PDT) Original-Received: by 10.141.23.7 with SMTP id a7mr1201303rvj.58.1210866314316; Thu, 15 May 2008 08:45:14 -0700 (PDT) Original-Received: by 10.141.133.20 with HTTP; Thu, 15 May 2008 08:45:14 -0700 (PDT) In-Reply-To: <1210812843.2778.10.camel@localhost.localdomain> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97217 Archived-At: Hi, On Thu, May 15, 2008 at 3:54 AM, sangu wrote: > emacs]$ configure --without-x > [...] > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. > -I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/freetype2 > -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > -g -O2 -Wno-pointer-sign -I/usr/include/freetype2 xfaces.c > xfaces.c: In function 'merge_face_vectors': > xfaces.c:2524: error: 'FONT_SIZE_INDEX' undeclared (first use in this > function) > xfaces.c:2524: error: (Each undeclared identifier is reported only once > xfaces.c:2524: error: for each function it appears in.) > xfaces.c:2540: error: 'FONT_FAMILY_INDEX' undeclared (first use in this > function) > xfaces.c:2541: error: 'FONT_WIDTH_INDEX' undeclared (first use in this > function) > xfaces.c:2543: error: 'FONT_WEIGHT_INDEX' undeclared (first use in this > function) > xfaces.c:2544: error: 'FONT_SLANT_INDEX' undeclared (first use in this > function) > xfaces.c: In function 'merge_face_ref': > xfaces.c:2670: error: 'FONT_FAMILY_INDEX' undeclared (first use in this > function) > xfaces.c:2683: error: 'FONT_SIZE_INDEX' undeclared (first use in this > function) > xfaces.c:2693: error: 'FONT_WEIGHT_INDEX' undeclared (first use in this > function) > xfaces.c:2703: error: 'FONT_SLANT_INDEX' undeclared (first use in this > function) > xfaces.c:2784: error: 'FONT_WIDTH_INDEX' undeclared (first use in this > function) > xfaces.c: In function 'Finternal_set_lisp_face_attribute': > xfaces.c:3018: error: variable 'prop_index' has initializer but > incomplete type > xfaces.c:3018: error: storage size of 'prop_index' isn't known > xfaces.c:3073: error: 'FONT_FAMILY_INDEX' undeclared (first use in this > function) > xfaces.c:3094: error: 'FONT_SIZE_INDEX' undeclared (first use in this > function) > xfaces.c:3106: error: 'FONT_WEIGHT_INDEX' undeclared (first use in this > function) > xfaces.c:3118: error: 'FONT_SLANT_INDEX' undeclared (first use in this > function) > xfaces.c:3286: error: 'FONT_WIDTH_INDEX' undeclared (first use in this > function) > xfaces.c: In function 'Fface_font': > xfaces.c:4022: error: dereferencing pointer to incomplete type > xfaces.c:4022: error: 'FONT_NAME_INDEX' undeclared (first use in this > function) > make[1]: *** [xfaces.o] Error 1 > make[1]: Leaving directory `/home/sangu/Work/cvs/emacs/src' > make: *** [src] Error 2 I can confirm this on MacOSX Leopard too. Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.