Hello again,
Sorry but it turns out that an explicit (asdf :clim-clx) was what was missing. I didn't see the Cliki page about asdf-installing until yesterday and I was fooled by the fact that it wasn't necessary on linux.
So, now it works. Both with the lispbox version of Clisp (2.37) and the small sourceforge binary (2.47).
BR,
/Patrik. On Fri, Jun 19, 2009 at 12:49:10AM +0400, Evgeny M. Zubok wrote:
Patrik Magnusson magnusson.patrik@bredband.net writes:
Could someone perhaps tell me the names of some good functions to trace, and so see how far the demodemo comes?
You could try to load only clx (without mcclim) and run the examples from clx/demo. For example, to load clx/demo/menu.lisp and run
(xlib::just-say-lisp)
The connection with X server is established in CLX (open-default-display funtcion), so if you didn't see the simple menu from this example then problem, more probably, laying in CLX-Xming interaction, not in McCLIM.