<br>
&gt; That is puzzling. Does CLisp not put :clisp on *features*? If it<br>
&gt; does,... or by &quot;#clisp part&quot; do you mean you had to knock out the<br>
&gt; conditional &quot;#+clisp&quot; /and/ the following form? That would make sense,<br>
&gt; since CLisp MOP has come a long way since I wrote that code. Sounds like<br>
&gt; that can be removed, as you did.<br>
<br>
Yes, I meant I &quot;had to knock out the conditional &quot;#+clisp&quot; /and/ the following form.&quot; My apologies for the confusion.<br>
<br>
&gt; FWIW, I do not show any &quot;streamertest&quot; 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>

;;&nbsp; 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 &quot;g_free&quot; in library<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :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>