id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 449 csc doesn't handle relative paths correctly Moritz Heidkamp "Passing a relative path containing more than one "".."" leads to csc not expanding the path correctly. Example session: $ mkdir foo $ echo ""(print 'foo)"" > foo.scm $ mkdir a $ cd a $ csc ../foo.scm # this works $ mkdir b $ cd b syn@gut /tmp/a/b $ csc ../../foo.scm Error: Can not open file ""foo.scm"" Error: shell command terminated with non-zero exit status 256: /usr/bin/chicken foo.scm -output-file foo.c " defect closed major 4.9.0 compiler 4.6.x fixed sorry for the ticket flood