On Monday, April 30, 2007, at 04:33PM, "David Liontooth" <[EMAIL PROTECTED]> wrote: >Andrew Church wrote: >>> I checked out HEAD and ran 'autoreconf -i -f' to create the Makefile and >>> got a different error. >>> >> [...] >> >>> Charles-Remes-MacBookPro:~/Documents/mac_downloads/transcode cremes$ >>> automake --version >>> automake (GNU automake) 1.6.3 >>> >> >> This is ancient. Try upgrading to the current version of automake (1.10). >> >MacPorts has a recent version: > >$ port installed automake >The following ports are currently installed: >automake @1.10_0 (active) > >So this is not the problem I'm running into on macintel osx.
Okay, upgraded to automake 1.10 which fixed my problem. (Sorry, I thought I had all this stuff updated to the latest versions... this is true on my desktop but not on my laptop where I am doing this testing... all fixed now.) I successfully ran 'autoreconf -i -f', configure and make. Make dies with this error: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -MT memcpy.lo -MD -MP -MF .deps/memcpy.Tpo -c memcpy.c -fno-common -DPIC -o .libs/memcpy.o /var/tmp//ccGtBGdw.s:225:Unknown pseudo-op: .balign /var/tmp//ccGtBGdw.s:225:Rest of line ignored. 1st junk character valued 49 (1). make[2]: *** [memcpy.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Wash. Rinse. Repeat. Thanks for all of your help. We'll get this fixed yet! cr