[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile 1.4 compilation error with gcc4
From: |
Thien-Thi Nguyen |
Subject: |
Re: guile 1.4 compilation error with gcc4 |
Date: |
Sat, 20 Aug 2005 12:32:00 -0400 |
From: Aaron Voisine <address@hidden>
Date: Fri, 19 Aug 2005 23:42:59 -0700
I'm trying to compile guile 1.4 with apple's gcc 4.0.0 (from xcode
tools 2.2 preview 1) and I get the following compilation error:
[...]
../libguile/alist.x:5: error: stray '##' in program
looking at alist.x the syntax doesn't look like anything i've ever
seen in k&r (course I'm no expert). Any ideas?
could you post the first few lines of alist.x? this file is generated
at compile-time, and should not be in the distribution tarball -- if it
is, that's probably (another) methodology bug.
please also post the output of running the configure script, including
some mention of what options you passed to it, etc.
thi