<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>OSX Snow Leopard</title>
		<link>http://www.allegro.cc/forums/view/605512</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Tue, 23 Nov 2010 07:37:38 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I upgraded from Leopard to Snow Leopard. When I tried to compile any of my previously-working projects, I get several warnings and a compile error:
</p><pre class="terminal scroll">liballeg-main.a, file was built for unsupported file format which is not the architecture being linked (x86_64)
liballeg.dylib, file was built for i386 which is not the architecture being linked (x86_64)

Undefined symbols:
  &quot;_main&quot;, referenced from:
      start in crt1.10.6.o
     (maybe you meant: __mangled_main_address, _mangled_main()     )
  &quot;_allegro_message&quot;, referenced from:
      _mangled_main()     in cc8qamGn.o
  &quot;__install_allegro_version_check&quot;, referenced from:
      _mangled_main()     in cc8qamGn.o
ld: symbol(s) not found
collect2: ld returned 1 exit status</pre><p>

This is the file I&#39;m trying to compile:
</p><div class="source-code"><div class="toolbar"><span class="button numbers"><b>#</b></span><span class="button select">Select</span><span class="button expand">Expand</span></div><div class="inner"><span class="number">  1</span>
<span class="number">  2</span><span class="p">#include &lt;allegro.h&gt;</span>
<span class="number">  3</span>
<span class="number">  4</span><span class="k1">int</span> main<span class="k2">(</span><span class="k2">)</span>
<span class="number">  5</span><span class="k2">{</span>
<span class="number">  6</span>  <a href="http://www.allegro.cc/manual/allegro_init" target="_blank"><span class="a">allegro_init</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<span class="number">  7</span>
<span class="number">  8</span>  <a href="http://www.allegro.cc/manual/allegro_message" target="_blank"><span class="a">allegro_message</span></a><span class="k2">(</span><span class="s">"Output!"</span><span class="k2">)</span><span class="k2">;</span>
<span class="number">  9</span>
<span class="number"> 10</span>  <span class="k1">return</span> <span class="n">0</span><span class="k2">;</span>
<span class="number"> 11</span><span class="k2">}</span> <a href="http://www.allegro.cc/manual/END_OF_MAIN" target="_blank"><span class="a">END_OF_MAIN</span></a><span class="k2">(</span><span class="k2">)</span>
</div></div><p>

And this is the command-line arguments I&#39;m using:
</p><pre class="terminal">g++ test00.cpp `allegro-config --libs`</pre><p>
where <span class="source-code">`allegro-config <span class="k3">-</span><span class="k3">-</span>libs`</span> expands to:
</p><pre class="terminal">-L~/usr/local/lib -framework Cocoa -lalleg-main -lalleg</pre><p>

So I blew away the entire drive, reinstalled Mac OSX Snow Leopard from disk, installed (and updated) XCode and X11, and followed the suggestions on the following pages in various orders, but with the same results.
</p><ul><li><p><a href="http://www.allegro.cc/forums/thread/604122">604122</a></p></li><li><p><a href="http://wiki.allegro.cc/index.php?title=Install_Allegro5_From_SVN/OSX">wiki#1</a></p></li><li><p><a href="http://wiki.allegro.cc/index.php?title=Install_Allegro5_From_SVN">wiki#2</a></p></li></ul><p>

I&#39;ve also used MacPorts and hoped it would work for me with both of these variations:
</p><pre class="terminal">sudo port install allegro
sudo port install allegro +univeral</pre><p>

I&#39;ve tried installing to the following directories as well (by redefining the <span class="source-code">CMAKE_INSTALL_PREFIX</span> in cmake/ccmake):
</p><pre class="terminal">/usr/local
/opt/local
~/usr/local
~/opt/local</pre><p>

