<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Adding Gettext Extension for Mac OS X Leopard</title>
	<atom:link href="http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 06 Oct 2008 15:09:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Pedro</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-1091</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Sun, 17 Aug 2008 22:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-1091</guid>
		<description>Hy! I saw a blog where they explained how install GD library on leopard. Here http://www.fernandoalou.com/blog/archivo/2008/08/14/7/instalar-la-libreria-gd-en-leopard/</description>
		<content:encoded><![CDATA[<p>Hy! I saw a blog where they explained how install GD library on leopard. Here <a href="http://www.fernandoalou.com/blog/archivo/2008/08/14/7/instalar-la-libreria-gd-en-leopard/" rel="nofollow">http://www.fernandoalou.com/blog/archivo/2008/08/14/7/instalar-la-libreria-gd-en-leopard/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngelHide</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-982</link>
		<dc:creator>AngelHide</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-982</guid>
		<description>Thank you for this, but it doesn't work for me.
I tried to make it work on leopard 10.5.4 Server.</description>
		<content:encoded><![CDATA[<p>Thank you for this, but it doesn&#8217;t work for me.<br />
I tried to make it work on leopard 10.5.4 Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajia</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-839</link>
		<dc:creator>Ajia</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-839</guid>
		<description>I am working on moving my working l10n web site from Linux machine to Mac OS X 10.5.2.  I am glad to see this instruction.  But while I was trying to "make" php 5.2.5, it failed.  It seems the compiling directory has problem.  Hope I will get some help from here too.  I got:
---------------------------------------------------
Macintosh-6:gettext admin$ sudo make
/bin/sh /SourceCache/php-5.2.5/ext/gettext/libtool --mode=compile gcc  -I. -I/SourceCache/php-5.2.5/ext/gettext -DPHP_ATOM_INC -I/SourceCache/php-5.2.5/ext/gettext/include -I/SourceCache/php-5.2.5/ext/gettext/main -I/SourceCache/php-5.2.5/ext/gettext -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2   -c /SourceCache/php-5.2.5/ext/gettext/gettext.c -o gettext.lo 
mkdir .libs
 gcc -I. -I/SourceCache/php-5.2.5/ext/gettext -DPHP_ATOM_INC -I/SourceCache/php-5.2.5/ext/gettext/include -I/SourceCache/php-5.2.5/ext/gettext/main -I/SourceCache/php-5.2.5/ext/gettext -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /SourceCache/php-5.2.5/ext/gettext/gettext.c  -fno-common -DPIC -o .libs/gettext.o
/SourceCache/php-5.2.5/ext/gettext/gettext.c:35: error: syntax error before numeric constant
......
/SourceCache/php-5.2.5/ext/gettext/gettext.c:41: error: storage class specified for parameter 'ZEND_BEGIN_ARG_INFO'
In file included from /SourceCache/php-5.2.5/ext/gettext/gettext.c:128:
...... ( a lot more)
make: *** [gettext.lo] Error 1</description>
		<content:encoded><![CDATA[<p>I am working on moving my working l10n web site from Linux machine to Mac OS X 10.5.2.  I am glad to see this instruction.  But while I was trying to &#8220;make&#8221; php 5.2.5, it failed.  It seems the compiling directory has problem.  Hope I will get some help from here too.  I got:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Macintosh-6:gettext admin$ sudo make<br />
/bin/sh /SourceCache/php-5.2.5/ext/gettext/libtool &#8211;mode=compile gcc  -I. -I/SourceCache/php-5.2.5/ext/gettext -DPHP_ATOM_INC -I/SourceCache/php-5.2.5/ext/gettext/include -I/SourceCache/php-5.2.5/ext/gettext/main -I/SourceCache/php-5.2.5/ext/gettext -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2   -c /SourceCache/php-5.2.5/ext/gettext/gettext.c -o gettext.lo<br />
mkdir .libs<br />
 gcc -I. -I/SourceCache/php-5.2.5/ext/gettext -DPHP_ATOM_INC -I/SourceCache/php-5.2.5/ext/gettext/include -I/SourceCache/php-5.2.5/ext/gettext/main -I/SourceCache/php-5.2.5/ext/gettext -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /SourceCache/php-5.2.5/ext/gettext/gettext.c  -fno-common -DPIC -o .libs/gettext.o<br />
/SourceCache/php-5.2.5/ext/gettext/gettext.c:35: error: syntax error before numeric constant<br />
&#8230;&#8230;<br />
/SourceCache/php-5.2.5/ext/gettext/gettext.c:41: error: storage class specified for parameter &#8216;ZEND_BEGIN_ARG_INFO&#8217;<br />
In file included from /SourceCache/php-5.2.5/ext/gettext/gettext.c:128:<br />
&#8230;&#8230; ( a lot more)<br />
make: *** [gettext.lo] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-433</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 12 Jun 2008 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-433</guid>
		<description>Well, I feel like a fool. I was using a 64 bit machine and didn't realize it. :) All is well.</description>
		<content:encoded><![CDATA[<p>Well, I feel like a fool. I was using a 64 bit machine and didn&#8217;t realize it. <img src='http://www.kenior.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> All is well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-432</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 12 Jun 2008 15:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-432</guid>
		<description>I just tried these instructions on Leopard (client) and they worked great. I then followed the instructions on Leopard Server and they don't work. I did everything the same, but I do not get gettext support listed when I do a phpinfo!</description>
		<content:encoded><![CDATA[<p>I just tried these instructions on Leopard (client) and they worked great. I then followed the instructions on Leopard Server and they don&#8217;t work. I did everything the same, but I do not get gettext support listed when I do a phpinfo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan X</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-158</link>
		<dc:creator>Ivan X</dc:creator>
		<pubDate>Sun, 04 May 2008 15:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-158</guid>
		<description>This all worked great for me on my MacBook Core 2 Duo (64-bit), but only after I used the longer ./configure mentioned for both gettext and php. I suggest that you modify the original post, because I followed the instructions to the letter and it didn't work until I found the 64-bit instructions in the comments. Thanks for putting this up, I never would have figured it out.</description>
		<content:encoded><![CDATA[<p>This all worked great for me on my MacBook Core 2 Duo (64-bit), but only after I used the longer ./configure mentioned for both gettext and php. I suggest that you modify the original post, because I followed the instructions to the letter and it didn&#8217;t work until I found the 64-bit instructions in the comments. Thanks for putting this up, I never would have figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenior</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-137</link>
		<dc:creator>kenior</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-137</guid>
		<description>@scott

There's no php.ini file by default. so waht you have to do is reanming the php.ini.default to be php.ini

@Richard

yes you are right. I didn't make check but there's no issue without doing that step.</description>
		<content:encoded><![CDATA[<p>@scott</p>
<p>There&#8217;s no php.ini file by default. so waht you have to do is reanming the php.ini.default to be php.ini</p>
<p>@Richard</p>
<p>yes you are right. I didn&#8217;t make check but there&#8217;s no issue without doing that step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AtlasWu</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-136</link>
		<dc:creator>AtlasWu</dc:creator>
		<pubDate>Wed, 16 Apr 2008 04:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-136</guid>
		<description>Not working! I don't know why?</description>
		<content:encoded><![CDATA[<p>Not working! I don&#8217;t know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-139</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 22 Mar 2008 05:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-139</guid>
		<description>I noticed you go right from "make" to "make install" without a "make check."  You have more guts than me, mon ami.

On my Leopard box, for example, gettext compiles without incident, but fails more tests than it passes on a "make check."</description>
		<content:encoded><![CDATA[<p>I noticed you go right from &#8220;make&#8221; to &#8220;make install&#8221; without a &#8220;make check.&#8221;  You have more guts than me, mon ami.</p>
<p>On my Leopard box, for example, gettext compiles without incident, but fails more tests than it passes on a &#8220;make check.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nebur</title>
		<link>http://www.kenior.com/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-132</link>
		<dc:creator>Nebur</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gettext-extension-for-mac-os-x-leopard#comment-132</guid>
		<description>To get thing to work on 10.5 I had to add the

MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure

To both the gettext and the php steps.

In my /etc/php.ini I have not commented out the
     extensions_dir = "./"
directive.

After a "apachectl restart", then everything works fine.</description>
		<content:encoded><![CDATA[<p>To get thing to work on 10.5 I had to add the</p>
<p>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure</p>
<p>To both the gettext and the php steps.</p>
<p>In my /etc/php.ini I have not commented out the<br />
     extensions_dir = &#8220;./&#8221;<br />
directive.</p>
<p>After a &#8220;apachectl restart&#8221;, then everything works fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
