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

2014-03-12 Thread Paulo 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-03-12 Thread Paulo 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-03-12 Thread Matthew Flatt
At Wed, 12 Mar 2014 20:37:14 +, Paulo Matos wrote: make[7]: Entering directory `/home/pmatos/projects/BUILDS/racket/foreign' gcc -O3 -Wall -Werror -c ../../../racket/racket/src/foreign/foreign.c -o foreign.o ../../../racket/racket/src/foreign/foreign.c:9:21: fatal error: schpriv.h: No

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-20 Thread Matthew Flatt
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 definition in the makefile? Normally, a

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

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

2014-02-08 Thread Matthew Flatt
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 variable, but maybe something else is