Re: [racket-users] Strange error in racket 7.5

2020-01-26 Thread greadey
Hi Gustavo, Thanks for getting back to me. It is definitely a GhostBSD / TrueOS thing. My masochistic tendencies persuaded me to reinstall a FreeBSD desktop and lo and behold everything is OK. I was running it in DrRacket. cheers, greadey On Saturday, 25 January 2020 18:30:31 UTC, gustavo

Re: [racket-users] Strange error in racket 7.5

2020-01-25 Thread Gustavo Massaccesi
It is an internal function of the math package https://github.com/racket/math/blob/cdc64390f1e7b75de9575a91f0ec3a31f7878530/math-lib/math/private/bigfloat/mpfr.rkt#L587that is used to show bigfloats. I can't reproduce the error in Windows, but it doesn't look like an error that is platform

[racket-users] Strange error in racket 7.5

2020-01-25 Thread greadey
Hi there, I am running racket 7.5 on GhostBSD 20.01, I am getting a strange error running a file which previously ran OK on FreeBSD 12. ../../../../local/share/racket/collects/racket/pretty.rkt:478:8: bigfloat-custom-write: undefined; cannot reference an identifier before its definition.