Quote:
Originally Posted by ghostwheel
I managed to compile and run the program on my Mac (Leopard). Thank you!
|
You're welcome. Could you make a binary distribution for other Mac users? I could host it on ocamlforge.
Quote:
Originally Posted by ghostwheel
The Program seems to have a problem when the filenames contain umlauts (such as öäü).
|
Thanks or pointing that out. I never noticed, because I acquired the habit of avoiding non-7bit-ASCII characters in filenames a long time ago. It sounds like a mismatch of character encondings used in the filesystem and database interfaces. I'll try to reproduce (and fix) it under Linux.