"David O'Toole":

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?



I don't know why this happens. This problem should have been fixed...

Perhaps you should try snd-ls instead of snd since snd-ls is supposed to
allways work for realtime usage:
http://www.notam02.no/arkiv/doc/snd-rt/html/rt-Z-H-3.html#node_sec_2

Reply via email to