[vlc-devel] Extras/contrib/faac?
Mark Moriarty
mfmbusiness at earthlink.net
Sun Sep 16 12:48:44 CEST 2007
Apologies -- it's actually ending up making the faac directory OK, then
bombs on the attempt to add the patch.
Mark Moriarty a écrit :
> Cygwin, WinXP:
>
> rm -rf faac || true
> gunzip -c faac-1.25.tar.gz | tar xf - --exclude='[*?:<>\|]'
> mv faac-1.25 faac || true
> mv: cannot stat `faac-1.25': No such file or directory touch faac
> patch -p0 < Patches/faac.patch patching file faac/bootstrap Hunk #1
> FAILED at 1.
> 1 out of 1 hunk FAILED -- saving rejects to file faac/bootstrap.rej
> make[2]: *** [faac] Error 1
> make[2]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib'
> make: *** [all] Error 2
>
> Bootstrap.rej shows:
> ***************
> *** 1,6 ****
> #! /bin/sh
>
> - aclocal -I .
> autoheader
> if test "`uname -s`" = Darwin; then
> glibtoolize --automake
> --- 1,6 ----
> #! /bin/sh
>
> + aclocal -I /usr/share/aclocal
> autoheader
> if test "`uname -s`" = Darwin; then
> glibtoolize --automake
>
> Suggestions?
>
> Thanks.
More information about the vlc-devel
mailing list