From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-SDL 0.4.3 available Date: Sun, 21 Apr 2013 21:04:23 +0200 Message-ID: <87haiz4seg.fsf@gnu.org> References: <87mwsuvu6q.fsf@zigzag.favinet> <87li8d8fi6.fsf@gnu.org> <87ppxnvim4.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1366571082 3909 80.91.229.3 (21 Apr 2013 19:04:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2013 19:04:42 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 21 21:04:46 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 1UTzZ6-0007hH-HS for guile-user@m.gmane.org; Sun, 21 Apr 2013 21:04:44 +0200 Original-Received: from localhost ([::1]:39440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTzZ5-000540-TY for guile-user@m.gmane.org; Sun, 21 Apr 2013 15:04:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTzYw-00052P-86 for guile-user@gnu.org; Sun, 21 Apr 2013 15:04:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTzYv-00078E-4w for guile-user@gnu.org; Sun, 21 Apr 2013 15:04:34 -0400 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=57163 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTzYv-00074S-08 for guile-user@gnu.org; Sun, 21 Apr 2013 15:04:33 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 5B185D148; Sun, 21 Apr 2013 21:04:24 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xKb-g-tXfZqT; Sun, 21 Apr 2013 21:04:24 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id D2771D12E; Sun, 21 Apr 2013 21:04:23 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 =?utf-8?Q?Flor=C3=A9al?= an 221 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87ppxnvim4.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Sun, 21 Apr 2013 20:33:39 +0200") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e 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:10273 Archived-At: Thien-Thi Nguyen skribis: > () ludo@gnu.org (Ludovic Court=C3=A8s) > () Sat, 20 Apr 2013 16:04:49 +0200 > > What about setting GUILE_AUTO_COMPILE=3D0 in =E2=80=98TESTS_ENVIRONMEN= T=E2=80=99 then? > > The ideal thing would be to build and install .go files. In that > case, you would need to set =E2=80=98GUILE_COMPILED_LOAD_PATH=E2=80=99= appropriately > when running tests. > > Interesting. Have you tried this? At least for GnuTLS, which works with both 1.8 and 2.0: https://gitorious.org/gnutls/gnutls/blobs/master/guile/tests/Makefile.am > If yes, does it give good results? Well, yes. :-) Ludo=E2=80=99.