Sorry..  accidentally hit send too early..  

Ok,

With respect to configure now: still need lqt/quicktime.h, and still issue
with lame if LD_LIBRARY_PATH not set (but the latter seems to be lame's
problem; unless we can workaround in the configure to set it to test lame)

With respect to compilation, we still have quicktime issues in import_mov.c,
export_mov.c, probe_mov.c and decode_mov.c

The following are linker warnings and errors:

/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
tcdecode-decode_mpeg2.o: In function
`decode_mpeg2':/root/4transcode/transcode/import/decode_mpeg2.c:133:
undefined reference to `mpeg2convert_rgb24'

...

I added -lmpeg2convert to the following line in import/Makefile
LIBMPEG2_LIBS = -L/usr/lib -lmpeg2 -lmpeg2convert

and it compiles.

Jack
-----Original Message-----
From: Francesco Romani [mailto:[EMAIL PROTECTED] 
Sent: March 25, 2008 4:27 PM
To: transcode Developers Mailing List
Subject: RE: [transcode-devel] Trying now with 1.1 cvs


On Mon, 2008-03-24 at 13:57 -0400, Jacob (Jack) Gryn wrote:
> Ok.  ./configure is Much better..  I added lqt/ to <quicktime.h> in the
> configure file, no errors (assuming LD_LIBRARY_PATH is set properly).
[...]

All should be fixed now (do not forget to do autoreconf -f -v -i if you
cvs update the tree) in both HEAD and 1.1.x.
Thanks for the reports and the patience.

1.0.x will be fixed ASAP.

Bests,

-- 
Francesco Romani // Ikitt
[ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]



Reply via email to