Hello, many many questions arrived when I wanted to install CL with CLM-4 and Lisp (I took SBCL) and use windows. You might say: "WINDOWS? Oh oh oh, I don't know whether SBCL runs with Windows". But this is not most important now.
Questions: 1. How can I install CM on Windows computer. I like to use clm-4, because there a piano model is implemented. I installed SBCL, inside its directory I untared the cm directory and clm-4. I have Visual Studio 2008 installed. Do I need sndlib instead of the clm-4 folder? 2. I installed the sndlib folder into the sbcl folder next to the cm folder, went in, opened the vc++ project file and started it. The following errors occured (ok, it's somewhere in German, but you will understand the main things I hope): 1>------ Erstellen gestartet: Projekt: sndlib, Konfiguration: Release Win32 ------ 1>Kompilieren... 1>cl : Befehlszeile warning D9035 : Die Option "Wp64" ist veraltet und wird in einer der nächsten Versionen entfernt. 1>audio.c 1>.\audio.c(63) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>xen.c 1>.\xen.c(10) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "stdint.h": No such file or directory 1>vct.c 1>.\vct.c(51) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>sound.c 1>.\sound.c(4) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>sndlib2xen.c 1>.\sndlib2xen.c(6) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>s7.c 1>.\s7.c(258) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "complex.h": No such file or directory 1>run.c 1>.\run.c(144) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>midi.c 1>c:\programme\steel bank common lisp\1.0.29\sndlib\_sndlib.h(19) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "stdbool.h": No such file or directory 1>io.c 1>.\io.c(4) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>headers.c 1>.\headers.c(43) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>clm2xen.c 1>.\clm2xen.c(11) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>clm.c 1>.\clm.c(6) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "snd.h": No such file or directory 1>Code wird generiert... 1>Das Buildprotokoll wurde unter "file://c:\Programme\Steel Bank Common Lisp\1.0.29\sndlib\obj\sndlib\Release\BuildLog.htm" gespeichert. 1>sndlib - 12 Fehler, 1 Warnung(en) ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen What can I do to successfully compile it? Best regards and thank you very much Markus _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
