Changes between Initial Version and Version 1 of Ticket #43907


Ignore:
Timestamp:
Jun 5, 2014, 2:18:43 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to spinach@…:

I'm trying to install ICU on my Mac Pro running 10.6.8

I run the following:

sudo port install icu

And was the port then successfully installed?

sudo cp icu4c-4_3_4-src.tar /usr/lib
cd /usr/lib/
sudo tar -xvf sudo cp icu4c-4_3_4-src.tar 
cd /usr/lib/icu/source
sudo chmod +x .runConfigure configure config install-sh

and then when I run

sudo ./runConfigureICU MacOSX

I get the following error

checking for namespace support... no
configure: error: Namespace support is required to build ICU.

Even though it failed, I tried to gnumake check but that also failed too.

I've attached the entire output and any help you can provide is greatly appreciated.

What are you trying to do with these additional commands? The first command, "sudo port install icu", should already have installed icu.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43907

    • Property Port icu added
  • Ticket #43907 – Description

    initial v1  
    1717
    1818and then when I run
     19{{{
    1920sudo ./runConfigureICU MacOSX
     21}}}
    2022
    2123I get the following error
    2224
     25{{{
    2326checking for namespace support... no
    2427configure: error: Namespace support is required to build ICU.
     28}}}
    2529
    2630Even though it failed, I tried to gnumake check but that also failed too.