Opened 10 years ago

Last modified 10 years ago

#43907 closed defect

ICU Namespace support error — at Version 1

Reported by: spinach@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc:
Port: icu

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hey all,

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

I run the following:

sudo port install icu
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.

Thanks.

Change History (2)

Changed 10 years ago by spinach@…

Attachment: code.txt added

Output of ICU installation.

comment:1 in reply to:  description Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: icu added

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.

Note: See TracTickets for help on using tickets.