Pavel Sanda
Tue, 26 Feb 2008 14:17:55 -0800

> Trying to compile on a PPC G4 with OSX 10.4 I get
>
> config.status: error: cannot find input file: config/Makefile.in
you run firstly autogen.sh and then configure, yes? pavel
Yes, but when I did it again I think I found the root cause:

anek$ ./autogen.sh
Using automake (GNU automake) 1.9.4
Using autoconf (GNU Autoconf) 2.59
Locating GNU m4... /sw/bin/gm4
Building macros...
        .
done.
Building config header template...
        .
done.
Building Makefile templates...
        .
src/support/Makefile.am: Objective C source seen but `OBJC' is undefined
done.
Building configure...
       .
configure.ac:92: error: possibly undefined macro: AC_PROG_OBJC
If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
done.

run "./configure ; make"

So it seems to be the AC_PROG_OBJC that is complicating things.
/Anders

Reply via email to