From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: lawrence mitchell Newsgroups: gmane.emacs.devel Subject: Re: Latest 21.3 CVS and MS Windows Date: Thu, 06 Feb 2003 10:37:59 +0000 Organization: funfunfun Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044528778 1970 80.91.224.249 (6 Feb 2003 10:52:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 10:52:58 +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 18gjdj-0000Sp-00 for ; Thu, 06 Feb 2003 11:52:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gjmk-0005jb-00 for ; Thu, 06 Feb 2003 12:01:38 +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 18gjfA-0004TL-03 for emacs-devel@quimby.gnus.org; Thu, 06 Feb 2003 05:53:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gjem-0004Ci-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 05:53:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gjeY-0003va-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 05:53:10 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gjeK-0003qU-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 05:52:56 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gjcA-0000Nj-00 for ; Thu, 06 Feb 2003 11:50:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18gjNt-0007v4-00 for ; Thu, 06 Feb 2003 11:35:57 +0100 Original-Lines: 21 Original-X-Complaints-To: usenet@main.gmane.org X-No-Yes: No Mail-Copies-To: nobody User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:L62fsu4sX7Hzhs7xo7729Kt+h4Q= 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:11416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11416 Frank Schmitt wrote: [...] trying to display a png makes Emacs crash, no matter if I use > libpng-1.2.4 or libpng-1.0.13. I had the same problem for a while, and tracked it down to conflicting dll files. Some other windows programs[1] also install (a different) libpng for their own use. To get it to work, I moved the gnuwin32 directory to the front of $PATH, so that those dlls were picked up first. [...] [1] Ones on my system include fpTeX and GraphViz. -- lawrence mitchell