From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Building trunk fails in x_check_image_size Date: Thu, 28 Jul 2011 14:18:01 +0200 Message-ID: <4E315379.6050501@gmx.at> References: <4E3106C7.2000400@gmx.at> <4E311950.3000408@gmx.at> <4E312F81.8060705@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1311855494 24490 80.91.229.12 (28 Jul 2011 12:18:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 12:18:14 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 14:18:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmPXV-0006Rm-OG for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 14:18:09 +0200 Original-Received: from localhost ([::1]:49174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPXV-0003B0-6c for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 08:18:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmPXS-0003Aj-I0 for emacs-devel@gnu.org; Thu, 28 Jul 2011 08:18:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmPXR-0005Iv-KP for emacs-devel@gnu.org; Thu, 28 Jul 2011 08:18:06 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:54187) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QmPXR-0005Im-8U for emacs-devel@gnu.org; Thu, 28 Jul 2011 08:18:05 -0400 Original-Received: (qmail invoked by alias); 28 Jul 2011 12:18:03 -0000 Original-Received: from 62-47-54-205.adsl.highway.telekom.at (EHLO [62.47.54.205]) [62.47.54.205] by mail.gmx.net (mp069) with SMTP; 28 Jul 2011 14:18:03 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19BlCBp1oFBbE2bq35jtzGYPEOYUIrVT/CZ8sEjUE vj6aq1kN2tXhp6 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <4E312F81.8060705@cs.ucla.edu> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142446 Archived-At: > I fixed it for now as follows. Doing it "right" requires more > expertise in Windows and NS than I have right now, but at least > this fix should let things compile, and the code will be no worse > off than before (when it didn't check image sizes on any platform). Thank you Paul, no more problems here now. Since I build without image support I can't tell whether your changes fix or break anything in that department though. Thanks again for the quick fix, martin