I&#39;m at a loss, and getting annoyed that I can no longer compile Allegro projects anymore.  Any suggestions? I&#39;ll give screen dumps if you want them.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Thu, 11 Nov 2010 10:42:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>This is Allegro 5 you&#39;re trying to use?  `allegro-config --libs` is for 4.4x and below, isn&#39;t it?  My command line to compile 4.9+ looks more like<br />gcc -s -O2 -Wall myprog.c -o myprog `pkg-config --libs allegro_audio-4.9`
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Thu, 11 Nov 2010 10:49:49 +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/605512/889850#target">Arthur Kalliokoski</a> said:</div><div class="quote"><p> This is Allegro 5 you&#39;re trying to use?</p></div></div><p>It&#39;s not, based on the test-code snippet he pasted.</p><p>edit: if it was the cmake reference that made you think it might be A5, A4.4 uses cmake as well.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Thu, 11 Nov 2010 10:52:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The first link he posted said: &quot;Anyway, yes, pre-4.9 Allegro is limited to 32 bit on OS X.&quot;</p><p><a href="http://www.allegro.cc/forums/thread/604122/866489#target">http://www.allegro.cc/forums/thread/604122/866489#target</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Thu, 11 Nov 2010 10:55:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The answer is here:
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/605512/889849#target">OnlineCop</a> said:</div><div class="quote"><p>liballeg-main.a, file was built for unsupported file format which is not the architecture being linked (x86_64)<br />liballeg.dylib, file was built for i386 which is not the architecture being linked (x86_64)
</p></div></div><p>
Default compiler output changed for Snow Leopard, from 32 bit to 64 bit. Allegro 4, unfortunately, can only be compiled in 32 bit because it uses deprecated APIs that are only available in 32 bit.<br />Set the compiler to compile your project in 32 bit mode (-m32) and everything will be fine.</p><p>Or upgrade to Allegro 5, which doesn&#39;t have the issue (but does have an entirely new API).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Thu, 11 Nov 2010 10:58:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Most of the projects I&#39;ve got on my plate still run off of 4.4 and earler <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" /> so I&#39;m running into this issue.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/605512/889853#target">Evert</a> said:</div><div class="quote"><p>Set the compiler to compile your project in 32 bit mode (-m32) and everything will be fine.</p></div></div><p>
Is it as simple as that? Update my various Makefiles (or reconfigure cmake to include this flag) for each project and try again to see if this resolves the issue?</p><p>I tried compiling for this, and it didn&#39;t throw up any compiler errors. Kudos!</p><p>It doesn&#39;t run, with a &quot;</p><pre class="terminal">dyld: Library not loaded: liballeg.4.4.dylib</pre><p>&quot; error, but that may just be that I need to update my paths.</p><p>Thanks, Evert!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Thu, 11 Nov 2010 19:25:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey hey remember when I couldn&#39;t get any Allegro 4 program to compile on my Mac at school? Yeah it was Snow Leopard. Maybe I should try it again.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Fri, 12 Nov 2010 21:01:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I tried installing Allegro from the SVN checkout (changing the install path through ccmake from <span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span>local</span> to <span class="source-code"><span class="k3">/</span>opt<span class="k3">/</span>local</span>).</p><p>I had already added <span class="source-code"><span class="k3">/</span>opt<span class="k3">/</span>local</span> to my various paths:
</p><div class="source-code snippet"><div class="inner"><pre>set CPLUS_INCLUDE_PATH<span class="k3">=</span>$CPLUS_INCLUDE_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>include
set C_INCLUDE_PATH<span class="k3">=</span>$C_INCLUDE_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>include
set LD_LIBRARY_PATH<span class="k3">=</span>$LD_LIBRARY_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>lib
set MANPATH<span class="k3">=</span>$MANPATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>share<span class="k3">/</span>man
set PATH<span class="k3">=</span>$PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>bin:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>sbin
</pre></div></div><p>

I&#39;ve had to use <a href="http://www.macports.org/">MacPorts</a> in order to get the dependency files (like cmake, gettext, etc.) that Allegro needs to compile, and then when it <b>finally</b> compiled my program above correctly (with the <span class="source-code"><span class="k3">-</span>m32</span> switch), I would get an error when running it:</p><pre class="terminal">dyld: Library not loaded: liballeg.4.4.dylib
Referenced from: allegro_test
Reason: image not found</pre><p>

From <a href="http://lists.apple.com/archives/xcode-users/2009/aug/msg00174.html">this</a> mail archive, I got some good pointers as to find out WHAT was going on:</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Using &quot;otool -L&quot;, you can see the install names recorded in a binary.  For example, here&#39;s &quot;/usr/bin/true&quot;:</p><p>$ otool -L /usr/bin/true<br />/usr/bin/true:<br />       /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)<br />       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0)</p><p>Note the full paths to libgcc_s and libSystem.
</p></div></div><p>

