2007/10/14, Francesco Romani <[EMAIL PROTECTED]>: > > transcode 1.0.5rc1 is avalaible for download: > > http://fromani.exit1.org/transcode-1.0.5rc1.tar.bz2
You don't have added the libmpeg3 pkgconfig patch ! Did you rejected it ? Actually it is quite easy. As pkgconfig --clags show /usr/include/mpeg3 (the right path), there is a need to detect it on first step without additionnal path for the header (meant libmpeg3.h ). What we have now is: when it searches mpeg3/libmpeg.h it adds "mpeg3" to the $libmpeg3_ii (which become /usr/include/mpeg3/mpeg3 ), but also to the default include path "/usr/include" -> /usr/include/mpeg3 So the header is detected but this leads to a False Positive (as only /usr/include/mpeg3/mpeg3 is saved and configure fails at '"try to compile" step...) Nicolas (kwizart) didn't tryed 1.0.5rc1 on x86_64 or ppc yet...