<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seven steps &#187; osx</title>
	<atom:link href="http://trevoke.net/blog/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevoke.net/blog</link>
	<description>Martial arts and technology, $DEITY what a mix!</description>
	<lastBuildDate>Fri, 27 Apr 2012 02:32:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Gentoo Prefix on Lion: gettext problem</title>
		<link>http://trevoke.net/blog/2011/08/08/gentoo-prefix-on-lion-gettext-problem/</link>
		<comments>http://trevoke.net/blog/2011/08/08/gentoo-prefix-on-lion-gettext-problem/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 04:04:18 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=290</guid>
		<description><![CDATA[So, you can&#8217;t install gettext? Here&#8217;s a hack to get you past it. do your $ emerge &#8211;oneshot gettext When it&#8217;s all unpacked, Ctrl+z (this will pause the job), go to the work directory, something like this: /Users/you/Gentoo/var/tmp/portage/sys-devel/gettext-0.18.1.1-r2/work/gettext-0.18.1.1 From there, go in here: cd gettext-tools/gnulib-lib and in here.. edit &#8220;stpncpy.c&#8221; with your favorite text editor, <a href='http://trevoke.net/blog/2011/08/08/gentoo-prefix-on-lion-gettext-problem/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So, you can&#8217;t install gettext?<br />
Here&#8217;s a hack to get you past it.<br />
do your<br />
$ emerge &#8211;oneshot gettext</p>
<p>When it&#8217;s all unpacked, Ctrl+z (this will pause the job), go to the work directory, something like this:<br />
/Users/you/Gentoo/var/tmp/portage/sys-devel/gettext-0.18.1.1-r2/work/gettext-0.18.1.1</p>
<p>From there, go in here:<br />
cd gettext-tools/gnulib-lib<br />
and in here..</p>
<p>edit &#8220;stpncpy.c&#8221; with your favorite text editor, find<br />
&#8220;# define __stpncpy stpncpy&#8221;<br />
And add // at the beginning of the line, like so:<br />
&#8220;//# define __stpncpy stpncpy&#8221;</p>
<p>Save and quit, then type &#8220;fg 1&#8243; and return, this will resume the job.</p>
<p>This hack bypasses the stpncpy problem. Someone more serious than me needs to create a new ebuild for this though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2011/08/08/gentoo-prefix-on-lion-gettext-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lisp on OSX</title>
		<link>http://trevoke.net/blog/2009/05/15/lisp-on-osx/</link>
		<comments>http://trevoke.net/blog/2009/05/15/lisp-on-osx/#comments</comments>
		<pubDate>Fri, 15 May 2009 17:32:05 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/2009/05/15/lisp-on-osx/</guid>
		<description><![CDATA[Just a link to a page.. Got me started with barely any trouble (just make sure you know how to read a .emacs file &#8211; I learned on the fly on his page, it wasn&#8217;t too tricky). http://www.david-steuber.com/Lisp/OSX/]]></description>
			<content:encoded><![CDATA[<p>Just a link to a page.. Got me started with barely any trouble (just make sure you know how to read a .emacs file &#8211; I learned on the fly on his page, it wasn&#8217;t too tricky).</p>
<p>http://www.david-steuber.com/Lisp/OSX/</p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/05/15/lisp-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the mysql gem on OSX</title>
		<link>http://trevoke.net/blog/2009/04/17/installing-the-mysql-gem-on-osx/</link>
		<comments>http://trevoke.net/blog/2009/04/17/installing-the-mysql-gem-on-osx/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 03:25:44 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=103</guid>
		<description><![CDATA[Taken straight from this blog in a terminal.. First do a &#8216;locate mysql_config&#8217; and then replace the path in the following command with where that file is. $ sudo gem install mysql &#8212; &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config Building native extensions. This could take a while&#8230; Successfully installed mysql-2.7 1 gem installed]]></description>
			<content:encoded><![CDATA[<p>Taken straight from 
<a  href="http://www.eclips3media.com/workshop/2008/10/installing-the-mysql-gem-on-os-x/" onclick="javascript:pageTracker._trackPageview('/external/www.eclips3media.com/workshop/2008/10/installing-the-mysql-gem-on-os-x/');" >this blog</a></p>
<p>in a terminal.. First do a &#8216;locate mysql_config&#8217; and then replace the path in the following command with where that file is.</p>
<p>$ sudo gem install mysql &#8212; &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config<br />
Building native extensions.  This could take a while&#8230;<br />
Successfully installed mysql-2.7<br />
1 gem installed</p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/04/17/installing-the-mysql-gem-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.270 seconds -->

