edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
59 stars 24 forks source link

Not installable on ECL on Android #38

Open lpd3 opened 4 weeks ago

lpd3 commented 4 weeks ago

When I attempt to install, quicklisp complains that there is no cl-unicode/build/data/UnicodeData.TXT.NEWEST file. The file is ..../Unicode.txt. I tried renaming the file, changing the case of the extension, clearing cache, updating quicklisp and asdf with no change.

Using the cl-repl app on Android.

Thanks!

lpd3 commented 4 weeks ago

The error is located in the macro call

(with-unicode-codepoint-file)

found around position 4200.

I looked at the macro definition and saw no reference to "newest", which somehow is appended to the pathname during the macro call.

lpd3 commented 4 weeks ago

Sorry.....the call is in the ...../build/data/read.lisp file.