Re: [PATCH] Getting ICU to build on OS X

2003-10-03 Thread Michael Scott
I just heard from Steven R. Loomis (ICU) about this. They have a better 
solution which will go into ICU 2.8.

For those interested, it turns out that gcc -MMD writes out the 
dependency file by itself, therefore redirecting stdout, which contains 
preprocessed text, to the file was wrong.

Here's the new patch.



mh-darwin.patch
Description: Binary data




Re: [PATCH] Getting ICU to build on OS X

2003-09-29 Thread Michael Scott
I had submitted this last month, but could neither find where I'd saved 
the bug number, nor see any reference to it on ICU, so I resubmitted it 
as bug 3287 and in the process came across the initial submission, bug 
3211. No doubt this will get it patched twice as fast, eventually.

Mike

On Monday, Sep 29, 2003, at 03:02 Europe/Berlin, Robert wrote:

Please also send a copy of this to the ICU developers.  (See the ICU 
website/documentation.)

We need to try and make as few changes as possible to ICU, or it will 
become a _nightmare_ to maintain.  By making sure our local changes 
get sent upstreadm it will keep our life simpler in the future.

-R

Michael Scott (via RT) wrote:
# New Ticket Created by  Michael Scott # Please include the string:  
[perl #24043]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24043 
This patch gets ICU to build on Mac OS X. It works around a gcc -E 
-MMD bug.
-- attachment  1 
--
url: http://rt.perl.org/rt2/attach/65328/48724/2c2ce5/mh-darwin.patch






Re: [PATCH] Getting ICU to build on OS X

2003-09-28 Thread Robert
Please also send a copy of this to the ICU developers.  (See the ICU 
website/documentation.)

We need to try and make as few changes as possible to ICU, or it will 
become a _nightmare_ to maintain.  By making sure our local changes get 
sent upstreadm it will keep our life simpler in the future.

-R

Michael Scott (via RT) wrote:
# New Ticket Created by  Michael Scott 
# Please include the string:  [perl #24043]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24043 

This patch gets ICU to build on Mac OS X. It works around a gcc -E -MMD 
bug.



-- attachment  1 --
url: http://rt.perl.org/rt2/attach/65328/48724/2c2ce5/mh-darwin.patch





[perl #24043] [PATCH] Getting ICU to build on OS X

2003-09-26 Thread via RT
# New Ticket Created by  Michael Scott 
# Please include the string:  [perl #24043]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24043 


This patch gets ICU to build on Mac OS X. It works around a gcc -E -MMD 
bug.



-- attachment  1 --
url: http://rt.perl.org/rt2/attach/65328/48724/2c2ce5/mh-darwin.patch



mh-darwin.patch
Description: mh-darwin.patch