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.
]]>