Am Tue, 19 Aug 2008 22:18:21 +0200 schrieb Francesco Romani <[EMAIL PROTECTED]>:
> On Tue, 2008-08-19 at 14:34 +0200, Jonathan Hooverman wrote: > > Compiling transcode with the configure option --enable-libpostproc > > fails with this error message: > > > > make[3]: Entering directory > > `/usr/src/packages/BUILD/transcode-1.0.6/filter/pp' /bin/sh ../../libtool > > --tag=CC --mode=compile /usr/bin/gcc-4.1 -DHAVE_CONFIG_H -I. > > -I../.. -D_REENTRANT -I../.. -I../../filter -I../../src > > -I../../libvo -I/usr/include/lve -I/usr/include/libavcodec -Wall > > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g > > -O2 -MT filter_pp.lo -MD -MP -MF .deps/filter_pp.Tpo -c -o > > filter_pp.lo filter_pp.c mkdir .libs /usr/bin/gcc-4.1 > > -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I../.. -I../../filter > > -I../../src -I../../libvo -I/usr/include/lve > > -I/usr/include/libavcodec -Wall -D_LARGEFILE_SOURCE > > -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT > > filter_pp.lo -MD -MP -MF .deps/filter_pp.Tpo -c filter_pp.c -fPIC > > -DPIC -o .libs/filter_pp.o filter_pp.c:38:25: error: postprocess.h: > > No such file or directory > > > > Changing line 38 in transcode-1.0.6/filter/pp/filter_pp.c > > > > from #include "postprocess.h" > > to <libpostproc/postprocess.h> > > > > helped me out. > > > > Or is "postprocess.h" missing in the package? > > Smells like a bug. I'll investigate and fix for the 1.0.7 release. I saw, that this has already been corrected in CVS: http://cvs.exit1.org/cgi-bin/viewcvs.cgi/transcode/filter/filter_pp.c?rev=1.15&view=markup Regards, Jon.