Hi, On Mon, 20 Feb 2017 22:10:11 -0800 k l <[email protected]> wrote:
> Hi I compiled and installed chicken 4.12.0 on mingw-msys. `make test` > has passed. But following this guide[1] to use the chicken compiler, > > $ csc fact.scm > The system cannot find the path specified. > > Error: shell command terminated with non-zero exit status 1: > ""/usr/local/bin/chicken.exe" "fact.scm" -output-file "fact.c"" > > Running `chicken` manually gave the below error: > > $ /usr/local/bin/chicken.exe "fact.scm" -output-file "fact.c" > > Error: default type-database `types.db' not found > > However, `types.db` does indeed exist: > > $ ls /usr/local/lib/chicken/8/types.db > /usr/local/lib/chicken/8/types.db > > Any reason why it is failing? > > [1]: http://wiki.call-cc.org/man/4/Getting%20started#the-compiler- What command line did you use to build CHICKEN? All the best. Mario -- http://parenteses.org/mario _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
