[tlbuild] Failure in building TL2009 on Cygwin (ICU)

Ken Brown kbrow1i at gmail.com
Sun Jun 7 15:02:56 CEST 2009


On 6/7/2009 8:44 AM, Angelo Graziosi wrote:
> Angelo Graziosi ha scritto:
>> After the merging to trunk of ICU patches, the build fails as follows:
> 
> Now after a fresh checkout it has been completed with 307 binaries 
> installed.
> 
> Now that the ICU patches have been applied,...

First, thanks for applying the patches, Jonathan.  I have one trivial 
remark.  It looks like you applied an early version of the ICU patch 
rather than the one I sent you privately on May 19.  I had made a stupid 
typo in that early version, which requires the following additional 
patch to fix:

--- ICUFeatures.h.orig  2009-06-07 08:52:55.862203200 -0400
+++ ICUFeatures.h       2009-06-07 08:54:27.143459200 -0400
@@ -4,8 +4,8 @@
   *
   */

-#ifndef __TLFEATURES_H
-#define __TLFEATURES_H
+#ifndef __ICUFEATURES_H
+#define __ICUFEATURES_H

  /**
   * \file

The typo is actually harmless and has no effect on the build, but it 
would be confusing to anyone looking at the file.

Thanks.

Ken


More information about the tlbuild mailing list