<?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>Cart CGD &#187; Hydrax</title>
	<atom:link href="http://cartcgd.org/blog/tag/hydrax/feed/" rel="self" type="application/rss+xml" />
	<link>http://cartcgd.org/blog</link>
	<description>We&#039;re about making games and art.</description>
	<lastBuildDate>Thu, 22 Sep 2011 17:37:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling Hydrax 0.5</title>
		<link>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/</link>
		<comments>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:25:15 +0000</pubDate>
		<dc:creator>carignan.boy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Hydrax]]></category>
		<category><![CDATA[OGRE]]></category>

		<guid isPermaLink="false">http://cartcgd.org/blog/?p=14</guid>
		<description><![CDATA[Here are some instructions on how to get the libHydrax.so to compile on your system. These instructions work for Ubuntu Linux and the Code::Blocks IDE.]]></description>
			<content:encoded><![CDATA[<p>Here are some instructions on how to get the libHydrax.so to compile on your system. These instructions work for Ubuntu Linux and the Code::Blocks IDE.</p>
<p>start by getting the rar here :</p>
<p>wget http://modclub.rigsofrods.com/xavi/Hydrax-v0.5.rar</p>
<pre>extracted Hydrax-v0.5.rar
open Hydrax/Hydrax.cbp

in projects-&gt;build options
	in Hydrax, compiler settings&gt;other options
	remove -mthreads

	in Hydrax, compiler settings&gt;#defines
	remove WIN32 and _WINDOWS

in projects-&gt;properties
	in the libraries tab
	add OGRE

added file Hydrax.cpp and removed hydrax.cpp from the project
removed Structs.cpp

removed this from linker settings:
-Wl,--enable-runtime-pseudo-reloc
-Wl,--enable-auto-image-base
-Wl,--add-stdcall-alias

apply fix from here
http://www.ogre3d.org/forums/viewtopic.php?p=284091&amp;sid=ce193664e1d3d7c4af509e6f4e2718c6
it's the one where you change things from 1d to 2d etc.

build
compile
copy hydrax.so that was created from
<strong>/wherever/Hydrax-v0.5/Hydrax/bin/Release</strong> into
<strong>/usr/local/lib/</strong> as
<strong>libHydrax.so</strong></pre>
<p>This should score you the library.</p>
<p>More to come on how to get the demo rolling.</p>
]]></content:encoded>
			<wfw:commentRss>http://cartcgd.org/blog/2009/05/29/compiling-hydrax-05/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