I ran this on the file, and this was my output:
</p><pre class="terminal scroll">$ otool -L allegro_test 
allegro_test:
	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 15.0.0)
	liballeg.4.4.dylib (compatibility version 4.4.0, current version 4.4.2)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
	/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0)
	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 44.0.0)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 550.29.0)
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 38.0.0)
	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 751.29.0)
	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1038.32.0)</pre><p>

Notice that &quot;liballeg.4.4.dylib&quot; did not have a path to it: &quot;/opt/local/lib/liballeg.4.4.dylib&quot;</p><p>Because of this, it wouldn&#39;t <b>run</b> but it was compiling just fine.  Copying and/or linking (using <span class="source-code">ln <span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>lib<span class="k3">/</span>liballeg.4.4.dylib liballeg.4.4.dylib</span>) would resolve this and get the program to run, but since it did not have that &quot;<span class="source-code"><span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>lib<span class="k3">/</span></span>&quot; prefix tacked onto the front it, it was not resolving from &quot;just any old path&quot;.</p><p>To remedy this, I had tried setting DYLD_LIBRARY_PATH to <span class="source-code"><span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>lib</span> as was recommended all over the internet, but that caused MORE problems when trying to run it (it threw up more error messages about OTHER things not being able to be located correctly now).</p><p>::bang head on wall::</p><p>So I started over, cleaned up all the files, and got rid of everything.  I installed Allegro directly from MacPorts: <span class="source-code">sudo port install allegro</span> and let it choose all the dependencies for me.</p><p>Now when I compile, it all works fine.</p><p>So while it&#39;s a version older than SVN, it works. So I guess I&#39;m happy that Allegro now compiles!</p><p>Now if I could only get the DuMB music library to compile...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Sun, 14 Nov 2010 04:21:13 +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/605512/890246#target">OnlineCop</a> said:</div><div class="quote"><p>To remedy this, I had tried setting DYLD_LIBRARY_PATH to /opt/local/lib as was recommended all over the internet, but that caused MORE problems when trying to run it</p></div></div><p>
Did you try LD_LIBRARY_PATH as well? Did you <i>add</i> that directory to the path or did you override what else may have been in there?</p><p>I don&#39;t know <i>what</i> you did wrong, but Allegro 4 SVN should compile and install properly (I did it yesterday or the day before).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Sun, 14 Nov 2010 04:46:37 +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/605512/890247#target">Evert</a> said:</div><div class="quote"><p>Did you try LD_LIBRARY_PATH as well? Did you add that directory to the path or did you override what else may have been in there?</p></div></div><p>
Yes, see my post:</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/605512/890246#target">OnlineCop</a> said:</div><div class="quote"><p>
</p><div class="source-code snippet"><div class="inner"><pre>set CPLUS_INCLUDE_PATH<span class="k3">=</span>$CPLUS_INCLUDE_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>include
set C_INCLUDE_PATH<span class="k3">=</span>$C_INCLUDE_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>include
<div class="highlight">set LD_LIBRARY_PATH<span class="k3">=</span>$LD_LIBRARY_PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>lib </div>
set MANPATH<span class="k3">=</span>$MANPATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>share<span class="k3">/</span>man
set PATH<span class="k3">=</span>$PATH:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>bin:<span class="k3">/</span>opt<span class="k3">/</span>local<span class="k3">/</span>sbin
</pre></div></div><p>
</p></div></div><p>

This always worked fine from SVN on Leopard, but when I tried Snow Leopard, it kept blowing up on me.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Sun, 14 Nov 2010 06:11:35 +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/605512/890246#target">OnlineCop</a> said:</div><div class="quote"><p>dyld: Library not loaded: liballeg.4.4.dylib<br />Referenced from: allegro_test<br />Reason: image not found</p></div></div><p>

