Postby noreason » 31 Aug 2005 03:06
thx,
during my building ,i used vlc-0.8.2 , released from vlc-0.8.2.tar.bz2 ,instead of vlc-trunk.
in that case i don't have to run get_svn.bat, so i just run the following commands:
$cd vlc-0.8.2
$../config_setup
it stops with the following error information:
Administrator@zhangww ~/vlc-0.8.2
$ ../config_setup
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4'
+ test -d extras/contrib/bin
+ amvers=none
+ automake-1.8 --version
+ amvers=-1.8
+ automake-1.6 --version
+ test -1.8 = none
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.14.1 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=yes
+ aclocal=aclocal-1.8
+ automake=automake-1.8
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
............................................................ 12715 [main] sh 5080 fork_parent: child 34044 died waiting for
longjmp before initialization
./bootstrap: fork: No error
Make: *** No targets specified and no makefile found. Stop.
do you know why?