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

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 ../../../racket/gc/al

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

[racket-dev] bug: internal typechecker error

2012-10-22 Thread Paulo J. Matos
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. Cheers, -- PMatos #lang typed/racket ;This program is free software: you can redistribute it a

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

[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 ` Attac

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 administrati

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

[racket-dev] racket tests

2011-08-31 Thread Paulo J. Matos
Hi, I just changes a couple of things in the C code in order to remove some of the warnings by the C compilers. How can I ran the available racket tests so I can be more confident that I didn't break anything? Cheers, -- PMatos _ For list-re

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

[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

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 t

[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 [ ... ] where is one of -o : Write executable as --gui : Geneate GUI executable ... Should be Generate instead of Geneate. -- PMatos __

Re: [racket-dev] State of Places (native threads)

2010-07-15 Thread Paulo J. Matos
Kevin Tew writes: > It isn't ready for use yet. > > I'm working on parallel build of collects and docs right now. > That work is almost done and then I'll go back to working on places. > > We have been able to use places, comparing parallel build using both > processes and places. > But it still

[racket-dev] State of Places (native threads)

2010-07-14 Thread Paulo J. Matos
Hi, What's the state of places in racket? Is it already usable? How can I give it a try? Cheers, -- PMatos _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Fwd: [shootout-Feature Requests][312552] Scheme PLT should be renamed to Racket

2010-06-18 Thread Paulo J. Matos
Vincent St-Amour writes: > > I've been working on typed versions of these benchmarks, and some are > faster than the untyped versions (including the mandelbrot benchmark, > whose typed version is ~30% faster and does not show the random > behavior discussed above). Why is this? I thought Typed