[Ffmpeg-devel] Mac Os X issues

carboncopy public carboncopy.public
Fri Dec 23 12:33:08 CET 2005


On 12/23/05, carboncopy public <carboncopy.public at gmail.com> wrote:
> On 12/23/05, carboncopy public <carboncopy.public at gmail.com> wrote:
> > On 12/23/05, Diego Biurrun <diego at biurrun.de> wrote:
> > > On Fri, Dec 23, 2005 at 11:13:14AM +0800, carboncopy public wrote:
> > > > On 12/22/05, Diego Biurrun <diego at biurrun.de> wrote:
> > > > > On Thu, Dec 22, 2005 at 07:02:58PM +0800, carboncopy public wrote:
> > > > > >
> > > > > > Any idea why zlib get drop out?
> > > > >
> > > > > You don't have zlib installed.
> > > >
> > > > I am certain I have zlib 1.2.3 installed.
> > > >
> > > > I even tried 'hacking' the config.h with #define CONFIG_ZLIB 1
> > >
> > > Does it work if you also edit config.mak by hand?
> > >
> > No it does not work. Same error.
> >
> > > Find out why the zlib test in configure fails for you.
> > >
> > > Diego
> >
> > Will try. Any hints on how and where I should look?
> >
> > By the way, I did download zlib source and compile without using
> > darwinports. Came up with the same error.
> >
> Well, I am looking in configure script, looking to how and what $zlib
> is being assigned. Maybe i'll echo it out everytime it is being used
> and after
>


zlib condition 1 - yes
zlib condition 2 - yes
zlib condition 3 - no
zlib condition 4 - no

zlib checking fails here :

echo zlib condition 2 - $zlib
if test "$zlib" = "yes"; then
# check for zlib - mmu_man
cat > $TMPC << EOF
#include <zlib.h>
int main ( void ) {
if (zlibVersion() != ZLIB_VERSION)
   puts("zlib version differs !!!");
   return 1;
return 0;
}
EOF
$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
# $TMPE 2> /dev/null > /dev/null || zlib="no"
# XXX: more tests needed - runtime test
fi
echo zlib condition 3 - $zlib





More information about the ffmpeg-devel mailing list