On Tuesday 12 April 2005 19:10, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #34932] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34932 > > > > If the user has ICU installed in a location not normally searched by > the compiler, but does specify the location of the icu-config program, > Configure.pl ought to add in the appropriate -I/path/to/icu to > ccflags, if necessary. > > This patch has Configure.pl test if that additional -I flag is needed. > If ICU is found, it first tries to include <unicode/ucnv.h>. If that > fails, then it adds -I $icuheaders to ccflags. Thanks, applied!
> I don't understand ICU on Windows. If anyone could test this patch > there, I'd appreciate it. > > [As an aside: I didn't suggest using icu-config --cppflags because > that's broken in icu-3.2 for Solaris; I've sent an appropriate patch > off to the icu list.] > > Apply with patch -p1. [snip] jens