Same message I kept getting when you walked me with Allegro on Snow Leopard.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Sun, 14 Nov 2010 15:38:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Were you able to copy the file (or link to it) into the current directory and get it working then?</p><p>I think that was the only problem with the SVN version: when compiled, the library was not referencing the full path; it was referencing the local directory only, which is why it couldn&#39;t be found.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Mon, 15 Nov 2010 02:53:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Never got it fixed.<br />Never found that file.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 16 Nov 2010 03:23:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think you had appended to your CMAKE_INSTALL_PREFIX the &#39;~&#39; symbol, so instead of <span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span>local</span> it was <span class="source-code">~<span class="k3">/</span>usr<span class="k3">/</span>local</span>. So it&#39;s possible that the file was located there.</p><p>Anyway, now that it&#39;s working, I&#39;d say do it all 100% through Macports for now. And if that gets working, you can always go the alternate routes and try to install it from SVN or something...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Tue, 16 Nov 2010 04:30:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m not posting from the same Mac I tried to install on last year -- but I am interested in trying to install it again (This is Snow Leopard I&#39;m on)</p><p>Is there like a [complete, working] guide somewhere cause I don&#39;t remember anything I did, nor have I even read the perhaps complete steps in this thread. I just want to be able to compile and package programs on Mac after trying for a year.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 16 Nov 2010 23:21:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>That&#39;s essentially why I posted my findings. If others&#39; mileage vary, hopefully they&#39;ll post here as well.</p><p>I&#39;d say to start with Macports. Unless you HAVE to have the most-recent SVN checkout, go with the kinda-updated version that Macports has to offer.</p><p>By the way, who keeps Allegro updated on Macports? Does someone submit the newest version/sources somewhere to point them to the recent version?  Is that why doing <span class="source-code">sudo port install allegro</span> only installs Allegro 4 and not 5?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Wed, 17 Nov 2010 08:00:27 +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/605512/890773#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>Is there like a [complete, working] guide somewhere cause I don&#39;t remember anything I did, nor have I even read the perhaps complete steps in this thread.</p></div></div><p>
Just did this:
</p><ul><li><p>Get current SVN snapshot
</p></li><li><p>configure with CMake: set the CMAKE_INSTALL_PREFIX to /Users/username. Left all else at the default settings, if in doubt set CMAKE_OSX_ARCHITECTURES to &quot;i386&quot;.
</p></li><li><p>run &quot;make -j2&quot; followed by &quot;make install&quot;</p></li></ul><p>Then for testing:
</p><ul><li><p>Copy examples/exbitmap to ~/tmp, and try loading a bitmap. Worked fine.</p></li></ul><p>From .bashrc:
</p><pre>
export DYLD_LIBRARY_PATH=/opt/intel/Compiler/11.0/056/lib/:$CUDA_HOME/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib:/usr/local/lib:/opt/local/lib:$CUDA_HOME/lib
export C_INCLUDE_PATH=$C_INCLUDE_PATH:$HOME/include:/opt/local/include
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:$HOME/include
export LIBRARY_PATH=$LIBRARY_PATH:$HOME/lib:/opt/local/lib
</pre><p>

