<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>anjuta annoyance</title>
		<link>http://www.allegro.cc/forums/view/587947</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 09 Oct 2006 16:48:06 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hello!</p><p>So, XP decided to take a dive ... fortually I had dualboot with my trustworthy debian and I could retreive my projects.<br />I decided I&#39;d try to code stuff on linux (ooo, scary) ... and, its quite simple actually. I&#39;ve setup allegro and anjuta, I can compile just fine.</p><p>However, there is one thing that gives me the creeps. Whenever I start to debug I get a popup that says 
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
&quot;Error: Failed to read a valid object file image from memory.&quot;
</p></div></div><p>
The program starts just fine, I can debug etc. But damn its annoying to click on &quot;ok&quot; every damn time I start to debug.<br />The debug log gives the same message and above that it points to allegro/system.h line 81. That line is where allegro initializes itself
</p><div class="source-code snippet"><div class="inner"><pre>AL_INLINE<span class="k2">(</span><span class="k1">int</span>, <a href="http://www.allegro.cc/manual/install_allegro" target="_blank"><span class="a">install_allegro</span></a>, <span class="k2">(</span><span class="k1">int</span> system_id, <span class="k1">int</span> <span class="k3">*</span>errno_ptr, AL_M<span class="k2">(</span> ... <span class="k1">and</span> some more irrelevent code<span class="k2">)</span>
</pre></div></div><p>

Ok, so I figure, I need to run allegro debug libraries ...<br />ran ./configure --enable-dbglib=1 &amp;&amp; make &amp;&amp; make install<br />I didn&#39;t get a alld-4.2.0 library??</p><p>What gives? Any suggestions, I&#39;m happy if I can get the damn popup to go away heh.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ixilom)</author>
		<pubDate>Mon, 09 Oct 2006 13:42:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
./configure --enable-dbglib=1 &amp;&amp; make &amp;&amp; make install
</p></div></div><p>

try
</p><div class="source-code snippet"><div class="inner"><pre>.<span class="k3">/</span>configure <span class="k3">&amp;</span><span class="k3">&amp;</span> make DEBUGMODE<span class="k3">=</span><span class="n">1</span> <span class="k3">&amp;</span><span class="k3">&amp;</span> make DEBUGMODE<span class="k3">=</span><span class="n">1</span> install
</pre></div></div><p>

Hopefully all that creepiness will go away <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>ed:<br />and add DEBUGMODE=1 when compiling your source<br />and -lalld when linking</p><p>ed2: I&#39;ve never used --enable-dbglib=1 that way under linux (assuming that&#39;s a valid way) but the other way has always worked for me
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kikabo)</author>
		<pubDate>Mon, 09 Oct 2006 16:15:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I havent done much coding or compiling for that matter on linux, but I&#39;ve never seen anything else than &quot;install&quot; passed as a parameter to make <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p><p>The ./configure --help shows me the switch I mentioned above.<br />Anyways, your way worked. I got the debug libraries ... however, the problem persist. I&#39;ve tried kdevelop and it doesn&#39;t whine about anything, but it has some other annoying &quot;features&quot; to it.</p><p>Its like the swedish saying &quot;pest eller kolera&quot; ... &quot;plague or cholera&quot;, either choice has its own way to screw you.</p><p>Maybe I&#39;ll just have to live with the popup... sorta feels like running some shareware on windows <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ixilom)</author>
		<pubDate>Mon, 09 Oct 2006 16:48:06 +0000</pubDate>
	</item>
</rss>
