[CM] CLM on GraceCL
Heinrich Taube
taube at uiuc.edu
Mon, 3 Mar 2008 05:43:28 -0600
Hi As far as I know you cant run CLM on CLISP/Windows. Please correct
me if Im wrong. Michael Edwards did get CLM running in AllegroCL/
Windows a few years ago. It might be possible to if you switch to
SBCL/Windows. But of course you will need the gnu C compiler, a bash
shell (cygwin or mingw ?) and some time/patience to get everything
working.
(trying to get clm/snd into chicken scheme is on my (infinite) todo
list...)
best, rick
> I'm running GraceCL on XP with CLISP 2.44. When I try to start CLM,
> I get the following error in the console:
>
> ;; Loading file C:\Program Files\GraceCL\Resources\clm-3\clm.asd ...
> ;; Loaded file C:\Program Files\GraceCL\Resources\clm-3\clm.asd
> ;; Loading file C:\Program Files\GraceCL\Resources\clm-3\all.lisp ...
> ; running cd C:\Program Files\GraceCL\Resources\clm-3\ && ./
> configure --quiet --with-doubles --with-float-samples
> >>> Error:
> Win32 error 2 (ERROR_FILE_NOT_FOUND): The system cannot find the
> file specified.
>
> Any suggestions?
>
> Joel