Re: [racket-dev] Build error

2015-01-07 Thread Jens Axel Søgaard
It worked. Thanks! 2015-01-07 18:45 GMT+01:00 Matthew Flatt : > I wasn't able to replicate the problem, but I think I see what could go > wrong. I've pushed an attempt at a repair. > > At Wed, 7 Jan 2015 18:31:35 +0100, Jens Axel Søgaard wrote: >> Hi All, >> >> I got a contract when I tried to bu

Re: [racket-dev] Build error

2015-01-07 Thread Matthew Flatt
I wasn't able to replicate the problem, but I think I see what could go wrong. I've pushed an attempt at a repair. At Wed, 7 Jan 2015 18:31:35 +0100, Jens Axel Søgaard wrote: > Hi All, > > I got a contract when I tried to build racket. Any ideas? > > The main error is below. > Entire log is here

Re: [racket-dev] build error with gcc 4.5.2

2011-09-12 Thread Sam Tobin-Hochstadt
That fixed the problem, thanks. On Mon, Sep 12, 2011 at 11:42 AM, Matthew Flatt wrote: > I think the problem is that I changed xform without adjusting the > version number as I should have. > > A fresh build directory or throwing out > "/racket/gc2/xform-collects" and "/racket/gc2/xsrc" > should

Re: [racket-dev] build error with gcc 4.5.2

2011-09-12 Thread Matthew Flatt
I think the problem is that I changed xform without adjusting the version number as I should have. A fresh build directory or throwing out "/racket/gc2/xform-collects" and "/racket/gc2/xsrc" should avoid the problem. [I planned to push a change that adjusts the version number, but I haven't gott

Re: [racket-dev] build error

2011-07-16 Thread Robby Findler
Oh! Sorry about that. Thanks, Matthew. Robby On Saturday, July 16, 2011, Matthew Flatt wrote: > I'll push a repair soon (after I confirm that a clean build now > completes for me). > > There were two problems: > >  * A new test file in "collects/tests/drracket" shouldn't be compiled, >   since

Re: [racket-dev] build error

2011-07-16 Thread Matthew Flatt
I'll push a repair soon (after I confirm that a clean build now completes for me). There were two problems: * A new test file in "collects/tests/drracket" shouldn't be compiled, since it contains an image constant. * The compilation manager used by `raco setup' needs to configure reader

Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Robby Findler
On Fri, Apr 29, 2011 at 7:49 AM, Eli Barzilay wrote: > Two minutes ago, Robby Findler wrote: >> This happens whenever there is an error during the docs build and >> the build is running parallel. > > BTW, the actual error was also stopping the nightly build: > > raco setup: running: redex/redex.sc

Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Eli Barzilay
Two minutes ago, Robby Findler wrote: > This happens whenever there is an error during the docs build and > the build is running parallel. BTW, the actual error was also stopping the nightly build: raco setup: running: redex/redex.scrbl redex.scrbl:2355:49: compile: unbound identifier in module i

Re: [racket-dev] build error on Mac OS

2011-04-29 Thread Robby Findler
This happens whenever there is an error during the docs build and the build is running parallel. (I thought I had submitted a PR on this, but I can't seem to find it now.) Robby On Fri, Apr 29, 2011 at 6:14 AM, Stephen Bloch wrote: > % make install > ... > raco setup: --- building documentation