Re: [racket-dev] Racket head fails to compile

2014-02-21 Thread Paulo J. Matos
On 20/02/14 14:19, Matthew Flatt wrote: At Sun, 09 Feb 2014 08:35:03 +, Paulo J. Matos wrote: On 09/02/14 00:03, Matthew Flatt wrote: There should be many more flags passed to `gcc`, including some -I flags and some -D flags. Is something in your environment overriding the CFLAGS

Re: [racket-dev] Racket head fails to compile

2014-02-09 Thread Paulo J. Matos
On 09/02/14 00:03, Matthew Flatt wrote: There should be many more flags passed to `gcc`, including some -I flags and some -D flags. Is something in your environment overriding the CFLAGS definition in the makefile? Normally, a definition in the makefile would take precedence over an environment

[racket-dev] Racket head fails to compile

2014-02-08 Thread Paulo J. Matos
Hello, If I grab racket HEAD and try to compile it with: git clone ... racket.git cd racket/racket/src mkdir build cd build ../configure --prefix=... make -j16 I get: make[6]: Entering directory `/home/pmatos/work/racket/racket/src/build/racket/gc' gcc -O0 -g3 -c

Re: [racket-dev] bug: internal typechecker error

2012-10-23 Thread Paulo J. Matos
On 22/10/12 21:43, Paulo J. Matos wrote: Hello, As I was converting a program into typed racket in drscheme 5.3 I got an internal typechecker error. Load the attached file and press run. That should allow you to reproduce the problem. git HEAD has the problem fixed. -- PMatos

Re: [racket-dev] new logo

2012-02-14 Thread Paulo J. Matos
Upon startup of DrRacket, create an animation that moves the lambda onto an r, and then complete with 'acket' as per Eli suggestion. That would be awesome, even though I don't know how hard would be to produce such animation. On 11/02/12 18:27, John Clements wrote: On Feb 11, 2012, at

[racket-dev] Test results are slightly incomprehensible...

2011-09-28 Thread Paulo J. Matos
...if you're not used to them, that is. Hi, I am running the racket tests to know if something went wrong with my fork of racket. The fork was done at tag 2ef9f5ae. I run the tests with from the install directory with: , | racket$ bin/racket -r ./collects/tests/racket/quiet.rktl `

Re: [racket-dev] Who page

2011-09-05 Thread Paulo J. Matos
On 03/09/11 19:01, Neil Van Dyke wrote: Finally, Racket is supported by an band of volunteers Maybe initially someone wrote 'an army' and then 's/band/army' since 'band' sounds less threatning. :) -- PMatos _ For list-related

Re: [racket-dev] racket tests

2011-09-02 Thread Paulo J. Matos
On 31/08/11 17:35, Eli Barzilay wrote: Much easier to run and to follow -- run this: racket -r quiet.rktl with your newly made executable. Just a note that for that to work I need to be in: lib/racket/collects/tests/racket/ -- PMatos _

[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

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

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 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

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

2011-08-24 Thread Paulo J. Matos
On 17/08/11 09:49, Marijn wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/11 20:54, Stephen Bloch wrote: Wouldn't it be even better to put curly-braces around the body of the C macro, so people using it don't have to know that it expands into multiple statements? I read a long

[racket-dev] Doc typo

2010-07-28 Thread Paulo J. Matos
From the raco exe help pma...@mietzekatze:~/Code/eboc $ ~/Applications/racket-5.0.1.1/bin/raco help exe raco exe [ option ... ] source-file where option is one of -o file : Write executable as file --gui : Geneate GUI executable ... Should be Generate instead of Geneate. -- PMatos