From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.user Subject: Re: guile 2.0.9 build on mingw Date: Mon, 20 May 2013 23:05:06 +0300 Message-ID: <83sj1hv2ml.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1369080336 27251 80.91.229.3 (20 May 2013 20:05:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 May 2013 20:05:36 +0000 (UTC) Cc: guile-user@gnu.org To: Panicz Maciej Godek Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon May 20 22:05:36 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UeWKt-0006FF-LP for guile-user@m.gmane.org; Mon, 20 May 2013 22:05:35 +0200 Original-Received: from localhost ([::1]:50082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeWKt-0004eP-7f for guile-user@m.gmane.org; Mon, 20 May 2013 16:05:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeWKg-0004e9-Vi for guile-user@gnu.org; Mon, 20 May 2013 16:05:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeWKc-0007mP-8S for guile-user@gnu.org; Mon, 20 May 2013 16:05:22 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:36061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeWKc-0007mL-0d for guile-user@gnu.org; Mon, 20 May 2013 16:05:18 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MN400M0053LX600@a-mtaout23.012.net.il> for guile-user@gnu.org; Mon, 20 May 2013 23:05:16 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MN400M8P54QVA50@a-mtaout23.012.net.il>; Mon, 20 May 2013 23:05:15 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10356 Archived-At: > Date: Mon, 20 May 2013 21:46:02 +0200 > From: Panicz Maciej Godek > > I'm trying to build guile on mingw, but i get the following error: > > the instruction at 0x7059fe6b refrenced memory at 0x00000004 the memory > could not be read > > The error appears at the stage > > GEN guile-procedures.texi > > but when I ask make to keep going, the same error appears when guilec tries > to compile ice-9/eval.go. I reported a similar problem here: http://lists.gnu.org/archive/html/bug-guile/2013-05/msg00006.html So far no replies. I hope to hear from them some day. Btw, which version of GC did you use, and where did you get its MinGW build? (I used the latest 7.2d which I built myself.)