<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>HOW TO INSTALL ALLEGRO5</title>
		<link>http://www.allegro.cc/forums/view/609280</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 18 Jan 2012 23:25:27 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I have allegro5 library i want to install it in dev cpp 4.9.9.2 but i unabled.plz can anybody help me
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (sunil kumar)</author>
		<pubDate>Thu, 12 Jan 2012 16:51:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><ul><li><p><a href="http://blog.vucica.net/2011/01/reasons-against-advising-beginners-to-use-dev-c-in-2011.html">Don&#39;t use Dev-Cpp</a>. Causes more problems than it solves. Use <a href="http://www.codeblocks.org/">Code::Blocks</a> instead. It&#39;s as beginner friendly as Dev-C++ and much better.</p><br /></li><li><p>You can choose to either build Allegro 5 from source or use precompiled binaries(recommended for beginners). For using the binaries, go <a href="http://www.allegro.cc/files/">here</a> and download the binaries for your compiler(if you&#39;re unsure, just pick the <a href="http://static.allegro.cc/file/library/allegro/5.0.5/allegro-5.0.5-mingw-3.4.5.zip">lowest version for mingw</a>, it should work fine).</p><br /></li><li><p>Follow the instructions from this <a href="http://wiki.allegro.cc/index.php?title=Windows_Vista,_Code::Blocks_10.05_and_Allegro_5">wiki tutorial</a>. Note that the precompiled binaries include an special allegro lib called &quot;monolith&quot; version, which will link ALL the allegro libraries(addons as well) so you don&#39;t have to even bother with all those linker options. Makes it much easier to distribute your game as well if you&#39;re using dynamic linking, just gotta bundle the monolith dll with it.
</p></li></ul></div>]]>
		</description>
		<author>no-reply@allegro.cc (Dario ff)</author>
		<pubDate>Thu, 12 Jan 2012 19:14:34 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Better yet, skip Dev-C++, skip Code::Blocks and use free <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express">Visual C++ 2010 Express</a>.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (simast)</author>
		<pubDate>Thu, 12 Jan 2012 20:02:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I feel <a href="http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express">this version</a> is still better than 2010.  Maybe the 2011 or 2012 version will have caught up, but I&#39;d go with 2008 for now.  The focus of the 2010 version was porting it to .NET. In that process, some things (like performance) were lost. Yay for Microsoft dogfooding .NET <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (torhu)</author>
		<pubDate>Thu, 12 Jan 2012 20:10:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I prefer Code::Blocks when I just need to code a little application, since it doesn&#39;t take as much time as MSVC to boot up, and the building time is way faster. It wasn&#39;t so bad with 2008.</p><p>I also recommended C::B because it seems the OP was going for mingw as compiler using Dev-C++. You can also open your .cbp projects on Linux. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Dario ff)</author>
		<pubDate>Thu, 12 Jan 2012 20:14:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I had a lot of issues with Visual C++ 2010 Express until Service Pack 1 was released. After SP1 it&#39;s rock solid for me. Sure it&#39;s using way too much RAM and 2008-&gt;2010 WPF rewrite was kind of a lame marketing thing, BUT. What you get with Visual C++ 2010 Express is the latest MSVC compiler with some great C++11 support (like &quot;auto&quot; keyword and built-in smart pointers).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (simast)</author>
		<pubDate>Thu, 12 Jan 2012 23:38:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve been trying to ditch Dev-C++ in favour of Code::Blocks but I can&#39;t get it to freaking work. I&#39;ve linked to everything properly, added all the linker and compiler options like the guide on the wiki said to do (and all in the correct order), yet when I build any Allegro project I get a crapload of &quot;undefined reference&quot; errors. And yes, I am including the proper headers. Honestly, I can live with bugged code completion and lack of code folding as long as I can make a project that will actually build properly.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Fri, 13 Jan 2012 10:51:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/943884#target">MusiclyInspired</a> said:</div><div class="quote"><p>I&#39;ve been trying to ditch Dev-C++ in favour of Code::Blocks but I can&#39;t get it to freaking work. I&#39;ve linked to everything properly, added all the linker and compiler options like the guide on the wiki said to do (and all in the correct order), yet when I build any Allegro project I get a crapload of &quot;undefined reference&quot; errors. And yes, I am including the proper headers. Honestly, I can live with bugged code completion and lack of code folding as long as I can make a project that will actually build properly.</p></div></div><p>

