From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Odd problem with GNU/Emacs CVS Date: Wed, 23 Jan 2008 21:09:49 +0100 Message-ID: <8763xke22a.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201120852 4555 80.91.229.12 (23 Jan 2008 20:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 20:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 23 21:41:10 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHmP3-0000g3-Ua for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Jan 2008 21:40:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHmOe-0007jO-1v for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Jan 2008 15:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 52 Original-NNTP-Posting-Host: p5486610e.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1201118918 15255 84.134.97.14 (23 Jan 2008 20:08:38 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 23 Jan 2008 20:08:38 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:XVikr92IATvuCUqs3eg56Rhrprc= Original-Xref: shelby.stanford.edu gnu.emacs.help:155491 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50894 Archived-At: On 2008-01-23 16:38 +0100, Adolfo De Unanue wrote: > I am a big fan of GNU/Emacs, and since some years ago I always get the > cvs version, compile it and, obviously, use it :-) > > Yesterday I made a "cvs up" in my source dir, I got the > GNU/Emacs 23.0.50 version (the file README said it, 23.0.50.4 if after > building I execute M-x emacs-version), so I followed the classical > steps: > > ./compile You mean ./configure, I guess. > but wait the console answered me with this > > [...] > > > 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? no > Does Emacs use -ljpeg? no > Does Emacs use -ltiff? no > Does Emacs use a gif library? no > Does Emacs use -lpng? no > Does Emacs use -lrsvg-2? no > Does Emacs use -lgpm? no > Does Emacs use X toolkit scroll bars? yes It's a bug that was introduced today, see the thread starting at http://permalink.gmane.org/gmane.emacs.devel/87377. You might want to subscribe to the emacs-devel mailinglist to see the potential breakages in time. Sven