[vlc-devel] Extras/contrib/faac?

Mark Moriarty mfmbusiness at earthlink.net
Sun Sep 16 02:58:28 CEST 2007


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070915/4ce3775a/attachment.html>


More information about the vlc-devel mailing list