From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Schwartz Newsgroups: gmane.emacs.devel Subject: Problem building from CVS Date: Fri, 11 Apr 2008 20:38:34 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207964424 22642 80.91.229.12 (12 Apr 2008 01:40:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2008 01:40:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 12 03:40:57 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 1JkUjf-0007k4-Up for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 03:40:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkUj1-0000y5-Tp for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 21:40:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkUix-0000w2-85 for emacs-devel@gnu.org; Fri, 11 Apr 2008 21:40:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkUiw-0000ua-D1 for emacs-devel@gnu.org; Fri, 11 Apr 2008 21:40:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkUiw-0000uR-9n for emacs-devel@gnu.org; Fri, 11 Apr 2008 21:40:10 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkUiv-0006ko-S7 for emacs-devel@gnu.org; Fri, 11 Apr 2008 21:40:10 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JkUip-0008Rk-0R for emacs-devel@gnu.org; Sat, 12 Apr 2008 01:40:03 +0000 Original-Received: from c-75-73-100-84.hsd1.mn.comcast.net ([75.73.100.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 01:40:03 +0000 Original-Received: from marc_schwartz by c-75-73-100-84.hsd1.mn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 01:40:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 59 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-75-73-100-84.hsd1.mn.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:WceX/tT8sD2GZyZanAldXTp4KBc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:95010 Archived-At: Hi all, I am building from a clean cvs checkout tonight and am getting the following error on Fedora 8 when running 'make bootstrap': ... Loading minibuffer (source)... Symbol's function definition is void: custom-declare-face make[2]: *** [bootstrap-emacs] Error 255 make[2]: Leaving directory `/home/marcs/Downloads/Linux/emacs/emacs-23/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/marcs/Downloads/Linux/emacs/emacs-23/emacs' make: *** [bootstrap] Error 2 This is new since my last successful cvs build a couple of weeks ago. configure output is as follows: Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /home/marcs/Downloads/Linux/emacs/emacs-23/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? yes Does Emacs use -lgpm? yes Does Emacs use -ldbus? yes Does Emacs use a font backend? yes Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? yes Does Emacs use X toolkit scroll bars? yes Compiling with sync input. Any hints? More info needed? Thanks, Marc Schwartz