Guile-SDL 0.3.0 available
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
release notes: a nice dot-zero to kick off 0.3.x series. thi README excerpt: This directory contains Guile-SDL, a set of modules that provide bindings for SDL (Simple DirectMedia Layer) to enable Guile programmers to do all the nice things you can do with SDL. Most of the SDL functions have been wrapped with the exception of a few functions that were too C-centric. The SDL Threads and the Audio funcions haven't been included because of the problems with Guile code being run from more than one thread. However audio programming can be done with the module `(sdl mixer)' that requires the SDL_mixer library. Also included are SDL_gfxPrimitives-1.4 and SDL_rotozoom-1.4 (by A. Schiffler <[email protected]>) and bindings for them. NEWS excerpt: - 0.3.0 | 2004-11-25 - "guile-tools make-module-catalog" no longer invoked unconditionally If your Guile installation does not provide this program, that's ok; Guile-SDL will still build. However, in that case the wrapper script `wily-guile' may have difficulty finding the pre-installed compiled modules, which will affect "make check", primarily. For more info, see file GUILE-FIXES in the distribution directory. - "make install" more graceful for !HAVE_MIXER and !HAVE_TTF The "make install" for these subsystems, when disabled (either due to lack of underyling support, or through command-line options to ./configure), used to try to symlink files that were not present (see NEWS for Guile-SDL 0.2.5). cvs tag: v-0-3-0 tarball, anoncvs instructions and other files in dir: http://www.glug.org/people/ttn/software/guile-sdl/ _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user