[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1714: types.db not found on mingw32
From: |
Chicken Trac |
Subject: |
#1714: types.db not found on mingw32 |
Date: |
Sat, 08 Aug 2020 13:35:38 -0000 |
#1714: types.db not found on mingw32
--------------------------------+---------------------
Reporter: roti | Type: defect
Status: new | Priority: major
Milestone: someday | Component: unknown
Version: 5.2.0 | Keywords:
Estimated difficulty: |
--------------------------------+---------------------
Hi,
On my build (Windows, with an old mingw32) `types.db` is not found
anymore.
{{{
D:\tmp\chicken\'types.db' not found>type str.scm
(display "Sunday")
(newline)
D:\tmp\chicken\'types.db' not found>chicken str.scm -output-file "str.c"
Error: default type-database `types.db' not found
}}}
Chicken is installed in "C:\Program Files (x86)\Chicken Scheme", and
types.db is in "c:\Program Files (x86)\Chicken Scheme\lib\chicken\11\"
. Where does csc look for `types.db`?
--
Ticket URL: <https://bugs.call-cc.org/ticket/1714>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- #1714: types.db not found on mingw32,
Chicken Trac <=