Also with the Examples:
; registering #<SYSTEM LISPBUILDER-SDL-EXAMPLES {AF9B4E1}> as
; LISPBUILDER-SDL-EXAMPLES
; compiling file
"/home/dto/.sbcl/site/lispbuilder-sdl/examples/particles.lisp"
(written 24 NOV 2007 12:52:25 AM):
; compiling (IN-PACKAGE #:SDL-EXAMPLES)
; compiling (DEFPARAMETER *SCREEN-WIDTH* ...)
; compiling (DEFPARAMETER *SCREEN-HEIGHT* ...)
; compiling (DEFPARAMETER *PARTICLE-SPEED-MIN* ...)
; compiling (DEFPARAMETER *PARTICLE-SPEED-MAX* ...)
; compiling (DEFPARAMETER *PARTICLE-COUNT* ...)
; compiling (DEFVAR *PARTICLE-IMG* ...)
; compiling (DEFVAR *PARTICLES* ...)
; compiling (DEFVAR *FTIME* ...)
; compiling (DEFVAR *FONT-LARGE* ...)
; compiling (DEFVAR *FONT-SMALL* ...)
; compiling (DEFVAR *INCREMENT* ...)
; compiling (DEFUN DRAW-CACHED-STRING ...)
; compiling (DEFUN RAND-RANGE ...)
; compiling (DEFCLASS VEC2 ...)
; compiling (DEFUN MAKE-VEC2 ...)
; compiling (DEFUN VEC2-NORMALIZE ...)
; compiling (DEFCLASS PARTICLE ...)
; compiling (DEFUN MAKE-PARTICLE ...)
; compiling (DEFUN INIT-PARTICLE ...)
; compiling (DEFUN UPDATE-PARTICLE ...)
; compiling (DEFUN ADD-PARTICLES ...)
; compiling (DEFUN REMOVE-PARTICLES ...)compilation aborted because of
fatal error:
READ failure in COMPILE-FILE:
READER-ERROR at 7011 (line
172, column 32) on #<SB-SYS:FD-STREAM for "file
/home/dto/.sbcl/site/lispbuilder-sdl/examples/particles.lisp"
{B588EB1}>:
The symbol "COPY-CHANNEL-TO-ALPHA" is not external in the
LISPBUILDER-SDL package.
On Sat, Mar 22, 2008 at 7:44 PM, Luke J Crook <[EMAIL PROTECTED]> wrote:
>
> David O'Toole wrote:
> > Hello list!
> >
> > I'm using the release tarballs from the sourceforge download site. The
> > SDL and SDL-IMAGE stuff seems to compile and install fine, but I get
> > problems with GFX:
> >
>
> Hi David,
>
> The packages on Sourceforge are quite old and a number of the API's have
> since changed. Are you able to use ASDF-INSTALL and retrieve the
> packages from the Internet? ASDF-INSTALL will pull down the very latest
> automatically.
>
> (ASDF-INSTALL:INSTALL :lisbuilder-sdl)
>
> I'll upload new releases to Sourceforge this evening.
>
> - Luke
>
> _______________________________________________
> application-builder mailing list
> [email protected]
> http://www.lispniks.com/mailman/listinfo/application-builder
>
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder