On 11/10/10 4:19 PM, PeterWong wrote:
> hmmmm....mine looks like this:
>
>> $ cat /sw/lib/pkgconfig/libpostproc.pc
>> prefix=/sw
>> exec_prefix=${prefix}
>> libdir=${prefix}/lib
>> includedir=${prefix}/include
>>
>> Name: libpostproc
>> Description: FFmpeg post processing library
>> Version: 51.2.0
>> Requires:
>> Requires.private:
>> Conflicts:
>> Libs: -L${libdir} -lpostproc
>> Libs.private:
>> Cflags: -I${includedir}
>
> is the missing /postproc in the Cflags field possibly the culprit?Yes and no. What is the source of this libpostproc.pc (use 'dpkg -S /sw/lib/pkgconfig/libpostproc.pc' to find out)? Fink's libpostproc.pc from ffmpeg-0.4.20071217 is only at Version: 51.1.0. 51.2.0 comes from (possibly my) not yet released ffmpeg-0.(greater than 4) package. libxine1 has a stated BuildDepends on the old libpostproc-dev, which should give you the right .pc file with the correct Cflags: value, but for some reason it's not being installed. As a temporary workaround, remove use 'fink list postproc' to find all the postproc packages installed, 'fink remove' any that end in -dev, and try building libxine again. Hanspeter ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
