<?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>Alberto Bustamante &#187; Mac OS X</title>
	<atom:link href="http://www.albertobustamante.com/blog/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albertobustamante.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 21 May 2010 19:46:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling Erlang on Mac</title>
		<link>http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/</link>
		<comments>http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:38:59 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=99</guid>
		<description><![CDATA[First of all you need to install XCode, because you will need GCC compiler. These are the steps I followed:
1. Download the latest version of Erlang. In my case, it was R13B02-1, so I got a file named otp_src_R13B02-1.tar.gz
2. After decompressing the file:
$ cd otp_src_R12B-2
$. /configure
$ make
$ sudo make install
These are the standard steps, but [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you need to install <a href="http://developer.apple.com/technology/xcode.html">XCode</a>, because you will need GCC compiler. These are the steps I followed:</p>
<p>1. Download the <a href="http://www.erlang.org/download.html">latest version</a> of Erlang. In my case, it was R13B02-1, so I got a file named otp_src_R13B02-1.tar.gz<br />
2. After decompressing the file:</p>
<blockquote><p>$ cd otp_src_R12B-2<br />
$. /configure<br />
$ make<br />
$ sudo make install</p></blockquote>
<p>These are the standard steps, but I had a problem with the &#8220;make&#8221; command. I got the following error:</p>
<blockquote><p>gen/wxe_events.cpp: In function ‘void initEventTable()’:<br />
gen/wxe_events.cpp:277: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_DOWN’ was not declared in this scope<br />
gen/wxe_events.cpp:278: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_UP’ was not declared in this scope<br />
gen/wxe_events.cpp:279: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_DOWN’ was not declared in this scope<br />
gen/wxe_events.cpp:280: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_UP’ was not declared in this scope<br />
gen/wxe_events.cpp:281: error: ‘wxEVT_COMMAND_AUINOTEBOOK_PAGE_CLOSED’ was not declared in this scope<br />
gen/wxe_events.cpp:282: error: ‘wxEVT_COMMAND_AUINOTEBOOK_DRAG_DONE’ was not declared in this scope<br />
gen/wxe_events.cpp:283: error: ‘wxEVT_COMMAND_AUINOTEBOOK_BG_DCLICK’ was not declared in this scope<br />
make[4]: *** [i386-apple-darwin9.8.0/wxe_events.o] Error 1<br />
make[3]: *** [release] Error 2<br />
make[2]: *** [release] Error 2<br />
make[1]: *** [release] Error 2<br />
make: *** [install.libs] Error 2</p></blockquote>
<p>The solution was to build Erlang without wxwidget support, so the steps I followed were:</p>
<blockquote><p>$ cd otp_src_R12B-2<br />
$. /configure<br />
<b>$ touch lib/wx/SKIP</b><br />
$ make<br />
$ sudo make install</p></blockquote>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/" rel="bookmark" class="crp_title">Fixing Wordpress Error 406</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/" rel="bookmark" class="crp_title">Showing hidden files in Leopard</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/" rel="bookmark" class="crp_title">How to edit PATH variable on Mac</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix the Home and End keys in OS X</title>
		<link>http://www.albertobustamante.com/blog/2009/07/fix-the-home-and-end-keys-in-os-x/</link>
		<comments>http://www.albertobustamante.com/blog/2009/07/fix-the-home-and-end-keys-in-os-x/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 14:53:46 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[end key]]></category>
		<category><![CDATA[home key]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=90</guid>
		<description><![CDATA[There is one thing I dont like about Mac OS X: the behaviour of the Home, End, PagUp and PagDown keys. I you want the same behaviour than a Windows or Linux computer, open a text editor and write this:
{
“\UF729″ = “moveToBeginningOfLine:”;
“$\UF729″ = “moveToBeginningOfLineAndModifySelection:”;
“\UF72B” = “moveToEndOfLine:”;
“$\UF72B” = “moveToEndOfLineAndModifySelection:”;
“\UF72C” = “pageUp:”;
“\UF72D” = “pageDown:”;
}
Save the file as [...]]]></description>
			<content:encoded><![CDATA[<p>There is one thing I dont like about Mac OS X: the behaviour of the Home, End, PagUp and PagDown keys. I you want the same behaviour than a Windows or Linux computer, open a text editor and write this:</p>
<blockquote><p>{<br />
“\UF729″ = “moveToBeginningOfLine:”;<br />
“$\UF729″ = “moveToBeginningOfLineAndModifySelection:”;<br />
“\UF72B” = “moveToEndOfLine:”;<br />
“$\UF72B” = “moveToEndOfLineAndModifySelection:”;<br />
“\UF72C” = “pageUp:”;<br />
“\UF72D” = “pageDown:”;<br />
}</p></blockquote>
<p>Save the file as <strong>DefaultKeyBinding.dict</strong> into your <strong>~/Library/KeyBindings</strong> directory and reboot your Mac.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/" rel="bookmark" class="crp_title">How to edit PATH variable on Mac</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/" rel="bookmark" class="crp_title">Fixing Wordpress Error 406</a></li><li><a href="http://www.albertobustamante.com/blog/2009/06/the-class-javautilproperties/" rel="bookmark" class="crp_title">The Class java.util.Properties</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/07/fix-the-home-and-end-keys-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing hidden files in Leopard</title>
		<link>http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/</link>
		<comments>http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:19:11 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[hidden files]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=85</guid>
		<description><![CDATA[I&#8217;ve found a very useful widget. It adds a button to your dashboard to easily show or hide the hidden files in your system. Install it, press &#8220;Show&#8221;, and you will see your hidden files in Finder.

Related Posts:Compiling Erlang on MacFixing Wordpress Error 500Solving problems with SubversionThe appropriate termJScrollPane, JTable and horizontal scroll]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a <a href="http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html">very useful widget</a>. It adds a button to your dashboard to easily show or hide the hidden files in your system. Install it, press &#8220;Show&#8221;, and you will see your hidden files in Finder.<br />
<center><a href="http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html"><img src="http://images.apple.com/downloads/dashboard/developer/images/hiddenfiles_20081028122333.jpg" alt="Dashboard widget" /></a></center></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/" rel="bookmark" class="crp_title">Compiling Erlang on Mac</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/05/the-appropiate-term/" rel="bookmark" class="crp_title">The appropriate term</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/jscrollpane-jtable-and-horizontal-scroll/" rel="bookmark" class="crp_title">JScrollPane, JTable and horizontal scroll</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to edit PATH variable on Mac</title>
		<link>http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/</link>
		<comments>http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/#comments</comments>
		<pubDate>Sat, 23 May 2009 20:11:19 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=62</guid>
		<description><![CDATA[If you need to change your PATH variables (or another environment variable, as CLASSPATH) on a Mac OS X, you need to edit a file called .profile located in your home directory. Open a terminal window and type:
open -e ~/.profile
In case you dont have a .profile file, you have to create it:
touch ~/.profile
You have to [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to change your PATH variables (or another environment variable, as CLASSPATH) on a Mac OS X, you need to edit a file called .profile located in your home directory. Open a terminal window and type:</p>
<blockquote><p>open -e ~/.profile</p></blockquote>
<p>In case you dont have a .profile file, you have to create it:</p>
<blockquote><p>touch ~/.profile</p></blockquote>
<p>You have to include a line like this:</p>
<blockquote><p>export PATH=(path-you-want-to-add):$PATH</p></blockquote>
<p>For example, lets imagine you want to add the file whatever.jar, located in your Documents folder. You would write:</p>
<blockquote><p>export PATH=~/Documents/whatever.jar:$PATH</p></blockquote>
<p>Easy, isnt it?</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/" rel="bookmark" class="crp_title">Fixing Wordpress Error 406</a></li><li><a href="http://www.albertobustamante.com/blog/2009/07/fix-the-home-and-end-keys-in-os-x/" rel="bookmark" class="crp_title">Fix the Home and End keys in OS X</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/06/the-class-javautilproperties/" rel="bookmark" class="crp_title">The Class java.util.Properties</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
