<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comentários sobre: Instalando o PostgreSQL 8.2 no Mac OS X &#8211; Parte 1</title>
	<atom:link href="http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/</link>
	<description>É para trincar os dentes mesmo!</description>
	<lastBuildDate>Mon, 02 Nov 2009 20:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: ZehRique</title>
		<link>http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-174</link>
		<dc:creator>ZehRique</dc:creator>
		<pubDate>Thu, 24 Jul 2008 20:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-174</guid>
		<description>@Rammses Prateat:

Que bom que você conseguiu. Qualquer novidade poste sim. Os demais visitantes vão agradecer.

Um abraço.

PS: Este post está é muito antigo e não tem a segunda parte. Vou me planejar aqui e reescrever com as novas dicas. ;-)</description>
		<content:encoded><![CDATA[<p>@Rammses Prateat:</p>
<p>Que bom que você conseguiu. Qualquer novidade poste sim. Os demais visitantes vão agradecer.</p>
<p>Um abraço.</p>
<p>PS: Este post está é muito antigo e não tem a segunda parte. Vou me planejar aqui e reescrever com as novas dicas. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rammses Prateat</title>
		<link>http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-173</link>
		<dc:creator>Rammses Prateat</dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-173</guid>
		<description>Obrigado, consegui compilar e gerar o make.
Assim que conseguir terminar toda configuração eu informo.
Abraços</description>
		<content:encoded><![CDATA[<p>Obrigado, consegui compilar e gerar o make.<br />
Assim que conseguir terminar toda configuração eu informo.<br />
Abraços</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: ZehRique</title>
		<link>http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-170</link>
		<dc:creator>ZehRique</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-170</guid>
		<description>@Rammses Prateat:

Fiz uma pequena pesquisa na Internet e encontrei um artigo (em inglês) no site tech-recipes, onde o autor aconselha que se crie uma conta no site de desenvolvedores da Apple e baixe o XCode, que contém o compilador GCC.

Mais detalhes você pode conferir no post: http://www.tech-recipes.com/mac_system_administration_tips726.html</description>
		<content:encoded><![CDATA[<p>@Rammses Prateat:</p>
<p>Fiz uma pequena pesquisa na Internet e encontrei um artigo (em inglês) no site tech-recipes, onde o autor aconselha que se crie uma conta no site de desenvolvedores da Apple e baixe o XCode, que contém o compilador GCC.</p>
<p>Mais detalhes você pode conferir no post: <a href="http://www.tech-recipes.com/mac_system_administration_tips726.html" rel="nofollow">http://www.tech-recipes.com/mac_system_administration_tips726.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rammses Prateat</title>
		<link>http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-169</link>
		<dc:creator>Rammses Prateat</dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://cafecomgelo.wordpress.com/2007/04/10/instalando-o-postgresql-82-no-mac-os-x-parte-1/#comment-169</guid>
		<description>apos o comando : ./configure --with-includes=/sw/include/ --with-libraries=/sw/lib a seguinte mensagem eh retornada: 
checking build system type... i386-apple-darwin9.4.0
checking host system type... i386-apple-darwin9.4.0
checking which template to use... darwin
checking whether to build with 64-bit integer date/time support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for gcc... no
checking for cc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log&#039; for more details.

como adquirir o compilador</description>
		<content:encoded><![CDATA[<p>apos o comando : ./configure &#8211;with-includes=/sw/include/ &#8211;with-libraries=/sw/lib a seguinte mensagem eh retornada:<br />
checking build system type&#8230; i386-apple-darwin9.4.0<br />
checking host system type&#8230; i386-apple-darwin9.4.0<br />
checking which template to use&#8230; darwin<br />
checking whether to build with 64-bit integer date/time support&#8230; no<br />
checking whether NLS is wanted&#8230; no<br />
checking for default port number&#8230; 5432<br />
checking for gcc&#8230; no<br />
checking for cc&#8230; no<br />
configure: error: no acceptable C compiler found in $PATH<br />
See `config.log&#8217; for more details.</p>
<p>como adquirir o compilador</p>
]]></content:encoded>
	</item>
</channel>
</rss>
