On Apr 14, 2007, at 10:56 AM, Francesco Romani wrote:


Hi,

final release candidate of 1.0.3 is ready to rumble.

Get it from http://fromani.exit1.org

This release candidate is expected to be released with no changes as
1.0.3, so please test it and report problems (most notably in
configure/autotools part).

I'd like to remember that 1.0.x releases contains only critical hotfixes. If you want something new (and better), taste the 1.1.0/CVS HEAD branch,
that is definitively on the road for going alpha.
(decoder is on rewrital, multiple input refactoring task is ~25% completed,
so last blocker will be removed soon).

On OSX 10.4.9 with all the latest versions of various libraries from macports, this candidate fails to compile all the way through. Here's an excerpt from the tail end that might be helpful:

gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE - D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp -D_INTL_REDIRECT_MACROS - framework vecLib -o tcmodinfo tcmodinfo.o optstr.o ../aclib/.libs/ libac.a ../libtc/.libs/libtc.a /usr/lib/libiconv.dylib -lm -lz -ldl if gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/ local/lib/transcode\" -I.. -I../src -I../libac3 -I../avilib -I../ libioaux -I../libxio -Wall -D_LARGEFILE_SOURCE - D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - D_INTL_REDIRECT_MACROS -MT tcmp3cut.o -MD -MP -MF ".deps/ tcmp3cut.Tpo" -c -o tcmp3cut.o tcmp3cut.c; \ then mv -f ".deps/tcmp3cut.Tpo" ".deps/tcmp3cut.Po"; else rm -f ".deps/tcmp3cut.Tpo"; exit 1; fi
tcmp3cut.c: In function 'main':
tcmp3cut.c:219: warning: pointer targets in passing argument 1 of 'tc_get_mp3_header' differ in signedness tcmp3cut.c:251: warning: pointer targets in passing argument 1 of 'tc_get_mp3_header' differ in signedness /bin/sh ../libtool --mode=link gcc -Wall -D_LARGEFILE_SOURCE - D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - D_INTL_REDIRECT_MACROS -framework vecLib -o tcmp3cut tcmp3cut.o - liconv -lm -lz -ldl gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE - D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp -D_INTL_REDIRECT_MACROS - framework vecLib -o tcmp3cut tcmp3cut.o /usr/lib/libiconv.dylib -lm - lz -ldl
Making all in testsuite
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.


At this point it stops. Anything in particular I should look at to help debug this problem?

cr

Reply via email to