; Loading fasl file d:\Projekte\Lisp\postmodern-0.24\cl-postgres\package.ofasl ;;; Compiling file d:\Projekte\Lisp\postmodern-0.24\cl-postgres\communicate.lisp ... ;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0 ;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3 ;;; Source level debugging is on ;;; Source file recording is on ;;; Cross referencing is on ; (TOP-LEVEL-FORM 1) ; (TOP-LEVEL-FORM 2)
**++++ Error in CL-POSTGRES::WRITE-ASCII-STRING: Unknown LOOP keyword in (... CHARACTER :ACROSS STRING :DO (WRITE-BYTE (CHAR-CODE CHAR) STREAM)). Maybe missing OF-TYPE loop keyword.
Im using Lispworks 5.0.2 on Windows XP
-jens
Hi Jens,
**++++ Error in CL-POSTGRES::WRITE-ASCII-STRING: Unknown LOOP keyword in (... CHARACTER :ACROSS STRING :DO (WRITE-BYTE (CHAR-CODE CHAR) STREAM)). Maybe missing OF-TYPE loop keyword.
Indeed, I left out the :of-type -- in fact, I didn't even know there was such a thing. I pushed a patch which, unless I missed one, adds the :of-type to all type declarations in loops. Could you get the code from the repository and try again? You are probably the first one to try Postmodern on Lispworks, so I'm interested how it goes -- let me know if there are any more errors, and especially let me know if it works.
Cheers, Marijn
postmodern-devel@common-lisp.net