From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Maciek Godek" Newsgroups: gmane.lisp.guile.user Subject: guile-1.8/mingw bootstrap problem Date: Mon, 28 Apr 2008 09:47:55 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209368891 19526 80.91.229.12 (28 Apr 2008 07:48:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 07:48:11 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Apr 28 09:48:48 2008 connect(): Connection refused Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqO6R-0000qX-4y for guile-user@m.gmane.org; Mon, 28 Apr 2008 09:48:47 +0200 Original-Received: from localhost ([127.0.0.1]:57004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqO5k-0006nZ-5y for guile-user@m.gmane.org; Mon, 28 Apr 2008 03:48:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqO5g-0006n8-Ov for guile-user@gnu.org; Mon, 28 Apr 2008 03:48:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqO5f-0006lb-9G for guile-user@gnu.org; Mon, 28 Apr 2008 03:48:00 -0400 Original-Received: from [199.232.76.173] (port=48869 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqO5f-0006lU-5C for guile-user@gnu.org; Mon, 28 Apr 2008 03:47:59 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JqO5e-0001tI-Iz for guile-user@gnu.org; Mon, 28 Apr 2008 03:47:58 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.180]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqO5d-0007Mz-BR for guile-user@gnu.org; Mon, 28 Apr 2008 03:47:57 -0400 Original-Received: by py-out-1112.google.com with SMTP id u52so4917205pyb.1 for ; Mon, 28 Apr 2008 00:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=19Pd9fTzpNdjMlq8hNdjaxSXBYsY6mkwLbaSyRvhN4w=; b=ZgpQmBp1/oMMlHAYrobWQy2gv+kaOApGt4dnST3575fKvn2+mkQ7a6h6lqMAkVUM7lRSLHI2cUihVGdG95o0SroT13A5buUKSjsbxSYgUBlP0iw2rjqyxekx7WFUyZwMHLQABseEAP3j190ppCs0s1xEgBxVmo+MFVJJm0J+paA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GViVbTBUuGtuMhmL30fxoOfdN1YGmZsbYj3XqVzJQ96IZBc+lPQiQPKQMijD455Q8xQwjLyjn8vUqW5OIIuMWNn/4FV9jl++ZpD6XlYnvP2Z6PS6F0Eb+n1YMauBeoI3WFhdSdxk9yEf6p1tr3DLfvMhlHwNj6B6NXA0CzuohDc= Original-Received: by 10.142.171.6 with SMTP id t6mr2149979wfe.12.1209368875166; Mon, 28 Apr 2008 00:47:55 -0700 (PDT) Original-Received: by 10.142.240.21 with HTTP; Mon, 28 Apr 2008 00:47:55 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6548 Archived-At: Hi, recently I've compiled guile on mingw32, but I can't get it running. When I try to do so, I get the following error: ERROR: In procedure primitive-load-path: ERROR: Unable to find file "ice-9/boot-9.scm" in load path and the program exits boot-9.scm is located in /usr/share/guile/1.8/ice-9 Could someone help me? Best regards Maciek Godek