Re: [racket-dev] build: schemef.h -> schemex.h

2013-03-18 Thread Matthew Flatt
There was a makefile problem that I think is now fixed. At Sun, 10 Mar 2013 19:15:03 -0600, Jon Rafkind wrote: > Yes, I'll make that change. > > On 03/10/2013 07:09 PM, Robby Findler wrote: > > Seems better to blow everything away and re-"git clone" for an automated > build machine. > > > > Robb

Re: [racket-dev] [plt] Push #26475: master branch updated

2013-03-18 Thread Matthew Flatt
Thanks - I've pushed a repair. At Mon, 18 Mar 2013 14:12:04 -0400, Vincent St-Amour wrote: > This breaks on Linux 32-bit. > > Here's the error I get: > > > make[7]: Entering directory `/home/stamourv/tmp/tmp-plt/plt/src/build/foreign' > gcc -g -O2 -Wall -pthread-D_LARGEFILE_SOURCE -D_

Re: [racket-dev] Extflonum type for windows

2013-03-18 Thread Neil Toronto
On 03/18/2013 07:53 AM, Matthew Flatt wrote: The JIT could be improved to avoid switching between consecutive operations, but does the cost of this approach look reasonable as a start? IMO, yes. The only other good options for higher precision are Racket's rationals and `math/bigfloat', which

Re: [racket-dev] Extflonum type for windows

2013-03-18 Thread Matthew Flatt
At Mon, 4 Mar 2013 19:06:32 +0300, Michael Filonenko wrote: > The following pull request provides long double type (extflonum) on > win32: https://github.com/plt/racket/pull/265 Merged --- with some changes, as usual... > It seems that RacketCGC is supposed to be built without any > third-party D