Re: [racket-users] Re: Racket internal error when trying to create an executable

2016-04-01 Thread George Neuner
Hi Alex, On 4/1/2016 2:17 AM, Alex Harsanyi wrote: Hi George, The option to create an executable from DrRacket worked fine for me in Racket 6.4 and several prior versions. However, this particular problem also happens when I use `create-embedded-executable' (which ultimately raco exe uses),

[racket-users] Re: Racket internal error when trying to create an executable

2016-04-01 Thread Alex Harsanyi
Hi George, The option to create an executable from DrRacket worked fine for me in Racket 6.4 and several prior versions. However, this particular problem also happens when I use `create-embedded-executable' (which ultimately raco exe uses), which is how I build my application. I noticed it

[racket-users] Re: Racket internal error when trying to create an executable

2016-03-31 Thread George Neuner
On Thu, 31 Mar 2016 16:08:56 -0700 (PDT), Alex Harsanyi wrote: >Hi, > >I'm getting an error when trying to create an executable for a program that >uses the math/statistics module. The simplest example that reproduces the >issue is: > > #lang racket > (require