12 Oct
2008
12 Oct
'08
5:27 a.m.
Michael Heuer wrote:
$ ./upchuck --silent foo.ck [chuck.Bc252]: no such file or directory
mktemp seems to do the right thing
It's probably that it deletes the file immediate after creating it, which might cause problems on Windows. On UNIX files aren't really deleted as long as there's still an open handle on them; that's possibly not so on Windows. You could just try commenting out the line that does the deletion and every once in a while cleaning out your /tmp/chuck.* I think you'd need a while before the amount of ChucK source code would seriously start to cut into your hard drive's free space. :-) -Scott