[vlc-devel] Ahh, the joys of config...

Mark Moriarty mfmbusiness at earthlink.net
Sat Jan 28 13:51:35 CET 2006


I decided to do an upgrade of my Cygwin environment, kill-and-fill to the
very latest available.
Gcc 3.4.4, aclocal 1.9, automake 1.9, etc.
Kill-and-fill of vlc-trunk from subversion
Download and unpack the latest contribs, the January 13 ones from
http://download.videolan.org/pub/testing/win32/contrib-gcc-3.4.4-only/
Try running my config_setup, which runs bootstrap and then the overall build
sequence.

Of course, bootstrap fails.
It looks like the problem occurs at:
                   configure.ac:5163: required file `intl/Makefile.in' not
found                                  
                   Makefile.am:15: required directory ./intl does not exist
There is indeed no intl directory in vlc-trunk
Any ideas?

+ automake=automake-1.9
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
................................................................. done.
+ rm -f aclocal.m4 configure config.log config.h config.h.in
+ rm -Rf autom4te.cache
+ rm -f config.guess config.sub missing mkinstalldirs compile depcomp
install-sh

+ rm -Rf autotools
+ mkdir autotools
+ rm -f ltmain.sh libtool ltconfig
+ rm -f ABOUT-NLS
+ rm -Rf intl
+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
+ rm -f stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ autopoint -f
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Error exit delayed from previous errors
//Should be harmless -- pretty sure I've seen this before
Copying file ABOUT-NLS
+ aclocal-1.9 -I m4
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_L
IBMCRYPT
//Should be harmless -- it's a warning type problem
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ autoconf
+ autoheader
+ automake-1.9 --add-missing --copy
configure.ac: installing `autotools/install-sh'
configure.ac: installing `autotools/missing'
activex/Makefile.am: installing `autotools/compile'
activex/Makefile.am: installing `autotools/depcomp'
configure.ac:16: installing `autotools/config.guess'
configure.ac:16: installing `autotools/config.sub'
configure.ac:5163: required file `intl/Makefile.in' not found
//Looks like this is the problem line
Makefile.am:15: required directory ./intl does not exist
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `package-win32-base'.  Stop.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060128/08640c15/attachment.html>


More information about the vlc-devel mailing list