Re: Xcode 4.2 users: does your xgettext work?

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 01:34, Andrea D'Amore wrote: By the way I just noticed my default compiler is still llvm-gcc-4.2 even if I updated XCode via App Store a few days ago. Seems once you download the update you still have to run Install XCode.app by hand. Indeed, as it says here:

Xcode 4.2 users: does your xgettext work?

2011-11-09 Thread Ryan Schmidt
If you have Xcode 4.2 final, and compiled the gettext port using that version, can you test if it works? Just run xgettext with no arguments and let me know what happens. If it's working you should see: xgettext: no input file given Try `xgettext --help' for more information. If it's broken

Re: Xcode 4.2 users: does your xgettext work?

2011-11-09 Thread Titus von Boxberg
Am 09.11.2011 um 19:21 schrieb Ryan Schmidt: If you have Xcode 4.2 final, and compiled the gettext port using that version, can you test if it works? Just run xgettext with no arguments and let me know what happens. If it's working you should see: xgettext: no input file given Try

Re: Xcode 4.2 users: does your xgettext work?

2011-11-09 Thread Blair Zajac
On 11/09/2011 10:21 AM, Ryan Schmidt wrote: If you have Xcode 4.2 final, and compiled the gettext port using that version, can you test if it works? Just run xgettext with no arguments and let me know what happens. If it's working you should see: xgettext: no input file given Try `xgettext

Re: Xcode 4.2 users: does your xgettext work?

2011-11-09 Thread Andrea D'Amore
On Wed, Nov 9, 2011 at 21:20, Blair Zajac bl...@orcaware.com wrote: I opened the /Developer/About XCode.pdf, says it's 4.2, so I did a I'd rather open XCode.app and call about dialog or run 'xcodebuild -version' at shell prompt. By the way I just noticed my default compiler is still