I've been trying for a little bit now to try to get this type of command line working:<div><br></div><div>gsc -:d- -c -o <build directory>\<sub set build directory> ..\<some set of paths>\main.scm > out.txt</div>
<div><br></div><div>And I end up with this error:</div><div>*** ERROR IN ##main -- string expected for output: parameter</div><div><br></div><div>What am I doing wrong? At least judging by the documentation, using the flags together should be supported. I've also tried many different permutation of the above command, just in case including:</div>
<div><br></div><div>gsc -:d- -o <build directory>\<sub set build directory> -c ..\<some set of paths>\main.scm > out.txt</div><div><br></div>gsc -:d- -o -c <build directory>\<sub set build directory> ..\<some set of paths>\main.scm > out.txt<div>
<br></div><div>gsc -:d- -c <build directory>\<sub set build directory> ..\<some set of paths>\main.scm > out.txt</div><div><br><div>Full story:</div><div><br></div><div>I'm trying to get the gambit compiler working with the waf build system. Currently using this as the arguments to the build step:</div>
<div>gsc -:d- -c -o ${TGT[0].bld_dir(env)} ${SRC} > out.txt</div><div><br></div><div>Sadly, all I get is the above error.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks,</div><div>Cameron</div></div>