[lgtk-devel] Installation on CMUCL 18e
Mario S. Mommer
m_mommer at yahoo.com
Sat May 8 17:56:46 UTC 2004
Yannick Gingras <ygingras at ygingras.net> writes:
> Hi, I tried to install lgtk 0.0.4 on CMUCL 18e. I made the image with
> callback.x86 loaded and appended the installation for to my asdf path.
>
> when I try
>
> (asdf:operate 'asdf:load-op 'lgtk)
>
> it does a bit on compilation then die with:
>
> ; Loading #p"/home/ygingras/cl/lgtk-0.0.4/src/gtkbindings.x86f".
> ; Loading #p"/home/ygingras/cl/lgtk-0.0.4/src/gtknexus.x86f".
>
> Execution of a form compiled with errors:
> (DEFCALLBACK GTK-STANDARD-DECOY
> (C-CALL:VOID (W (* T)) (COOKIE C-CALL:INT))
> (%STANDARD-HANDLER W COOKIE))
>
> I'm really new to Lisp so I must admit that I'm a bit lost...
>
> : \
>
> Anyone can help ?
This is really odd.
Are you sure that you are loading the right image?
If yes, try the following. Unpack the tar, cd to the lgtk-0.0.4, start
cmucl and then do (asdf:operate 'asdf:load-op 'lgtk). Just to rule out
the unlikely case that the problem is related to paths.
More information about the lgtk-devel
mailing list