Re: [racket-dev] Creating executables still broken

2011-10-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/11 20:59, Matthew Flatt wrote: > I think I found the problem. Can you try the latest version? Thanks Matthew, everything seems to work now. > At Tue, 04 Oct 2011 09:42:53 +0200, Marijn wrote: On 10/03/11 > 17:07, Matthew Flatt wrote: At

Re: [racket-dev] Creating executables still broken

2011-10-04 Thread Matthew Flatt
I think I found the problem. Can you try the latest version? At Tue, 04 Oct 2011 09:42:53 +0200, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/03/11 17:07, Matthew Flatt wrote: > > At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: > >> creating executables is still bro

Re: [racket-dev] Creating executables still broken

2011-10-04 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/11 17:07, Matthew Flatt wrote: > At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: >> creating executables is still broken and seems now to cause lots >> of memory allocation causing my system to start thrashing... > > I've fixed the problem

Re: [racket-dev] Creating executables still broken

2011-10-03 Thread Matthew Flatt
At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: > creating executables is still broken and seems now to cause lots of > memory allocation causing my system to start thrashing... I've fixed the problem that caused `raco exe' to not terminate. I doubt that the older problem you've seen is fixed,

[racket-dev] Creating executables still broken

2011-10-03 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, creating executables is still broken and seems now to cause lots of memory allocation causing my system to start thrashing... $ cat hello.rkt #lang racket (print "hello") $ raco exe -o hello hello.rkt [.starts thrashing.] Marijn On 09/16

Re: [racket-dev] creating executables

2011-09-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/05/11 10:03, Marijn wrote: > Hi Vincent, > > On 09/02/11 19:33, Vincent St-Amour wrote: >> At Fri, 02 Sep 2011 09:15:20 +0200, Marijn wrote: >>> I just tried with latest git and nothing has changed for me. >>> Neither the wrong message, nor the

Re: [racket-dev] creating executables

2011-09-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, On 09/02/11 19:33, Vincent St-Amour wrote: > At Fri, 02 Sep 2011 09:15:20 +0200, Marijn wrote: >> I just tried with latest git and nothing has changed for me. >> Neither the wrong message, nor the failing executable. > > You're building e

Re: [racket-dev] creating executables

2011-09-02 Thread Vincent St-Amour
At Fri, 02 Sep 2011 09:15:20 +0200, Marijn wrote: > I just tried with latest git and nothing has changed for me. Neither > the wrong message, nor the failing executable. You're building executables from DrRacket, right? Does it work if you build them from the command-line, with `raco exe'? Vince

Re: [racket-dev] creating executables

2011-09-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, On 09/01/11 17:27, Vincent St-Amour wrote: > I had a similar problem on Linux x86. Matthew just pushed a fix, > and now everything works for me. Haven't tried on amd64, though. > > Vincent I just tried with latest git and nothing has cha

Re: [racket-dev] creating executables

2011-09-01 Thread Vincent St-Amour
I had a similar problem on Linux x86. Matthew just pushed a fix, and now everything works for me. Haven't tried on amd64, though. Vincent At Thu, 01 Sep 2011 16:24:02 +0200, Marijn wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi list, > > when creating executables from racke

[racket-dev] creating executables

2011-09-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, when creating executables from racket, when I choose (the defaults) standalone based on racket, it will say "creating executable for distribution". I did not choose for distribution, so that is wrong.The created executable fails to run like t