That&#39;s all. Remember to open a new shell if you change your .bashrc (or simply source .bashrc).</p><p>EDIT
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/605512/890883#target">OnlineCop</a> said:</div><div class="quote"><p>who keeps Allegro updated on Macports?</p></div></div><p>
Whoever is interested in maintaining it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 17 Nov 2010 08:26:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can I still do it without root access since I&#39;m on a school&#39;s computer?<br />I remember having to do everything differently because of it last time.</p><p>I&#39;ve gotten stupid[er] in regards to installing over a years time of not even having my old computer (now I got it back)</p><p>I seem to remember having a higher version of Allegro than the norm but still lower than 4.9. Is the official release 4.2 or 4.4? I seem to remember having 4.4 and the &quot;official&quot; release 4.2 since like one guy was reportedly working on the 4.4 branch. Or something. Maybe Trent.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 17 Nov 2010 20:46:15 +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/605512/890918#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>Can I still do it without root access since I&#39;m on a school&#39;s computer?</p></div></div><p>
Of course. The steps I posted above are all done as a normal user (that&#39;s why modified CMAKE_INSTALL_PREFIX and installed it locally).</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p> Is the official release 4.2 or 4.4? I seem to remember having 4.4 and the &quot;official&quot; release 4.2 since like one guy was reportedly working on the 4.4 branch.</p></div></div><p>
Not sure what you mean by &quot;official release&quot;. Allegro 4.4 is the current stable release from the Allegro 4 branch.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 17 Nov 2010 21:16:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>He&#39;s right. You can download the 4.4 version from the SVN. In fact, using MacPorts will install version 4.4.1, so it no longer points to 4.2 anymore.</p><p>Now, MacPorts will install, by default, to <span class="source-code"><span class="k3">/</span>opt<span class="k3">/</span>local</span>, so if you wanted all of its dependencies and other files, you will need to compile the sources for Mac yourself. THEN you will be able to change the path to <span class="source-code">~<span class="k3">/</span>opt<span class="k3">/</span>local</span> or <span class="source-code">~<span class="k3">/</span>usr<span class="k3">/</span>local</span>, or any other directory you want to use.</p><p>Besides that, though, please let us know how your success bodes, so we can know whether we should stick those instructions into the Allegro Wiki.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Thu, 18 Nov 2010 05:39:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>We can pretty much just say I&#39;m stupid and have no idea what MacPorts is.<br />I know where the SVN is but I can&#39;t even comprehend anything else.</p><p>&gt;Just downloaded the &quot;allegro-4.4.1.1.zip&quot; from SVN.<br />&gt;Extracted<br />&gt;FFFFFFFFFFF<br />&gt;started terminal<br />&gt;checked keep in dock <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /><br />&gt;cd /Users/sstutzman/Downloads/allegro<br />&gt;FFFFFFFFFFF<br />&gt;typed &#39;cmake&#39;<br />&gt;nothiing happens<br />&gt;I go North<br />&gt;I go West<br />&gt;I decide to ascend the spooky stairs<br />&gt;I have drowned<br />&gt;Insert coin<br />&gt;I start downloading &quot;cmake-2.8.3-Darwin-universal.dmg&quot;<br />&gt;Wow that&#39;s big<br />&gt;Obligatory &quot;that&#39;s what she said&quot;<br />&gt;I mount &quot;cmake-2.8.3-Darwin-universal.dmg&quot;<br />&gt;Move the package itself to desktop<br />&gt;Try to install by not reading anything and clicking &#39;continue&#39; etc.<br />&gt;Need administrators password<br />&gt;rage<br />&gt;don&#39;t know where to install it<br />&gt;read thread again<br />&gt;realize thread doesn&#39;t go over cmake install<br />&gt;realize I misspelled &#39;nothing&#39; earlier<br />&gt;type &#39;die&#39; into terminal<br />&gt;I die<br />&gt;hesitate to insert coin</p><p>Its been a year since I did any of this stuff.<br />I seem to remember having to... <a href="http://www.cmake.org/">download cmake</a> somehow <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Mon, 22 Nov 2010 22:12:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><ol><li><p><a href="http://www.macports.org/">MacPorts</a> from sources (not the precompiled binary)</p></li><li><p>Open Terminal (/Applications/Utilities/Terminal.app)</p></li><li><p>`cd` to the directory where this file was extracted</p></li><li><p>Run &quot;<span class="source-code">.<span class="k3">/</span>configure <span class="k3">-</span><span class="k3">-</span>prefix<span class="k3">=</span>$HOME<span class="k3">/</span>opt<span class="k3">/</span>local</span>&quot; with any additional options you would like to set (see &quot;<span class="source-code">.<span class="k3">/</span>configure <span class="k3">-</span><span class="k3">-</span>help</span>&quot; for all options)</p></li><li><p>Add your <span class="source-code">$HOME<span class="k3">/</span>opt<span class="k3">/</span>local</span> directory to your paths (see OP)</p></li><li><p>Run <span class="source-code">port install allegro</span></p></li></ol><p>

You can run other optional packages, such as lua (be sure to use the &quot;+universal&quot; flag: <span class="source-code">port install lua <span class="k3">+</span>universal</span> to make it 32-bit compatible). Packages like cmake and the other dependencies are auto-magically downloaded as a dependency for Allegro.</p><p>No need to call &#39;cmake&#39; or &#39;make&#39; yourself: MacPorts does it all for you.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Tue, 23 Nov 2010 07:37:38 +0000</pubDate>
	</item>
</rss>
