[ http://issues.apache.org/jira/browse/XERCESC-1611?page=comments#action_12418538 ]
David Bertoni commented on XERCESC-1611: ---------------------------------------- The DLLs are placed in the lib directory only if you build the ICU using the CYGWIN option. If you build using the IDE, then they will be in the bin directory. Given that, I'm not sure if we can incorporate such a patch, or that this is really a bug. > packageBinaries.pl does not look in appropriate directory for dlls in one spot > ------------------------------------------------------------------------------ > > Key: XERCESC-1611 > URL: http://issues.apache.org/jira/browse/XERCESC-1611 > Project: Xerces-C++ > Type: Bug > Components: Build > Versions: 2.7.0 > Reporter: Philip Schlesinger > > diff: > 383,384c383,384 > < psystem("cp -fv $ICUROOT/bin/icuuc32.dll $targetdir/bin"); > < psystem("cp -fv $ICUROOT/bin/icuuc32d.dll $targetdir/bin"); > --- > > psystem("cp -fv $ICUROOT/lib/icuuc34.dll $targetdir/bin"); > > psystem("cp -fv $ICUROOT/lib/icuuc34d.dll $targetdir/bin"); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
