<?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>RangelReale.com</title>
	<atom:link href="http://www.rangelreale.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rangelreale.com</link>
	<description>Personal site</description>
	<lastBuildDate>Sat, 05 Sep 2009 17:41:06 +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>Dae Jang Geum HQ subs fix</title>
		<link>http://www.rangelreale.com/2009/09/dae-jang-geum-hq-subs-fix</link>
		<comments>http://www.rangelreale.com/2009/09/dae-jang-geum-hq-subs-fix#comments</comments>
		<pubDate>Sat, 05 Sep 2009 17:41:06 +0000</pubDate>
		<dc:creator>rangelreale</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[asian drama]]></category>

		<guid isPermaLink="false">http://www.rangelreale.com/?p=52</guid>
		<description><![CDATA[
I fixed the aznv &#8220;Dae Jang Geum&#8221; korean series subtitles to match the HQ video files available at AvistaZ.
You can download it here:
Dae.Jang.Geum-Episode.DVDrip.XviD-aznV-subs
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-53" href="http://www.rangelreale.com/2009/09/dae-jang-geum-hq-subs-fix/daejanggeum2"><img class="alignnone size-full wp-image-53" title="Dae Jang Geum" src="http://www.rangelreale.com/wp-content/uploads/2009/09/daejanggeum2.jpg" alt="Dae Jang Geum" width="500" height="432" /></a></p>
<p>I fixed the aznv &#8220;Dae Jang Geum&#8221; korean series subtitles to match the HQ video files available at <a href="http://bt.avistaz.com/torrents.php?search=dae+jang+geum&amp;category=0&amp;active=0&amp;options=0" target="_blank">AvistaZ</a>.</p>
<p>You can download it here:</p>
<p><a rel="attachment wp-att-54" href="http://www.rangelreale.com/2009/09/dae-jang-geum-hq-subs-fix/dae-jang-geum-episode-dvdrip-xvid-aznv-subs">Dae.Jang.Geum-Episode.DVDrip.XviD-aznV-subs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rangelreale.com/2009/09/dae-jang-geum-hq-subs-fix/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Compile recipes: boost</title>
		<link>http://www.rangelreale.com/2009/09/compile-recipes-boost</link>
		<comments>http://www.rangelreale.com/2009/09/compile-recipes-boost#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:14:55 +0000</pubDate>
		<dc:creator>rangelreale</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[compile recipes]]></category>

		<guid isPermaLink="false">http://www.rangelreale.com/?p=43</guid>
		<description><![CDATA[MSVC:
(using MSVC command prompt)
# cd &#60;BOOST_ROOT&#62;
# cd tools\jam\src
# build.bat
# cd ..\..\..
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=debug threading=multi link=static stage
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=release threading=multi link=static stage
GP2X in Windows:
(using msys)
# cd &#60;BOOST_ROOT&#62;
# cd tools/jam/src
# ./build.sh
# cd ../../..
* replace line on user-config.jam
using gcc : 4.0.2arm : arm-linux-g++.exe : &#60;root&#62;/c/devkitGP2X &#60;target-os&#62;unix ;
* edit tools/build/v2/tools/gcc.jam, comment line:
flags gcc OPTIONS &#60;threading&#62;multi : -mthreads [...]]]></description>
			<content:encoded><![CDATA[<h3>MSVC:</h3>
<p>(using MSVC command prompt)</p>
<p># cd &lt;BOOST_ROOT&gt;<br />
# cd tools\jam\src<br />
# build.bat<br />
# cd ..\..\..<br />
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=debug threading=multi link=static stage<br />
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=release threading=multi link=static stage</p>
<h3>GP2X in Windows:</h3>
<p>(using msys)</p>
<p># cd &lt;BOOST_ROOT&gt;<br />
# cd tools/jam/src<br />
# ./build.sh<br />
# cd ../../..<br />
* replace line on user-config.jam<br />
using gcc : 4.0.2arm : arm-linux-g++.exe : &lt;root&gt;/c/devkitGP2X &lt;target-os&gt;unix ;<br />
* edit tools/build/v2/tools/gcc.jam, comment line:<br />
flags gcc OPTIONS &lt;threading&gt;multi : -mthreads ;<br />
# tools/jam/src/bin.ntx86/bjam &#8211;user-config=user-config.jam toolset=gcc variant=release threading=multi link=static stage</p>
<h3>GP2x in Linux:</h3>
<p># cd &lt;BOOST_ROOT&gt;<br />
# cd tools/jam/src<br />
# ./build.sh<br />
# cd ../../..<br />
* &lt;load GP2X environment vars&gt;<br />
* replace line on user-config.jam<br />
using gcc : 4.0.2arm : arm-open2x-linux-g++ : &lt;root&gt;/opt/open2x &lt;target-os&gt;unix ;<br />
# tools/jam/src/bin.linuxx86/bjam &#8211;user-config=user-config.jam toolset=gcc variant=release threading=multi link=static stage</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rangelreale.com/2009/09/compile-recipes-boost/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>zziplib symbian port</title>
		<link>http://www.rangelreale.com/2009/08/zziplib-symbian-port</link>
		<comments>http://www.rangelreale.com/2009/08/zziplib-symbian-port#comments</comments>
		<pubDate>Mon, 24 Aug 2009 22:46:39 +0000</pubDate>
		<dc:creator>rangelreale</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[s60]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.rangelreale.com/?p=34</guid>
		<description><![CDATA[For my Game &#38; Watch S60 port I needed zziplib. I created some Symbian project files, compiled it with the S60 tools, and it worked!
I submitted it to the zziplib author, it is now included with the main release, in the &#8220;ports&#8221; subdirectory. I am attaching it here too, just unzip it on the top [...]]]></description>
			<content:encoded><![CDATA[<p>For my Game &amp; Watch S60 port I needed zziplib. I created some Symbian project files, compiled it with the S60 tools, and it worked!</p>
<p>I submitted it to the zziplib author, it is now included with the main release, in the &#8220;ports&#8221; subdirectory. I am attaching it here too, just unzip it on the top zziplib directory, and build the &#8220;symbian&#8221; folder with the S60 SDK.</p>
<p>Download: <a href="http://www.rangelreale.com/wp-content/uploads/2009/08/zziplib-symbian.zip">zziplib-symbian.zip</a></p>
<p>I tested it only on the 3rd edition SDK, but it should work on all SDKs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rangelreale.com/2009/08/zziplib-symbian-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
