John Cowan <co...@mercury.ccil.org> wrote:

> Since the fmt egg is compiled without the numbers egg, it only recognizes
> native Chicken numbers, i.e. fixnums and flonums.  The way to fix that
> is to fetch the fmt egg, introduce "(use numbers)" into the appropriate
> places, and rebuild the egg locally.

Thanks to the above suggestion, as well as the earlier message from
Peter Bex,  I seem to have gotten the fmt and numbers eggs to work
properly together.  At least, the earlier errors are gone.

In the process, I have probably inserted '(use numbers)' in a few
unnecessary places in my copy of the fmt source files.  At first I
thought I should be able to manage by editing only the compiler flags in
fmt.setup (-prelude, etc.), but that didn't work.

Regards, and thanks for the help,

-chaw

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to