<br>
> That is puzzling. Does CLisp not put :clisp on *features*? If it<br>
> does,... or by "#clisp part" do you mean you had to knock out the<br>
> conditional "#+clisp" /and/ the following form? That would make sense,<br>
> since CLisp MOP has come a long way since I wrote that code. Sounds like<br>
> that can be removed, as you did.<br>
<br>
Yes, I meant I "had to knock out the conditional "#+clisp" /and/ the following form." My apologies for the confusion.<br>
<br>
> FWIW, I do not show any "streamertest" in my current cells source<br>
<br>
Now I know that it's not the source of problem. The real problem seems
to be in gtk-core.lisp As I made a fresh trial on another system, it
got stuck while trying to compile root\gtk-ffi\gtk-core.lisp at the
same place ( i.e., the error message is :<br>

;;  Loading file C:\clisp\cells-gtk\root\gtk-ffi\gtk-core.fas ...<br>
<div id="mb_0">
** - Continuable Error<br>
FFI::FOREIGN-LIBRARY-FUNCTION: no dynamic object named "g_free" in library<br>
      :DEFAULT<br>
)<br>
<br>
And the same message appears for other functions in that file. After
several 'continue'-s, the rest compiles fine, but trying to run
gtk-demo results in error.<br>
</div>
<br>