<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Ahh, the joys of config...</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">I decided to do an upgrade of my Cygwin environment, kill-and-fill to the very latest available.</FONT>

<BR><FONT FACE="Times New Roman">Gcc 3.4.4, aclocal 1.9, automake 1.9, etc.</FONT>

<BR><FONT FACE="Times New Roman">Kill-and-fill of vlc-trunk from subversion</FONT>

<BR><FONT FACE="Times New Roman">Download and unpack the latest contribs, the January 13 ones from </FONT><A HREF="http://download.videolan.org/pub/testing/win32/contrib-gcc-3.4.4-only/"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://download.videolan.org/pub/testing/win32/contrib-gcc-3.4.4-only/</FONT></U></A></P>

<P><FONT FACE="Times New Roman">Try running my config_setup, which runs bootstrap and then the overall build sequence.</FONT>
</P>

<P><FONT FACE="Times New Roman">Of course, bootstrap fails…</FONT>

<BR><FONT FACE="Times New Roman">It looks like the problem occurs at:</FONT>

<BR><FONT FACE="Times New Roman">                   configure.ac:5163: required file `intl/Makefile.in' not found                                  </FONT>

<BR><FONT FACE="Times New Roman">                   Makefile.am:15: required directory ./intl does not exist</FONT>

<BR><FONT FACE="Times New Roman">There is indeed no intl directory in vlc-trunk</FONT>

<BR><FONT FACE="Times New Roman">Any ideas?</FONT>
</P>

<P><FONT FACE="Times New Roman">+ automake=automake-1.9</FONT>

<BR><FONT FACE="Times New Roman">+ autoconf=autoconf</FONT>

<BR><FONT FACE="Times New Roman">+ autoheader=autoheader</FONT>

<BR><FONT FACE="Times New Roman">+ set +x</FONT>

<BR><FONT FACE="Times New Roman">generating modules/**/Makefile.am and m4/private.m4</FONT>

<BR><FONT FACE="Times New Roman">................................................................. done.</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f aclocal.m4 configure config.log config.h config.h.in</FONT>

<BR><FONT FACE="Times New Roman">+ rm -Rf autom4te.cache</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh</FONT>
</P>

<P><FONT FACE="Times New Roman">+ rm -Rf autotools</FONT>

<BR><FONT FACE="Times New Roman">+ mkdir autotools</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f ltmain.sh libtool ltconfig</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f ABOUT-NLS</FONT>

<BR><FONT FACE="Times New Roman">+ rm -Rf intl</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f stamp-builtin 'stamp-h*' mozilla/stamp-pic</FONT>

<BR><FONT FACE="Times New Roman">+ rm -f vlc-config.in</FONT>

<BR><FONT FACE="Times New Roman">+ printf ''</FONT>

<BR><FONT FACE="Times New Roman">+ '[' yes '!=' yes ']'</FONT>

<BR><FONT FACE="Times New Roman">+ autopoint -f</FONT>

<BR><FONT FACE="Times New Roman">tar: Skipping to next header</FONT>

<BR><FONT FACE="Times New Roman">tar: Archive contains obsolescent base-64 headers</FONT>
</P>

<P><FONT FACE="Times New Roman">gzip: stdin: invalid compressed data--crc error</FONT>
</P>

<P><FONT FACE="Times New Roman">gzip: stdin: invalid compressed data--length error</FONT>

<BR><FONT FACE="Times New Roman">tar: Error exit delayed from previous errors                                                           //Should be harmless -- pretty sure I've seen this before</FONT></P>

<P><FONT FACE="Times New Roman">Copying file ABOUT-NLS</FONT>

<BR><FONT FACE="Times New Roman">+ aclocal-1.9 -I m4</FONT>

<BR><FONT FACE="Times New Roman">/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_L</FONT>

<BR><FONT FACE="Times New Roman">IBMCRYPT                                                                                                     //Should be harmless -- it's a warning type problem</FONT></P>

<P><FONT FACE="Times New Roman">  run info '(automake)Extending aclocal'</FONT>

<BR><FONT FACE="Times New Roman">  or see </FONT><A HREF="http://sources.redhat.com/automake/automake.html#Extending-aclocal"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://sources.redhat.com/automake/automake.html#Extending-aclocal</FONT></U></A>

<BR><FONT FACE="Times New Roman">+ autoconf</FONT>

<BR><FONT FACE="Times New Roman">+ autoheader</FONT>

<BR><FONT FACE="Times New Roman">+ automake-1.9 --add-missing --copy</FONT>

<BR><FONT FACE="Times New Roman">configure.ac: installing `autotools/install-sh'</FONT>

<BR><FONT FACE="Times New Roman">configure.ac: installing `autotools/missing'</FONT>

<BR><FONT FACE="Times New Roman">activex/Makefile.am: installing `autotools/compile'</FONT>

<BR><FONT FACE="Times New Roman">activex/Makefile.am: installing `autotools/depcomp'</FONT>

<BR><FONT FACE="Times New Roman">configure.ac:16: installing `autotools/config.guess'</FONT>

<BR><FONT FACE="Times New Roman">configure.ac:16: installing `autotools/config.sub'</FONT>

<BR><FONT FACE="Times New Roman">configure.ac:5163: required file `intl/Makefile.in' not found                                  //Looks like this is the problem line</FONT></P>

<P><FONT FACE="Times New Roman">Makefile.am:15: required directory ./intl does not exist</FONT>

<BR><FONT FACE="Times New Roman">make: *** No targets specified and no makefile found.  Stop.</FONT>

<BR><FONT FACE="Times New Roman">make: *** No rule to make target `package-win32-base'.  Stop.</FONT>
</P>

</BODY>
</HTML>