* Guile-SDL 0.4.3 available
@ 2013-04-20 1:59 Thien-Thi Nguyen
2013-04-20 14:04 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Thien-Thi Nguyen @ 2013-04-20 1:59 UTC (permalink / raw)
To: guile-user
[-- Attachment #1: Type: text/plain, Size: 791 bytes --]
Sorry, forgot to CC guile-user:
http://lists.gnu.org/archive/html/info-gnu/2013-04/msg00010.html
Not mentioned in NEWS is the addition of this blurb to README:
Note (Guile 2): Guile-SDL build, test and use is done strictly
w/ ‘GUILE_AUTO_COMPILE=0’ in the environment. If there are
build problems, try that first (w/ a freshly unpacked tarball).
Anyone who gets good results otherwise (w/o ‘GUILE_AUTO_COMPILE=0’),
please feel free to followup here. I think long term it would be nice
to explicitly or optionally, and definitely consciously, work Guile 2
compilation into the build / test / install flows.
Lastly, don't forget Guile-SDL Demos (not part of GNU):
http://www.gnuvola.org/software/guile-sdl-demos/
--
Thien-Thi Nguyen
GPG key: 4C807502
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Guile-SDL 0.4.3 available
2013-04-20 1:59 Guile-SDL 0.4.3 available Thien-Thi Nguyen
@ 2013-04-20 14:04 ` Ludovic Courtès
2013-04-21 18:33 ` Thien-Thi Nguyen
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-04-20 14:04 UTC (permalink / raw)
To: guile-user
Thien-Thi Nguyen <ttn@gnuvola.org> skribis:
> Not mentioned in NEWS is the addition of this blurb to README:
>
> Note (Guile 2): Guile-SDL build, test and use is done strictly
> w/ ‘GUILE_AUTO_COMPILE=0’ in the environment. If there are
> build problems, try that first (w/ a freshly unpacked tarball).
>
> Anyone who gets good results otherwise (w/o ‘GUILE_AUTO_COMPILE=0’),
> please feel free to followup here. I think long term it would be nice
> to explicitly or optionally, and definitely consciously, work Guile 2
> compilation into the build / test / install flows.
What about setting GUILE_AUTO_COMPILE=0 in ‘TESTS_ENVIRONMENT’ then?
The ideal thing would be to build and install .go files. In that case,
you would need to set ‘GUILE_COMPILED_LOAD_PATH’ appropriately when
running tests.
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Guile-SDL 0.4.3 available
2013-04-20 14:04 ` Ludovic Courtès
@ 2013-04-21 18:33 ` Thien-Thi Nguyen
2013-04-21 19:04 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Thien-Thi Nguyen @ 2013-04-21 18:33 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 442 bytes --]
() ludo@gnu.org (Ludovic Courtès)
() Sat, 20 Apr 2013 16:04:49 +0200
What about setting GUILE_AUTO_COMPILE=0 in ‘TESTS_ENVIRONMENT’ then?
The ideal thing would be to build and install .go files. In that
case, you would need to set ‘GUILE_COMPILED_LOAD_PATH’ appropriately
when running tests.
Interesting. Have you tried this? If yes, does it give good results?
--
Thien-Thi Nguyen
GPG key: 4C807502
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Guile-SDL 0.4.3 available
2013-04-21 18:33 ` Thien-Thi Nguyen
@ 2013-04-21 19:04 ` Ludovic Courtès
2013-04-22 6:49 ` Thien-Thi Nguyen
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-04-21 19:04 UTC (permalink / raw)
To: Thien-Thi Nguyen; +Cc: guile-user
Thien-Thi Nguyen <ttn@gnuvola.org> skribis:
> () ludo@gnu.org (Ludovic Courtès)
> () Sat, 20 Apr 2013 16:04:49 +0200
>
> What about setting GUILE_AUTO_COMPILE=0 in ‘TESTS_ENVIRONMENT’ then?
>
> The ideal thing would be to build and install .go files. In that
> case, you would need to set ‘GUILE_COMPILED_LOAD_PATH’ 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’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Guile-SDL 0.4.3 available
2013-04-21 19:04 ` Ludovic Courtès
@ 2013-04-22 6:49 ` Thien-Thi Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2013-04-22 6:49 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
() ludo@gnu.org (Ludovic Courtès)
() Sun, 21 Apr 2013 21:04:23 +0200
https://gitorious.org/gnutls/gnutls/blobs/master/guile/tests/Makefile.am
Thanks for the link.
> If yes, does it give good results?
Well, yes. :-)
Cool. Let's see how that works for Guile-SDL.
--
Thien-Thi Nguyen
GPG key: 4C807502
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-22 6:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20 1:59 Guile-SDL 0.4.3 available Thien-Thi Nguyen
2013-04-20 14:04 ` Ludovic Courtès
2013-04-21 18:33 ` Thien-Thi Nguyen
2013-04-21 19:04 ` Ludovic Courtès
2013-04-22 6:49 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).