From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adolfo De Unanue Newsgroups: gmane.emacs.devel Subject: Problem compiling GNU/emacs from cvs Date: Fri, 11 Apr 2008 10:05:00 -0500 Message-ID: <20080411100500.5bd28bb0@ba-sing-se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1207926348 32751 80.91.229.12 (11 Apr 2008 15:05:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 15:05:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 17:06:21 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 1JkKpD-00036w-DU for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 17:05:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkKoZ-0007Uh-Kj for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 11:05:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkKoV-0007Ts-1s for emacs-devel@gnu.org; Fri, 11 Apr 2008 11:05:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkKoU-0007TV-6K for emacs-devel@gnu.org; Fri, 11 Apr 2008 11:05:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkKoT-0007TB-Lo for emacs-devel@gnu.org; Fri, 11 Apr 2008 11:05:14 -0400 Original-Received: from outbound-mail-113.bluehost.com ([69.89.24.3]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JkKoP-0003jf-8a for emacs-devel@gnu.org; Fri, 11 Apr 2008 11:05:10 -0400 Original-Received: (qmail 24556 invoked by uid 0); 11 Apr 2008 15:05:00 -0000 Original-Received: from unknown (HELO box287.bluehost.com) (69.89.31.87) by outboundproxy3.bluehost.com with SMTP; 11 Apr 2008 15:05:00 -0000 Original-Received: from [189.136.22.209] (helo=ba-sing-se) by box287.bluehost.com with smtp (Exim 4.68) (envelope-from ) id 1JkKoG-0002Bk-8v for emacs-devel@gnu.org; Fri, 11 Apr 2008 09:05:00 -0600 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) X-Identified-User: {637:box287.bluehost.com:dialethe:dialetheia.net} {sentby:bopbeforesmtp 189.136.22.209 authed with dialetheia.net} X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:94968 Archived-At: Hi everyone! I tried to compile Emacs from cvs and failed in the make bootstrap: (only last lines showed) -------------------------------------------------------------------------- .... Compiling /home/nano/software/emacs/lisp/./nxml/xsd-regexp.el Wrote /home/nano/software/emacs/lisp/nxml/xsd-regexp.elc Compiling /home/nano/software/emacs/lisp/./nxml/char-name/subdirs.el Compiling /home/nano/software/emacs/lisp/./calendar/appt.el In toplevel form: calendar/appt.el:78:1:Error: Required feature `cal-loaddefs' was not provided make[2]: *** [compile] Error 1 make[2]: se sale del directorio `/home/nano/software/emacs/lisp' make[1]: *** [bootstrap-build] Error 2 make[1]: se sale del directorio `/home/nano/software/emacs' make: *** [bootstrap] Error 2 -------------------------------------------------------------------------- The output of configure was: Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /home/nano/software/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 Any ideas? Maybe it is a bug? Adolfo De Un=C3=A1nue