Author Topic: Package Installer Resources  (Read 3497 times)

0 Members and 1 Guest are viewing this topic.

adsfman

  • Entrant
  • Posts: 7
Package Installer Resources
« on: September 13, 2012, 11:02:54 PM »
Hi,
I am trying to compile the Chameleon 2.1 PKG installer from source. I can compile it, but I see this...
Code: [Select]
========= Translating Resources ========
Error: failed to execute 'msgmerge -U po/ar.po po/chameleon.pot --lang=ar --previous --backup=none': No such file or directory.
It still compiles, but the resource files are missing. I am running OS X Lion 10.7.4 with Xcode 4.4.1 in case that helps.

Blackosx

  • Forum Moderator
  • Posts: 1150
Re: Package Installer Resources
« Reply #1 on: September 16, 2012, 08:08:43 PM »
The issue is with Xcode 4.4 as the package installer compiles fine in 10.7.3 with Xcode 4.3.3.
EDIT: Yes, I also see the missing Resources when compiling in 10.7.3 with Xcode 4.3.3. /sym/package/Chameleon/Resources folder only contains the background.tiff and the en.lproj folder with the License.rtf only???

EDIT: Ah.. I remember now... you need to install some extra stuff.. See this conversation with JrCs.
« Last Edit: September 16, 2012, 11:04:50 PM by Blackosx »
10.10.5 / 10.11 GM1 | Asus Maximum IV Gene-Z | i7-2600 3.40GHz | 4GB | Radeon 5770 1GB

adsfman

  • Entrant
  • Posts: 7
Re: Package Installer Resources
« Reply #2 on: October 15, 2012, 08:55:35 PM »
Ahh, OK. Thank you for the link. I can now compile the PKG installer without issues.