From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Crash in M$ build using msvc 7.1 Date: Wed, 23 Apr 2008 16:07:34 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208981293 30025 80.91.229.12 (23 Apr 2008 20:08:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2008 20:08:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 23 22:08:45 2008 connect(): Connection refused 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 1JolGm-0007L5-O0 for ged-emacs-devel@m.gmane.org; Wed, 23 Apr 2008 22:08:45 +0200 Original-Received: from localhost ([127.0.0.1]:54600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JolG6-0003ih-S2 for ged-emacs-devel@m.gmane.org; Wed, 23 Apr 2008 16:08:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JolFh-0003Kp-F8 for emacs-devel@gnu.org; Wed, 23 Apr 2008 16:07:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JolFf-0003JF-J6 for emacs-devel@gnu.org; Wed, 23 Apr 2008 16:07:37 -0400 Original-Received: from [199.232.76.173] (port=53841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JolFf-0003Ii-EW for emacs-devel@gnu.org; Wed, 23 Apr 2008 16:07:35 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JolFe-0001tl-Gl for emacs-devel@gnu.org; Wed, 23 Apr 2008 16:07:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArwEAHY0D0hFxIud/2dsb2JhbACBUqxJ X-IronPort-AV: E=Sophos;i="4.25,701,1199682000"; d="scan'208";a="18968938" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 23 Apr 2008 16:07:34 -0400 Original-Received: from pastel.home ([69.196.139.157]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id DYE10534; Wed, 23 Apr 2008 16:07:34 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 082508064; Wed, 23 Apr 2008 16:07:34 -0400 (EDT) In-Reply-To: (dhruva's message of "Thu, 24 Apr 2008 00:36:47 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:95857 Archived-At: > i am trying to use emacs from head built with msvc compiler on xp > with no image libraries. I have disabled all image support in the > configure (could this cause problems?). I don't know if it could cause problems, but if it could then it should clearly tell you so at some point. > It crashes on startup. I am trying to debug. Is it a known problem? Doesn't look like one, tho I don't particularly keep track of compilation issues on w32. Have you tried to compile it with Free tools? Stefan