<!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>VLC and gettext and Cygwin part 2</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">I reverted my Cygwin gettext back to 0.14.1</FONT>

<BR><FONT FACE="Times New Roman">If I use the bootstrap/configure that is supposed to use the extras/contrib packages, I guess it is indeed going to that, and bombing out on the gettext-related stuff.</FONT></P>

<P><FONT FACE="Times New Roman">When I switched to my older copy of the trunk, where I had not built extras/contrib, and used the "old fashioned" bootstrap/configure, directing the build to use the usr/win32 directories, things work.</FONT></P>

<P><FONT FACE="Times New Roman">Following is a short extract from the configure, using the older gettext 14.1 under Cygwin.  The part that does not occur under Cygwin, when using the 14.5 version of gettext, including when using the VLC extras/contrib version 14.5 (best I can tell), is the "Creating directory intl" part -- what you see on the bash shell is the "Copying file ABOUT-NLS", but none of the Creating/copying lines.</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-h1 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: Read 479 bytes from -</FONT>

<BR><FONT FACE="Times New Roman">tar: Error exit delayed from previous errors</FONT>

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

<BR><FONT FACE="Times New Roman">Creating directory intl               THIS PART DOESN'T HAPPEN IF YOU HAVE gettext 14.5 ON CYGWIN</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/ChangeLog</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/Makefile.in</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/VERSION</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/bindtextdom.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/dcgettext.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/dgettext.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/explodename.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/finddomain.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/gettext.c</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/gettextP.h</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/hash-string.h</FONT>

<BR><FONT FACE="Times New Roman">Copying file intl/intl-compat.c</FONT>

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

<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>
</P>

</BODY>
</HTML>