From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Again on Windows support (2) Date: Sat, 20 Jun 2009 12:53:48 +0200 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 1245495521 7889 80.91.229.12 (20 Jun 2009 10:58:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Jun 2009 10:58:41 +0000 (UTC) Cc: guile-devel To: "carlo.bramix" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 20 12:58:37 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MHyHL-0000hW-Ui for guile-devel@m.gmane.org; Sat, 20 Jun 2009 12:58:36 +0200 Original-Received: from localhost ([127.0.0.1]:53874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHyHL-0007PS-3i for guile-devel@m.gmane.org; Sat, 20 Jun 2009 06:58:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHyCx-000652-EK for guile-devel@gnu.org; Sat, 20 Jun 2009 06:54:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHyCq-00061V-Tt for guile-devel@gnu.org; Sat, 20 Jun 2009 06:54:01 -0400 Original-Received: from [199.232.76.173] (port=56376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHyCo-000614-CM for guile-devel@gnu.org; Sat, 20 Jun 2009 06:53:55 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:48143 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHyCn-00084M-U5 for guile-devel@gnu.org; Sat, 20 Jun 2009 06:53:54 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id A1A7E21E9F; Sat, 20 Jun 2009 06:53:53 -0400 (EDT) Original-Received: from unquote (unknown [82.123.244.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 07FD921E9E; Sat, 20 Jun 2009 06:53:51 -0400 (EDT) In-Reply-To: (carlo bramix's message of "Fri, 19 Jun 2009 21:11:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: A537A1FC-5D88-11DE-A82A-B5D1A546830D-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8730 Archived-At: On Fri 19 Jun 2009 21:11, "carlo.bramix" writes: > Under Cygwin, compilation advanced much more with newer sources > (yeah!) Cool :) > but it gave another error: > > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o "ice-9/i18n. > go" "ice-9/i18n.scm" > Backtrace: [...] > ?: 34* [load-extension "libguile-i18n-v-0" "scm_init_i18n"] > > : In procedure dynamic-link in expression (load-extension "libguile-i18n-v-0" "scm_init_i18n"): > : file: "libguile-i18n-v-0", message: "can't open the > module" Perhaps something is wrong when linking this module. "Can't open the module" is not a very good warning :) If you've gotten to here, you might be able to run Guile: $ meta/guile If it doesn't error about srfi-1 lib loading, that means you do have dynamic library loading working, that it's just a problem with the i18n lib. Good luck, Andy -- http://wingolog.org/