I am running Leopard (although my user account was originally set up in Jaguar), have what I believe to the latest Xcode, X11, fink, git, SVN...
Following the instructions from http://wiki.videolan.org/OSXCompile I have obtained vlc via git, commented out the line in .cshrc to disable fink, restarted Terminal, run the bootstrap under extras/contrib, but when i try to make, I get:
Code: Select all
[MyApple:~/vlc/extras/contrib] jonathanlee% make
make -C src all
rm -rf autoconf || true
bunzip2 -c autoconf-2.61.tar.bz2 | tar xf - --exclude='[*?:<>\|]'
/bin/sh: tar: command not found
make[1]: *** [autoconf] Error 127
make: *** [all] Error 2