View Single Post
  #1 (permalink)  
Old 01-31-2004
benoit's Avatar
benoit benoit is offline
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,560
Patch to build Ice-1.2.0 on MacOS X 10.3

Here's a patch to build Ice-1.2.0 on Mac OS X 10.3.x! To apply the patch:
  • Unpack Ice, tar -zxvf Ice-1.2.0.tar.gz
  • Unzip the patch, gunzip macosx.patch.gz
  • Apply the patch: cd Ice-1.2.0; patch -p1 < macosx.patch

Then, follow the instructions from the INSTALL.MACOSX file in the top level directory of your patched Ice distribution. Let me know if you have any issues with this patch!

Benoit.
Attached Files
File Type: gz macosx.patch.gz (5.3 KB, 136 views)
Reply With Quote