Are you using the precompiled binaries? If so, just link like this(in case of doing dynamic linking)<br /><span class="remote-thumbnail"><span class="json">{"name":"605409","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/3\/f\/3f08402d94ee044151f88719bc49ec79.png","w":574,"h":293,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/3\/f\/3f08402d94ee044151f88719bc49ec79"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/3/f/3f08402d94ee044151f88719bc49ec79-240.jpg" alt="605409" width="240" height="122" /></span></p><p>And you&#39;re good to go. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> The monolith version links all relevant addons you&#39;ll probably need.</p><p>Just don&#39;t add the -lib prefix when adding manually to the linker options list and it should work fine.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Dario ff)</author>
		<pubDate>Fri, 13 Jan 2012 18:55:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Doesn&#39;t help. Same thing. I&#39;m doing it static linked, does that make any difference? I can&#39;t stand doing dynamic linking.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Sat, 14 Jan 2012 01:48:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Have you tried #define ALLEGRO_STATICLINK?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (simast)</author>
		<pubDate>Sat, 14 Jan 2012 02:11:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Sat, 14 Jan 2012 02:22:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The problem with static linking is that you have to manually link all the libraries used by all of your static libraries.</p><p>Add these to your linking options :
</p><pre>
-ldumb
-lFLAC
-lvorbisfile
-lvorbis
PATH/TO/freetype.a
-logg
-lz
-lgdiplus
-luuid
-lkernel32
-lwinmm
-lpsapi
-lopengl32
-lglu32
-luser32
-lcomdlg32
-lgdi32
-lshell32
-lole32
-ladvapi32
-lws2_32
-lshlwapi
</pre><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sat, 14 Jan 2012 02:53:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Why is that necessary for Code::Blocks and not Dev-C++? Anyway, I don&#39;t seem to have freetype.a. If I can compile statically linked in Dev-C++ without it, why do I have to compile it with it in CB?</p><p>So far all I&#39;m getting with CB is more headaches than Dev-C++ ever gave me. It&#39;s also giving me errors about not being able to find flac, zlip, vorbis, vorbisfile, ogg, or dumb.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Sun, 15 Jan 2012 10:52:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944161#target">MusiclyInspired</a> said:</div><div class="quote"><p>  If I can compile statically linked in Dev-C++ without it, why do I have to compile it with it in CB?</p></div></div><p>That&#39;s like complaining your brand new car doesn&#39;t have those little vent windows like the clapped out &#39;72 Chevy you previously had.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Sun, 15 Jan 2012 15:18:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You compile statically the same way whether you are using DevC++ or C::B or MSVC or whatever else. If you link statically, then you have to link to the windows libraries that allegro uses, as well as the addon dependencies.</p><p>My guess is that you were never compiling statically to begin with.</p><p>Re freetype.a - if you didn&#39;t compile allegro with the ttf font addon, then you don&#39;t need it. If you did, then you need to find the freetype library. Either rename it to libfreetype.a and put it in mingw/bin or use the full path to it.</p><p>Re missing libraries - it all depends on which libraries and which addons were used to build A5 with. If support for a particular addon wasn&#39;t compiled into allegro, then you don&#39;t need to link to it.</p><p>Best bet is to start over, download the binaries for A5.0.5, set your project&#39;s search directories for includes and link libraries and use the monolith library provided by A5.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sun, 15 Jan 2012 23:19:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve started over about 5 times now. I am using 5.0.5, I have all the includes included, and I have compiled statically in the past with the same setup in Dev-C++. I&#39;ve taken the resulting compiled program and ran it without any DLLs present in the program folder or the system folder on a separate system. It&#39;s statically linked. My guess is something else is going wrong here because all this extra work isn&#39;t getting me anywhere closer to the solution, when far less was required of me to get everything working in Dev-C++. I&#39;m also using the monolith library.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 02:00:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944161#target">MusiclyInspired</a> said:</div><div class="quote"><p>
It&#39;s also giving me errors about not being able to find flac, zlip, vorbis, vorbisfile, ogg, or dumb.
</p></div></div><p>
They are named differently in the binary distribution of allegro, with the same naming conventions as Allegro. So the list I gave you earlier is not accurate for working with the binary distribution of A5. If you had built it from source it would work, but you didn&#39;t, and if you&#39;re having this much trouble, I recommend you save that option for later.</p><p>If you followed this guide <br />(<a href="http://wiki.allegro.cc/index.php?title=Windows_Vista,_Code::Blocks_10.05_and_Allegro_5">http://wiki.allegro.cc/index.php?title=Windows_Vista,_Code::Blocks_10.05_and_Allegro_5</a>)<br />exactly, then everything should be working perfectly to static link with allegro 5 in C::B.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 02:25:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ah, I see. No, I didn&#39;t compile it myself. I downloaded the binaries.</p><p>That wiki guide is what I started with in the beginning and that guide gets me all those undefined reference errors.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 05:47:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Then you haven&#39;t set your linker options correctly.</p><p>Menu-&gt;Project-&gt;Build Options-&gt;[Select build type]-&gt;Linker Settings-&gt;Link Libraries Tab-&gt;Add the libraries listed on the wiki</p><p>Make sure the libraries you add match the libraries that came with your binary distribution (depends on which release you downloaded).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 05:54:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, it&#39;s all there. Just like the wiki. This is what I&#39;m getting:</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>..\..\allegro-5.0.5-mingw-4.5.2\lib\liballegro-5.0.5-static-mt.a(d3d_disp.o):d3d_disp.cpp:(.eh_frame+0x12)||undefined reference to `__gxx_personality_v0&#39;|<br />..\..\allegro-5.0.5-mingw-4.5.2\lib\liballegro_image-5.0.5-static-mt.a(gdiplus.o):gdiplus.cpp:(.eh_frame+0x12)||undefined reference to `__gxx_personality_v0&#39;|<br />c:\mingw\lib\libstdc++.a(new_op.o):new_op.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(new_op.o):new_op.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(new_op.o):new_op.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_personality.o):eh_personality.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_throw.o):eh_throw.cc|| undefined reference to `__w32_sharedptr_unexpected&#39;|<br />c:\mingw\lib\libstdc++.a(eh_throw.o):eh_throw.cc|| undefined reference to `__w32_sharedptr_terminate&#39;|<br />c:\mingw\lib\libstdc++.a(eh_throw.o):eh_throw.cc|| undefined reference to `_Unwind_SjLj_RaiseException&#39;|<br />c:\mingw\lib\libstdc++.a(eh_throw.o):eh_throw.cc|| undefined reference to `_Unwind_SjLj_Resume_or_Rethrow&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_alloc.o):eh_alloc.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_terminate.o):eh_terminate.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_terminate.o):eh_terminate.cc|| undefined reference to `__w32_sharedptr_terminate&#39;|<br />c:\mingw\lib\libstdc++.a(eh_terminate.o):eh_terminate.cc|| undefined reference to `__w32_sharedptr_unexpected&#39;|<br />c:\mingw\lib\libstdc++.a(eh_terminate.o):eh_terminate.cc|| undefined reference to `__w32_sharedptr_terminate&#39;|<br />c:\mingw\lib\libstdc++.a(eh_terminate.o):eh_terminate.cc|| undefined reference to `__w32_sharedptr_unexpected&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_globals.o):eh_globals.cc|| undefined reference to `__w32_sharedptr&#39;|<br />c:\mingw\lib\libstdc++.a(eh_catch.o):eh_catch.cc|| undefined reference to `_Unwind_SjLj_Register&#39;|<br />c:\mingw\lib\libstdc++.a(eh_catch.o):eh_catch.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_catch.o):eh_catch.cc|| undefined reference to `_Unwind_SjLj_Unregister&#39;|<br />c:\mingw\lib\libstdc++.a(eh_catch.o):eh_catch.cc|| undefined reference to `_Unwind_SjLj_Resume&#39;|<br />||=== Build finished: 46 errors, 0 warnings ===|
</p></div></div><p>

And I get the same thing if I use the individual libraries as opposed to the monolith.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 06:02:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh, that crap.</p><p>I think it&#39;s something to do with choosing between -md or -mt and linking with MinGW&#39;s C runtimes. Are you using the -md libraries? They should be dynamically linked with the c runtime.</p><p>OR, since it&#39;s talking about libstdc++.a, it might mean you have to link with -lgcc_eh.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 06:08:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m using the &quot;static-mt&quot; libraries, like the wiki says. And I have this in my linker options:</p><p>-lgcc_eh<br />-static-libgcc<br />-static-libstdc++</p><p>Again, like the wiki says. Should I try using the md&#39;s?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 06:12:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/manual/5/install/windows.html">A5 installation guide</a> said:</div><div class="quote"><p>
MT vs MD</p><p>These options affect how the compiler links to the standard C library. The MT version includes it as part of the executable. The MD version leaves it out, and requires you to also include the appropriate system DLLs when you distribute your program.
</p></div></div><p>
So -mt means the allegro libraries are already linked to MinGW&#39;s c runtime, so in that case, you don&#39;t need to link using -static-libgcc or -static-libstdc++ and you should let MinGW link to the c runtime dynamically in your program as well.</p><p>And -md means they weren&#39;t linked to the c runtime, so in that case you could do it either way.</p><p>Since you are using -mt I don&#39;t think the errors you are getting are due to the c runtime.</p><p>Which version of MinGW are you using? Does it match the version of Allegro you downloaded?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 08:27:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Those errors are from using a different version of gcc than the one used to compile Allegro. What does gcc -v say and what exact binary package did you download?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Mon, 16 Jan 2012 08:36:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I have MinGW 4.6.1.</p><p>I realize that&#39;s not what the latest Allegro binaries were compiled for but I did what the wiki told me to and followed the instructions to install MinGW. I searched for a version of MinGW 4.5.2 everywhere but it&#39;s impossible to find. Do I have to go through the grueling process of compiling Allegro manually with 4.6.1? (something I also tried to do at one point and gave up in frustration)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 09:09:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I don&#39;t know, I haven&#39;t used 4.6.1 yet. It might work with the 4.5.x binaries but if that&#39;s what you&#39;re using I guess not. One other possibility with those errors is that you&#39;re compiling C code as C++ or vice versa.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Mon, 16 Jan 2012 09:19:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Depending on which addons you need, compiling A5 from source isn&#39;t as bad as it sounds. The hard part is compiling things like Vorbis / Ogg, which you need MSYS for.</p><p>A5 itself :
</p><pre>
cd allegro
mkdir build
cd build
cmake -G &quot;MinGW Makefiles&quot; -DCMAKE_BUILD_TYPE=Release ..
mingw32-make
mingw32-make install
</pre><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 10:27:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well then, until somebody compiles new binaries the current ones listed on the website are pretty useless as there are no previous versions of MinGW available anywhere that I can find.</p><p>I&#39;d like to have every feature available in Allegro. I&#39;ll definitely be using Vorbis among other things so I&#39;d have to compile it with everything, which is why I gave up previously. I&#39;ve used MSys before but not CMake. And the instructions for building the source were very vague or outdated. Like most information on Allegro, it seems. Unfortunate, because it&#39;s such a great library.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 11:36:30 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944265#target">MusiclyInspired</a> said:</div><div class="quote"><p> And the instructions for building the source were very vague or outdated.</p></div></div><p>Can you point to anything specific with regards to building <i>allegro</i> itself? If there are problems, we&#39;d like to fix them.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 16 Jan 2012 12:36:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Just what&#39;s in the readme.txt. It&#39;s just really unhelpful. All it says is that you need to have CMake. Doesn&#39;t say how to use it or what commands to type in or anything. Unless I&#39;m missing something.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Mon, 16 Jan 2012 12:57:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944269#target">Thomas Fjellstrom</a> said:</div><div class="quote"><p> Can you point to anything specific with regards to building allegro itself? 
</p></div></div><p>The problem is people expect the Allegro instructions to tell them how to use their operating system and tools, which is unrealistic. Instructions that say the following should be sufficient:</p><p>Here are the list of dependencies:
</p><ul><li><p>libpng (website)
</p></li><li><p>libjpeg (website)
</p></li><li><p>...</p></li></ul><p>Here are some cmake options:</p><ul><li><p>-DSHARED=off/on
</p></li><li><p>-DCMAKE_BUILD_TYPE=Release/Debug</p></li></ul><ol><li><p>Install the dependencies that you want.</p><br /></li><li><p>Install cmake.</p><br /></li><li><p>Open a terminal at the location where you extracted Allegro&#39;s source</p><br /></li><li><p>Create a build directory, change into it, and run <tt>cmake ..</tt> (See options listed above.)</p><br /></li><li><p>Run the makefile or open up the generated project file, whichever is applicable.</p><br /></li><li><p>Use pkg-config to link on Linux/OS X. On Windows, just link to the appropriate lib/a files that you are using.</p><br /></li><li><p>See the API documentation for how to use Allegro.</p></li></ol><p>If you cannot follow those instructions, then you should just read books like <i>Surfing the Internet for Dummies</i>, <i>CMake for Dummies</i>, <i>Windows for Dummies</i>, <i>MSVC for Dummies</i>, or <i>Code::Blocks for Dummies</i> until your knowledge is sufficient.</p><p>As I&#39;ve said before, it&#39;s like buying a car and assuming the owner&#39;s manual explains how to drive.</p><p>If people want to write walkthrough tutorials on the wiki, then that is great. I have no objections. But of course it doesn&#39;t solve the actual problem of a person&#39;s incompetence since they are just copy/pasting things without learning what they are doing.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Mon, 16 Jan 2012 13:01:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/943784#target">torhu</a> said:</div><div class="quote"><p>I feel this version [www.microsoft.com] is still better than 2010. Maybe the 2011 or 2012 version will have caught up, but I&#39;d go with 2008 for now. The focus of the 2010 version was porting it to .NET. In that process, some things (like performance) were lost. Yay for Microsoft dogfooding .NET </p></div></div><p>
Maybe you guys have moved past this already, but I just want to say I agree with torhu that VC++2008 is better than 2010. (VC++2010 is <u>slow</u>.)</p><p>In my personal opinion, the ranking of current IDEs is something like this:
</p><ol><li><p><a href="http://qt.nokia.com/downloads/downloads#qt-creator">Qt Creator</a>
</p></li><li><p><a href="http://msdn.microsoft.com/en-us/express/future/bb421473">VC++2008</a>
</p></li><li><p>VC++2010
</p></li><li><p>Code::Blocks</p></li></ol><p>To be honest, it&#39;s always been a puzzle to me why Code::Blocks is so popular on this forum. Last time I tried it, I thought it was painfully bad. That was probably a couple of years ago now - I expect it would have improved since then, but it would need to have improved a <i>lot</i> to get close to the top two on my list. And yet somehow whenever someone asks about IDEs, Code::Blocks always gets the most recommendations.</p><p>(By the way, I don&#39;t use Qt itself; I only use the IDE.)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Karadoc ~~)</author>
		<pubDate>Mon, 16 Jan 2012 13:04:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944272#target">Karadoc ~~</a> said:</div><div class="quote"><p> In my personal opinion, the ranking of current IDEs is something like this:
</p></div></div><p>MSVC 2010 plays nicer with the system DLLs (than 2008). But yeah, I&#39;ve noticed that it is slower and seems to have less functionality. Probably par for the course.</p><p>I&#39;ve been using Geany on Ubuntu as a code editor. So far I&#39;ve got no complaints. I haven&#39;t actually tried it as an IDE yet.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Mon, 16 Jan 2012 13:08:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944270#target">MusiclyInspired</a> said:</div><div class="quote"><p> Just what&#39;s in the readme.txt. It&#39;s just really unhelpful. All it says is that you need to have CMake. Doesn&#39;t say how to use it or what commands to type in or anything. Unless I&#39;m missing something.</p></div></div><p>Take very careful what I&#39;m going to tell you, I have used Allegro 5.0.4 with MinGW 4.6.1 with no problem, I don&#39;t know if these things could change from system to system, but I really doubt it. However, if you want to build Allegro, in the Wiki there is a tutorial explaining how to do it, it&#39;s about A5.1 but it&#39;s practically the same. I really don&#39;t recommend you to do it, you must be probably very tired/bored by now, so this could be even worse, the first thing you need to learn about this world is that you need a lot of patient. Think that the tutorial you&#39;re reading has been read by a lot of people, and just few of them have complaining about it, but none of them had a problem with MinGW 4.6.1, think that you would be the first one with this issue, so I know a lot of people have told you this, but you must be doing something wrong. I&#39;m going to try it again on my computer later on, and tell you if I had any problem with M4.6.1 and A5.0.5</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944271#target">Matthew Leverton</a> said:</div><div class="quote"><p> As I&#39;ve said before, it&#39;s like buying a car and assuming the owner&#39;s manual explains how to drive.</p></div></div><p>Well it&#39;s true that people need to learn a little bit the tools they&#39;re going to be using, it&#39;s not only about C/C++ and Code::Blocks, you also need to know these tiny tools to compile libraries and other things. However, when you create something you want people learn how to use it, the more info you give them, the better. Telling to someone to install cmake, open it, configure and build Allegro and that&#39;s it, it is a lie.</p><p>There is a lot of trouble when building Allegro:</p><ul><li><p>The little changes you need to do to the FLAC library.
</p></li><li><p>Using the dynamic or static libraries of each dependency?
</p></li><li><p>On Windows you need MYSY and not the normal console.
</p></li><li><p>You don&#39;t need the entire distribution of directX.
</p></li><li><p>OpenAL-soft, is not the same than OpenAL.
</p></li><li><p>OpenAL-soft is not able to find the DirectX in the Deps folder so you need to put it inside the MinGW folder directly.
</p></li><li><p>When building Allegro 5.1 I need to link in all my projects to &quot;OpenAL.a&quot; because the unique way I can compile it is dynamically with an import library.</p></li></ul><p>So yhea, it&#39;s not as easy as the tiny and beauty README file says, but fortunately all the info is already on the web, if you know how to use the tools you can do it.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p> If people want to write walkthrough tutorials on the wiki, then that is great. I have no objections. But of course it doesn&#39;t solve the actual problem of a person&#39;s incompetence since they are just copy/pasting things without learning what they are doing.</p></div></div><p>It&#39;s not the same when you start driving a car for first time, without to even have seen someone driving it, than if some one tells you how to do it first and then is your turn, so I think that by seeing a walkthrough could make you understand a lot of things. Sometimes you need to see it in practice to get it.</p><p>It&#39;s true, the developer doesn&#39;t need to explain how to use the tools. However some developers do it, and I consider it as a &quot;extra&quot; point to them.</p><p><b>Edit:</b> I have tried again with MinGW 4.6.1 and Allegro 5.0.4 (I thought I had 5.0.5) and it works fine...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (AMCerasoli)</author>
		<pubDate>Mon, 16 Jan 2012 18:05:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/609280/944265#target">MusiclyInspired</a> said:</div><div class="quote"><p>
Well then, until somebody compiles new binaries the current ones listed on the website are pretty useless as there are no previous versions of MinGW available anywhere that I can find.
</p></div></div><p>
You can download everything you need for MinGW 4.5.0 manually from Sourceforge. Go to the MinGW website and then click on downloads. See the instructions for manual installation here :<br /><a href="http://www.mingw.org/wiki/InstallationHOWTOforMinGW">http://www.mingw.org/wiki/InstallationHOWTOforMinGW</a></p><p>And, since it works for AMCerasoli, there must be something else wrong.</p><p>I would try the static-md versions. They haven&#39;t been linked to the c runtime, and it may remove the errors you are getting. Also, you can try moving -lgcc_eh after the -static-libgcc and -static-libstdc++ options. gcc is pissy about the order you link in.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 16 Jan 2012 23:52:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There definitely should be older versions of mingw at <a href="http://sourceforge.net/projects/mingw">http://sourceforge.net/projects/mingw</a>. If you search for them. Last time I checked they always kept all of the old versions around.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Mon, 16 Jan 2012 23:59:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There are previous versions there but 4.5.2 is not among them.</p><p>Thanks for your help, everybody. I&#39;ll give it another try in the next few days. I&#39;m not &quot;tired/bored&quot; with it, I was just a little frustrated with the lack of directions. And a specific version of MinGW.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MusiclyInspired)</author>
		<pubDate>Wed, 18 Jan 2012 23:25:27 +0000</pubDate>
	</item>
</rss>
