It looks like it was a problem with libffi, which was also out of date in my
macports. I upgraded it before your email, and the build got past that point
where it was failing. Hopefully it won't have any more problems.
Thanks for the help.
-Eric
On Apr 21, 2011, at 10:17 PM, Matthew Flatt wr
The recent change to `configure' makes it use `pkg-config' to add -L
and -I flags for libffi. But those should flags be added consistently;
that is, you should end up with a build that uses `libiconv' from
macports.
Did you run `configure' in a fresh build directory? If not, maybe you
have files l
I don't have any *FLAGS variables set in my environment when I run configure or
make. But I do have libiconv installed through macports. It was out of date,
and I upgraded it, but now I am getting a different message:
gcc -o Racket.framework/Versions/5.1.1.3/Racket -m32 -pthread -framework
Cor
It looke like you have `-L/opt/local/lib' in your LDFLAGS
configuration. Do you also have `-I/opt/local/include' in CPPFLAGS?
You machine is probably like mine, where you have two installations of
libiconv, and this error happens when the C headers of one installation
get mixed with the lib of the
I tried to build the git HEAD today and ran into problems. During the make
process, it fails to create the framework with the following error message:
gcc -o Racket.framework/Versions/5.1.1.3/Racket -m32 -pthread -framework
CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -
5 matches
Mail list logo