chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] chicken error: default type-database `types.db' not foun


From: k l
Subject: [Chicken-users] chicken error: default type-database `types.db' not found
Date: Mon, 20 Feb 2017 22:10:11 -0800

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]