From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Problems in the build of Emacs-CVS 23.0.50 Date: Thu, 24 Jan 2008 17:13:42 +0100 Message-ID: <4798B936.2010706@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201191291 17892 80.91.229.12 (24 Jan 2008 16:14:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2008 16:14:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 24 17:15:10 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 1JI4jN-0004Vs-CM for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 17:15:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI4ix-0004pr-62 for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 11:14:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI4io-0004mu-J6 for emacs-devel@gnu.org; Thu, 24 Jan 2008 11:14:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI4in-0004l3-5v for emacs-devel@gnu.org; Thu, 24 Jan 2008 11:14:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI4im-0004ks-Tu for emacs-devel@gnu.org; Thu, 24 Jan 2008 11:14:32 -0500 Original-Received: from smtp-out28.alice.it ([85.33.2.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JI4im-000666-Vf for emacs-devel@gnu.org; Thu, 24 Jan 2008 11:14:33 -0500 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out28.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 Jan 2008 17:14:25 +0100 Original-Received: from FBCMCL01B01.fbc.local ([192.168.69.82]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 Jan 2008 17:14:07 +0100 Original-Received: from [87.3.34.74] ([87.3.34.74]) by FBCMCL01B01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 Jan 2008 17:14:06 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) X-OriginalArrivalTime: 24 Jan 2008 16:14:07.0118 (UTC) FILETIME=[252972E0:01C85EA4] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:87445 Archived-At: The following happens both on Cygwin and GNU/Linux Kubuntu 7.10. With last CVS-23.0.50 configuring with ../configure --prefix=${prefix_dir} --with-x-toolkit=lucid the result is: ... Should Emacs use the GNU version of malloc? yes 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? LUCID Where do we find X Windows header files? /usr/X11R6/include Where do we find X Windows libraries? /usr/X11R6/lib Does Emacs use -lXaw3d? yes 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 ... With CVS of 20080120 all worked fine using the above configure. Should we really configure adding, now, --with-gif,tiff,... ? It would be very annoying! Cheers, Angelo.