I'm trying to get the snd-rt examples running but have hit a snag. I am using Snd from CVS (as of two days ago.) I started Jack before doing the following:
-------------------------------------------------------- >(define snd-header-files-path "/home/dto/src/cvs-snd/") #<unspecified> >snd-header-files-path "/home/dto/src/cvs-snd/" >(load-from-path "rt-compiler.scm") compilation-failed: () > compilation-failed > -------------------------------------------------------- The following is visible at snd's standard output: -------------------------------------------------------- Compiling /tmp/fileDZszRR.c Compiling /tmp/fileqZjzi3.c /tmp/fileqZjzi3.c:36:20: error: config.h: No such file or directory /tmp/fileqZjzi3.c: In function ‘gakk3’: /tmp/fileqZjzi3.c:70: warning: implicit declaration of function ‘TO_VCT’ -------------------------------------------------------- Questions: 1. Why did I have to tell rt-compiler.scm to look in "/home/dto/src/cvs-snd" for the snd header files? I couldn't seem to locate any other "snd.h" on my system. Did I miss a step during installation of Snd? 2. Where do I get this config.h that the compiler is looking for? Thanks in advance for any help you can provide. -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
