[racket-dev] Compile issue in src/racket/gc2/sighand.c

2012-07-20 Thread crdueck
Hello all, Recently, I tried to compile the unix source for racket-textual found here: http://download.racket-lang.org/racket-textual-5-2-1-src-unix-tgz.html using GCC 4.7.1 and kernel Linux 3.4.4-3 x86_64. cd src ./configure=/opt make returned the following errors: In file included from

Re: [racket-dev] Compile issue in src/racket/gc2/sighand.c

2012-07-20 Thread Eli Barzilay
10 minutes ago, crdueck wrote: i opened src/racket/gc2/sighand.c and looked at the offending line 63, where struct siginfo doesnt seem to be an actual struct. Scrolling down a bit more to line 131, i see that siginfo_t is a valid typedef so on line 63 i did s/struct siginfo/siginfo_t/ and