On 30 Jul 2012, at 15:04, Akim Demaille wrote: > Le 30 juil. 2012 à 14:03, Hans Aberg a écrit : > >> There were errors: it did not complete compilation. > > Ah. What's --version of these compilers? I have tons of > warnings, but no errors.
It compiles and passes 'make check' using SVN clang version 3.2 (trunk 160173). The compiler 'xcrun clang' is 'Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)', an inhouse tweak. So apparently, it is due to a bad Apple. :-) >> CC stpcpy.o >> ../../bison-2.6.1/lib/stpcpy.c:36:1: error: expected parameter declarator >> __stpcpy (char *dest, const char *src) >> ^ > > What the heck??? ... > Could you investigate this? I might, but it may not be worth the effort. There is problem compiling GC, from git, too using this compiler, on 10.8. I'm using 10.7. Hans
