From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: building NTEmacs Date: Sun, 23 Feb 2003 14:03:39 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030223135245.2977.LEKTU@terra.es> References: <20030221161252.73A2.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046005457 28770 80.91.224.249 (23 Feb 2003 13:04:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Feb 2003 13:04:17 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18mvnk-0007Tt-00 for ; Sun, 23 Feb 2003 14:04:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18mw2i-0008Do-00 for ; Sun, 23 Feb 2003 14:19:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mvnd-000322-03 for emacs-devel@quimby.gnus.org; Sun, 23 Feb 2003 08:04:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18mvnN-00031r-00 for emacs-devel@gnu.org; Sun, 23 Feb 2003 08:03:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18mvnL-00031g-00 for emacs-devel@gnu.org; Sun, 23 Feb 2003 08:03:52 -0500 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp5.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mvnB-0002n5-00 for emacs-devel@gnu.org; Sun, 23 Feb 2003 08:03:41 -0500 Original-Received: from [80.36.30.211] ([80.36.30.211]) by tsmtp5.mail.isp (terra.es) with ESMTP id HARIY102.5FF; Sun, 23 Feb 2003 14:03:37 +0100 Original-To: Frank Schmitt , emacs-devel@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.05.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11877 On Sun, 23 Feb 2003 10:47:01 +0100 Frank Schmitt wrote: > Juanma Barranquero writes: > > > Note, however, that image support on Windows is still experimental and > > likely to cause crashes, at least on MSVC builds. My Emacs dies when > > displaying PNG, TIFF and JPEG files. Any help in debugging the problem is > > very welcome :) > > You tried to disable optimization? Yes, of course. After disabling /Og (global optimizations) for w32fns.c, it "works", but that's just hiding the problem. -- Juanma Barranquero