Menu

#9 makefile error

open
nobody
Crash (4)
5
2011-01-23
2011-01-23
Anonymous
No

Tried to compile on OSX 10.6.6 using Xcode 3.2.5. Will configure but errors out when you try to make it. 6.12.3 installs without errors on same system. Make output below;

users-MacBook-Pro:dc3dd-7.0.0 root# make
cd . && /bin/sh /Volumes/320GB/dc3dd-7.0.0/build-aux/missing --run aclocal-1.10 -I m4
cd . && /bin/sh /Volumes/320GB/dc3dd-7.0.0/build-aux/missing --run automake-1.10 --gnu
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
automake-1.10: no `Makefile.am' found for any configure output
automake-1.10: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?
make: *** [Makefile.in] Error 1

Discussion