|
From: | Kon Lovett |
Subject: | [Chicken-users] Problem w/ Utf8 egg: couldn't load case-map-1.dat |
Date: | Mon, 5 Sep 2005 15:58:36 -0700 |
Hi,On my system (MacOS X 10.3.9, G4), w/ chicken in the default configuration, the utf8 egg case-map.scm (*char-case-table-1* ...) procedure fails w/ the "couldn't load ..." msg.
The actual exception caught in the procedure dissects as "argument may not be negative," which looks like something from srfi-4.scm. However re-writting the procedure to print out intermediate values:
File: /usr/local/lib/chicken/case-map-1.dat | Size: 24208 | Qtr-Size: 6052
tells me everything is just fine. Which from my reading of the code says the problems is in (read-block! ...), but I don't see it.
Help please. Thank you, Kon
[Prev in Thread] | Current Thread | [Next in Thread] |