<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Hi, my name is Benry.</title><generator>Tumblr (3.0; @benryyip)</generator><link>http://blog.benryyip.com/</link><item><title>Reminder (Always) Needed</title><description>&lt;blockquote&gt;
  &lt;p&gt;And he said to her, “Your sins are forgiven.” Then those who were at table with him began to say among themselves, “Who is this, who even forgives sins?” And he said to the woman, “Your faith has saved you; go in peace.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;(&lt;a href="http://www.gnpcb.org/esv/search/?q=luke+7:48-50" title="Luke 7:48-50 (ESV)" target="_blank"&gt;Luke 7:48-50&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;These words are so powerful when we realize that they were said to us as truly as they were said to the &lt;a href="http://www.gnpcb.org/esv/search/?q=luke+7:36-50" title="Luke 7:36-50 (ESV)" target="_blank"&gt;Sinful Woman&lt;/a&gt; two-thousand years ago.&lt;/p&gt;

&lt;p&gt;In order to love with great love a reminder is always needed to know that we are forgiven with great forgiveness even though &lt;a href="http://www.gnpcb.org/esv/search/?q=luke+7:47" title="Luke 7:47(ESV)" target="_blank"&gt;our sins are many&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;“Sinner, your new name is Christian; now, go into peace.”&lt;/p&gt;</description><link>http://blog.benryyip.com/post/332104476</link><guid>http://blog.benryyip.com/post/332104476</guid><pubDate>Wed, 13 Jan 2010 02:59:00 -0600</pubDate><category>qt</category><category>luke</category><category>forgiveness</category></item><item><title>Installing lc3db on Leopard</title><description>&lt;p&gt;I had to modify some stuff from Dr. Fussell’s &lt;a href="http://www.cs.utexas.edu/users/fussell/cs310/simulator/lc3db/index.html#download" target="_blank"&gt;lc3db distribution&lt;/a&gt; in order to install it, so I thought I’d write up the changes for anyone else using OSX.&lt;/p&gt;

&lt;p&gt;First things first - you’ll need ddd (for the gui if you want to use it) and help2man installed before compiling lc3db. My best suggestion would be to use &lt;a href="http://www.macports.org/" target="_blank"&gt;MacPorts&lt;/a&gt;. Once you’ve got that setup, just type into Terminal (without the $’s):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ sudo port install ddd
$ sudo port install help2man
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Alright, next download &lt;a href="http://www.cs.utexas.edu/users/fussell/cs310/simulator/lc3db/lc3db-1.0.tgz" target="_blank"&gt;lc3db&lt;/a&gt;. In Terminal, go to wherever it’s saved, for example, if ~/Downloads is where the file is&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ cd ~/Downloads
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and then extract it using tar:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ tar -xzvf lc3db-1.0.tgz
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;After you’ve done that, &lt;em&gt;cd&lt;/em&gt; into the new &lt;strong&gt;lc3db-1.0&lt;/strong&gt; directory and configure your install by typing in:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ./configure
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now, in &lt;strong&gt;lc3db-1.0/src&lt;/strong&gt; there is a file called &lt;strong&gt;lc3.f&lt;/strong&gt;. On line 55, there should be:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#include &lt;malloc.h&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Change this line in any text editor to read:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#include &lt;malloc/malloc.h&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and then save.&lt;/p&gt;

&lt;p&gt;The next change will be in the &lt;strong&gt;lc3db-1.0&lt;/strong&gt; directory in the file &lt;strong&gt;Makefile&lt;/strong&gt;. Open up &lt;strong&gt;Makefile&lt;/strong&gt; and wherever you see (lines 47 to 50):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;install -D
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;delete the “-D“‘s until all of those look like:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;install
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;make expects the GNU version of make instead of the BSD version, so we can just dump out all of those “-D“‘s.&lt;/p&gt;

&lt;p&gt;The last thing we have to do is create the directory where make dumps the man pages. In Terminal, type:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ sudo mkdir /usr/local/share/man/man1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;For anyone new to Terminal, sudo lets you do something as a superuser so it’ll require your administrator password.&lt;/p&gt;

&lt;p&gt;Okay, so after you’ve made all those changes, you can install lc3db by typing into your Terminal:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ sudo make install
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And there you have it.&lt;/p&gt;</description><link>http://blog.benryyip.com/post/29313391</link><guid>http://blog.benryyip.com/post/29313391</guid><pubDate>Wed, 19 Mar 2008 14:36:00 -0500</pubDate></item></channel></rss>
