<!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>Still having problems with autopoint on Cygwin...</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">Hi --</FONT>

<BR><FONT FACE="Times New Roman">I reported this a few months back, still seeing it.</FONT>

<BR><FONT FACE="Times New Roman">I'm running a current Cygwin installation, doing the build of extras/contrib route.</FONT>

<BR><FONT FACE="Times New Roman">After the extras/contrib has been built, I do my bootstrap/configure/make sequence at the main trunk.</FONT>

<BR><FONT FACE="Times New Roman">For some reason the autopoint (that has been built in extras/config) does not work properly -- it isn't copying the various files into the intl directory.</FONT></P>

<P><FONT FACE="Times New Roman">I ended up patching my local copy of autopoint, the one in extras/contrib/bin, using:</FONT>

<BR><FONT FACE="Times New Roman">#MFM addition, at line 417</FONT>

<BR><FONT FACE="Times New Roman">cd "archive"</FONT>

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

<BR><FONT FACE="Times New Roman">cd "intl"</FONT>

<BR><FONT FACE="Times New Roman">for file in `find "$gettext_dir/intl" -type f -print | sed -e "s,^$work_dir/archive/,," | LC_ALL=C sort`; do</FONT>

<BR><FONT FACE="Times New Roman">  cp "$file" .</FONT>

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

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

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

<P><FONT FACE="Times New Roman">(What's wrong is that the autopoint isn't properly creating the intl directory and populating it.  The above is clunky, but what I do to get that necessary directory in place.)</FONT></P>

<P><FONT FACE="Times New Roman">Mark</FONT>
</P>

</BODY>
</HTML>