Hi,<br>
 I have been trying to load the new cells-gtk on
clisp-2.37/windows 2000 server with gtk+2.8.9. It compiles fine till
cells/cells.lisp. But fails while trying to compile
cells/cell-types.lisp.<br>
<br>
 Here is the output :<br>
<br>
;; Compiling file C:\clisp\cells-gtk\cells\cell-types.lisp ...<br>
WARNING in 114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-1 in lines 114..126 :<br>
STREAMERTEST is neither declared nor bound,<br>
it will be treated as if it were declared SPECIAL.<br>
ERROR in #:|114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-1| in lines 114..126 :<br>
Not the name of a function: (VAL :ACCESSOR VAL :INITFORM (C~~~ :FROM 0 :TO (^OVAL)))<br>
WARNING in 114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-2 in lines 114..126 :<br>
VAL is neither declared nor bound,<br>
it will be treated as if it were declared SPECIAL.<br>
ERROR in #:|114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-2| in lines 114..126 :<br>
Not the name of a function: (SELF STREAMERTEST)<br>
WARNING in 114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-2 in lines 114..126 :<br>
OLD-VALUE is neither declared nor bound,<br>
it will be treated as if it were declared SPECIAL.<br>
WARNING in 114 126 (PROGN (DEFMODEL STREAMERTEST NIL ...) (DEF-C-OUTPUT VAL # ...) ...)-15-2 in lines 114..126 :<br>
NEW-VALUE is neither declared nor bound,<br>
it will be treated as if it were declared SPECIAL.<br>
;; Deleted file C:\clisp\cells-gtk\cells\cell-types.fas<br>
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19EEFAF9> on<br>
         #<CL-SOURCE-FILE "cell-types" #x19EEDDDD>.<br>
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19EEFAF9> on<br>
         #<CL-SOURCE-FILE "cell-types" #x19EEDDDD>.<br>
*** - erred while invoking #<COMPILE-OP NIL #x19EEFAF9> on #<CL-SOURCE-FILE<br>
      "cell-types" #x19EEDDDD><br>
<br>
When I tried with cells checked out from the CVS, I got the following error:<br>
<br>
;;  Loading file C:\clisp\cells-gtk\root\gtk-ffi\gtk-core.fas ...<br>
** - Continuable Error<br>
FFI::FOREIGN-LIBRARY-FUNCTION: no dynamic object named "g_free" in library<br>
      :DEFAULT<br>
<br>
I think this is a problem with the new version of cells-gtk as I can
successfully load Vasili's original clisp version and run the demo on
the same system [ one modification I had to do was to comment out the
#+clisp ...  part in the file utils-kt/detritus.lisp ]. <br>
<br>
<br>