Voodooprojects

Chameleon => General Discussion => Topic started by: adsfman on September 13, 2012, 11:02:54 PM

Title: Package Installer Resources
Post by: adsfman 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.
Title: Re: Package Installer Resources
Post by: Blackosx 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 (http://forum.voodooprojects.org/index.php/topic,1521.msg11674.html#msg11674).
Title: Re: Package Installer Resources
Post by: adsfman on October 15, 2012, 08:55:35 PM
Ahh, OK. Thank you for the link. I can now compile the PKG installer without issues.