Ok.  ./configure is Much better..  I added lqt/ to <quicktime.h> in the
configure file, no errors (assuming LD_LIBRARY_PATH is set properly).

If LD_LIBRARY_PATH is NOT set, then lame doesn't compile and run.  
-------
With respect to compilation, it seems the #include's haven't been updated:

../libtc/tcavcodec.h:30:29: error: ffmpeg/avformat.h: No such file or
directory
../libtc/tcavcodec.h:31:28: error: ffmpeg/avcodec.h: No such file or
directory
../libtc/tcavcodec.h:32:27: error: ffmpeg/avutil.h: No such file or
directory

I presume this is the cause of a whole bunch of subsequent errors in
aud_aux.c

Fixing those includes manually, I now get 
ffmpeg_cfg.h:5:28: error: ffmpeg/avcodec.h: No such file or directory 
(and subsequent errors in export_ffmpeg.c)

Next, I corrected the includes in the import/export/decode/probe_mov.c files

Then I corrected the include in filter_resample.c

Next, I still had the issue with the -lmpeg2convert missing when compiling
tcdecode-decode.

After adding -lmpeg2convert to the import/Makefile.

It finally compiled and is ready to rol..

Jack

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


On Thu, 2008-03-20 at 13:18 -0400, Jacob (Jack) Gryn wrote:
> I cleaned up all the symlinks I made to get things to compile before so I
> can get a fair estimation of how things work.  
> 
> ./configure --enable-libpostproc --enable-libquicktime

ok, second try (please reupdate and rerun configure - do not forget to
do autoreconf before!);
I've setup a better test platform, it should be better now.

> ....
> ....
> ERROR: requirement failed: cannot compile ffmpeg/avcodec.h
> ffmpeg/avcodec.h can be found in the following packages:
>   libavcodec  http://www.ffmpeg.org/
> 
> ERROR: requirement failed: cannot compile ffmpeg/avformat.h
> ffmpeg/avformat.h can be found in the following packages:
>   libavformat  http://www.ffmpeg.org/
> 
> ERROR: option '--enable-libpostproc' failed: cannot compile
> postproc/postprocess.h
> postproc/postprocess.h can be found in the following packages:
>   libpostproc  http://www.ffmpeg.org/
> 
> ERROR: option '--enable-libquicktime' failed: cannot compile quicktime.h
> quicktime.h can be found in the following packages:
>   libquicktime  http://libquicktime.sourceforge.net/
> ---
> it does not seem to be looking in the new places; 

Should be correct now except for libquicktime, I haven't test it so far
due to lack of time.

> ---
> Is this the latest one?
> ---

Yes it was.

[...]
> I haven't tried recompiling it yet, but I don't see anything in
> import/Makefile mentioning mpeg2convert

if configure fails, no Makefiles are updated so this it's the expected
behaviour.

> Also, you didn't mention anything about quicktime now looking in
> include/lqt/.

Will do next, hopefully tomorrow.

> ...
> 
> In another note: the INSTALL document should mention something about
setting
> the following environment variables being set to aid in the configure
> process: PKG_CONFIG_PATH and LD_LIBRARY_PATH

Yes, I'll add something.


Bests,

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



Reply via email to