Re: [racket-dev] Warnings in source code

2011-08-28 Thread Eli Barzilay
Two days ago, Paulo J. Matos wrote: > On 26/08/11 17:55, Robby Findler wrote: > > There are plenty of warnings when you build under windows. > > > > oh... :-/ > If the problem is windows then I don't think I will be able to help > since I don't have access to a windows box at home. You can see th

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Robby Findler
On Fri, Aug 26, 2011 at 11:58 AM, Paulo J. Matos wrote: > On 26/08/11 17:55, Robby Findler wrote: >> >> There are plenty of warnings when you build under windows. >> > > oh... :-/ > If the problem is windows then I don't think I will be able to help since I > don't have access to a windows box at

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Paulo J. Matos
On 26/08/11 17:28, Sam Tobin-Hochstadt wrote: Great. It might be helpful to try building with clang as well, as it gives very helpful warning/error messages. The next step is to figure out how to patch that file to remove the warning. I will try later GCC4.6 though but I am amazed GCC4.5 onl

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Paulo J. Matos
On 26/08/11 17:55, Robby Findler wrote: There are plenty of warnings when you build under windows. oh... :-/ If the problem is windows then I don't think I will be able to help since I don't have access to a windows box at home. -- PMatos _

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Robby Findler
There are plenty of warnings when you build under windows. Robby On Fri, Aug 26, 2011 at 11:39 AM, Paulo J. Matos wrote: > On 26/08/11 17:28, Sam Tobin-Hochstadt wrote: >> >> Great.  It might be helpful to try building with clang as well, as it >> gives very helpful warning/error messages.  The

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Paulo J. Matos
On 26/08/11 17:28, Sam Tobin-Hochstadt wrote: Great. It might be helpful to try building with clang as well, as it gives very helpful warning/error messages. The next step is to figure out how to patch that file to remove the warning. I will compile with clang and gcc46 and will try to submit

Re: [racket-dev] Warnings in source code

2011-08-26 Thread Sam Tobin-Hochstadt
On Fri, Aug 26, 2011 at 12:21 PM, Paulo J. Matos wrote: > Hi, > > I was just looking at the warnings in racket source code after Sam posted > the bite size projects threads with the link to the wiki. > > I can't access http://drdr.racket-lang.org/ (the page just doesn't load) > So, I cloned racket

[racket-dev] Warnings in source code

2011-08-26 Thread Paulo J. Matos
Hi, I was just looking at the warnings in racket source code after Sam posted the bite size projects threads with the link to the wiki. I can't access http://drdr.racket-lang.org/ (the page just doesn't load) So, I cloned racket, configured it and did a make. I only get two warning on the who