I’ve packaged this up as an installer Gon, try that.
Argentina_DST_Update.pkg
Thanks in advance!
]]>Thank you very much! It worked perfect!
I was looking for a solution since three weeks.
Thanks again…
]]>I’d suggest you first check if the new ICU was installed correctly, run the following
ls -l /usr/share/icu/icudt40l.dat
if it says “No such file or directory”, or if the date on the file is wrong (not the date you compiled it), then that’s the problem.
Maybe try downloading the ICU tarball for 10.5.8 instead
curl -O http://www.opensource.apple.com/tarballs/ICU/ICU-8.11.4.tar.gz
And proceed with the remainder of the instructions as above. I don’t know if it’ll work, but you may have better luck.
I installed Xcode and run these commands:
./runConfigureICU MacOSX –with-data-packaging=archive
gnumake
sudo install -o root -g wheel -m 0644 -Sp data/out/icudt40l.dat /usr/share/icu/icudt40l.dat
Then I restarted my Mac and still have the wrong time.
I don’t know what is happening, can you help me, please?
Thanks.
]]>The strange thing is that I have wrong time only on the Menu Bar. Correct time is showed on my widgets and, on the zdump.
Do you think I have to compile ICU? Is this the only way? I’m asking because I never compile a thing.
Right now I’m downloading the Xcode (w/ iPhone sdk). I think this is what I need for my MacOS10.5.8.
Can you send me the rights commands?
Thanks again,
Pablo
]]>You’ll need to download and install Xcode to compile ICU.
hth.
]]>$ zdump America/Argentina/Buenos_Aires
America/Argentina/Buenos_Aires Mon Jan 25 02:07:44 2010 ART
(no ARST time)
But, when I enter the next commands, this is what I get:
$ ./runConfigureICU MacOSX –with-data-packaging=archive
Running ./configure –with-data-packaging=archive for MacOS X (Darwin) using the GNU C++ compiler
checking for ICU version numbers… release 4.0, library 40.0
checking build system type… i386-apple-darwin9.8.0
checking host system type… i386-apple-darwin9.8.0
checking for gcc… no
checking for cc… no
checking for cc… no
checking for cl… no
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details.
If the result of the above commands looks okay to you, go to the directory
source in the ICU distribution to build ICU. Please remember that ICU needs
GNU make to build properly…
I’m new to MacOS, so please tell me what I have to do.
Thank you.
Pablo
]]>Thank you very much for the file! Works perfect!!!!
Best Regards,
Lionel
]]>