<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Allegro 4.4 on Snow Leopard</title>
		<link>http://www.allegro.cc/forums/view/603237</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Fri, 12 Mar 2010 03:44:40 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I have <a href="http://wiki.allegro.cc/index.php?title=Build/XCode">this link</a>... with an expired page and a members-only page...so I&#39;m forced to refer to <a href="http://alleg.sourceforge.net/latestdocs/en/build/macosx.html">this link</a>...</p><p>Honestly most of the stuff on that page means nothing to me -- I pretty much require a step-by-step approach for this, and it&#39;s not clear (to me, at least) what to do.</p><p>I see involvement with Xcode, the Terminal, Cocoa, and QuickTime. Someone had told me XCode came with Cocoa already...I don&#39;t know about QuickTime. And then I have the 4.4 source...but I really don&#39;t know what to do with it.</p><p>Anyone have a step-by-step guide to this?<br />I saw some Terminal commands on the linked page, but it doesn&#39;t say where to put the code initially and if I need to seek to that directory or whatever (&#39;cd&#39;in Windows)</p><p>I&#39;m pretty much lost on installation.<br />I&#39;ve quite content with <a href="http://wiki.allegro.cc/index.php?title=Code::Blocks">this style of guides</a>.<br /><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 Feb 2010 21:27:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>For Allegro 4 you don&#39;t need any libraries that don&#39;t come with the OS.<br />You&#39;ll need cmake, there&#39;s an OS X version for download on their home page.</p><p>In a terminal, go to the directory where you downloaded the Allegro, type &quot;cmake&quot; followed by &quot;make&quot;. That&#39;s really all there is to it.</p><p>Your first two links are for using Allegro with xcode, and with build instructions that are not up-to-date for 4.4.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Mon, 22 Feb 2010 21:48:36 +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/603237/852735#target">Evert</a> said:</div><div class="quote"><p>
For Allegro 4 you don&#39;t need any libraries that don&#39;t come with the OS.<br /><b><i>You mean like Quicktime / Cocoa, right?</i></b><br />You&#39;ll need cmake, there&#39;s an OS X version for download on their home page.<br /><b><i>Downloading right now. Don&#39;t fully understand what it is though.</i></b></p><p>In a terminal, go to the directory where you downloaded the Allegro, type &quot;cmake&quot; followed by &quot;make&quot;. That&#39;s really all there is to it.<br /><b><i>How do I &#39;go to&#39; in Mac? In Windows it&#39;s &#39;cd...&#39; is it the same?</i></b></p><p>Your first two links are for using Allegro with xcode, and with build instructions that are not up-to-date for 4.4.<br /><b><i>Um ok...so I just do what you said right</i></b>
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Mon, 22 Feb 2010 22:42:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Assuming OSX console is Unix-like, cd &lt;dir&gt; will work</p><p>[EDIT]</p><p>The MS-DOS prompt &#39;cd&#39; was based on Unix...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Mon, 22 Feb 2010 22:51:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah, I found out it is indeed &#39;cd&#39;<br />Unfortunatley I have somehow messed up something. A variable was not set, it claims.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Last login: Mon Feb 22 08:09:10 on console<br />D60-MAC-07:~ sstutzman$ cd /Users/sstutzman/Desktop/Allegro/allegro-4.4 <br />D60-MAC-07:allegro-4.4 sstutzman$ cmake<br />cmake version 2.8.0<br />Usage</p><p>  cmake [options] &lt;path-to-source&gt;<br />  cmake [options] &lt;path-to-existing-build&gt;</p><p>Options<br />  -C &lt;initial-cache&gt;          = Pre-load a script to populate the cache.<br />  -D &lt;var&gt;:&lt;type&gt;=&lt;value&gt;     = Create a cmake cache entry.<br />  -U &lt;globbing_expr&gt;          = Remove matching entries from CMake cache.<br />  -G &lt;generator-name&gt;         = Specify a makefile generator.<br />  -Wno-dev                    = Suppress developer warnings.<br />  -Wdev                       = Enable developer warnings.<br />  -E                          = CMake command mode.<br />  -i                          = Run in wizard mode.<br />  -L[A][H]                    = List non-advanced cached variables.<br />  --build &lt;dir&gt;               = Build a CMake-generated project binary tree.<br />  -N                          = View mode only.<br />  -P &lt;file&gt;                   = Process script mode.<br />  --graphviz=[file]           = Generate graphviz of dependencies.<br />  --system-information [file] = Dump information about this system.<br />  --debug-trycompile          = Do not delete the try compile directories..<br />  --debug-output              = Put cmake in a debug mode.<br />  --trace                     = Put cmake in trace mode.<br />  --help-command cmd [file]   = Print help for a single command and exit.<br />  --help-command-list [file]  = List available listfile commands and exit.<br />  --help-commands [file]      = Print help for all commands and exit.<br />  --help-compatcommands [file]= Print help for compatibility commands.<br />  --help-module module [file] = Print help for a single module and exit.<br />  --help-module-list [file]   = List available modules and exit.<br />  --help-modules [file]       = Print help for all modules and exit.<br />  --help-custom-modules [file]= Print help for all custom modules and exit.<br />  --help-policy cmp [file]    = Print help for a single policy and exit.<br />  --help-policies [file]      = Print help for all policies and exit.<br />  --help-property prop [file] = Print help for a single property and exit.<br />  --help-property-list [file] = List available properties and exit.<br />  --help-properties [file]    = Print help for all properties and exit.<br />  --help-variable var [file]  = Print help for a single variable and exit.<br />  --help-variable-list [file] = List documented variables and exit.<br />  --help-variables [file]     = Print help for all variables and exit.<br />  --copyright [file]          = Print the CMake copyright and exit.<br />  --help                      = Print usage information and exit.<br />  --help-full [file]          = Print full help and exit.<br />  --help-html [file]          = Print full help in HTML format.<br />  --help-man [file]           = Print full help as a UNIX man page and exit.<br />  --version [file]            = Show program name/version banner and exit.</p><p>Generators</p><p>The following generators are available on this platform:<br />  Unix Makefiles              = Generates standard UNIX makefiles.<br />  Xcode                       = Generate XCode project files.<br />  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.<br />  Eclipse CDT4 - Unix Makefiles<br />                              = Generates Eclipse CDT 4.0 project files.<br />  KDevelop3                   = Generates KDevelop 3 project files.<br />  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.</p><p>D60-MAC-07:allegro-4.4 sstutzman$ make<br />Your DJGPP environment variable is not set correctly! It should<br />point to the djgpp.env file: see the djgpp readme.1st for details.<br />D60-MAC-07:allegro-4.4 sstutzman$ cmake make<br />CMake Error: The source directory &quot;/Users/sstutzman/Desktop/Allegro/allegro-4.4/make&quot; does not exist.<br />Specify --help for usage, or press the help button on the CMake GUI.<br />D60-MAC-07:allegro-4.4 sstutzman$ 
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Mon, 22 Feb 2010 23:05:38 +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/603237/852745#target">Arthur Kalliokoski</a> said:</div><div class="quote"><p>Assuming OSX console is Unix-like, cd &lt;dir&gt; will work</p></div></div><p>
It runs bash.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/603237/852744#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>Downloading right now. Don&#39;t fully understand what it is though.</p></div></div><p>
Cmake is a &quot;configurator&quot; that detects how your system is set up, where dependent libraries are and which compiler you have. It then creates a makefile for you to use.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>How do I &#39;go to&#39; in Mac? In Windows it&#39;s &#39;cd...&#39; is it the same?</p></div></div><p>
Ok, you may want to read up on some basic BASH terminal commands. If you&#39;re even vaguely familiar with Linux, it&#39;s exactly the same. Or you could wait for someone who is less of a commandline user than I am to explain how to do things differently. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><p>Alternatively, there is a way to run a CMake GUI application (I think you just run CMake.app). There you select the directory where you downloaded Allegro, and follow the on-screen instructions for configuring. You can also set it to write an XCode project file rather than a Makefile. The XCode project file you can then open in XCode, and compile Allegro through that. I&#39;ve never used it though, so you&#39;ll be a little more on your own there.</p><p>EDIT:<br />ok, try &quot;cmake .&quot; to make it clear that it should use the current directory. I figured that&#39;d be the default, but maybe not.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Mon, 22 Feb 2010 23:07:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>...
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/603237/852749#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>
Last login: Mon Feb 22 13:22:33 on ttys000<br />D60-MAC-07:~ sstutzman$ cd /Users/sstutzman/Desktop/Allegro/allegro-4.4 <br />D60-MAC-07:allegro-4.4 sstutzman$ cmake .<br />CMake Error: The source directory &quot;/Users/sstutzman/Desktop/Allegro/allegro-4.4&quot; does not appear to contain CMakeLists.txt.<br />Specify --help for usage, or press the help button on the CMake GUI.<br />D60-MAC-07:allegro-4.4 sstutzman$ 
</p></div></div><p>
<img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 01:24:26 +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/603237/852775#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>The source directory &quot;/Users/sstutzman/Desktop/Allegro/allegro-4.4&quot; does not appear to contain CMakeLists.txt.</p></div></div><p>
Well, where is it then?<br />What is in that directory?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 01:36:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>...there isn&#39;t one.<br />There is a cmakecache.txt but it might be <i>from</i> cmake itself.<br />Maybe I&#39;ll try extracting Allegro again.<br />edit: nope. I don&#39;t know what I&#39;m doing.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 02:07:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ok, so:<br />1. Which link did you use to download the sources?<br />2. Where and how did you unpack them?<br />3. What is the content of the source directory?</p><p>For the last one, you can either (1) run &quot;ls&quot; from a terminal in the directory where you unpacked the sources and post the result here, or (2) open the directory in the Finder, press command-A (select all), command-C (copy) and then hit command-V (paste) in the reply box here.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 02:58:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">src said:</div><div class="quote"><p>
allegro.c<br />amd64<br />beos<br />blit.c<br />bmp.c<br />c<br />clip3d.c<br />clip3df.c<br />colblend.c<br />color.c<br />config.c<br />datafile.c<br />dataregi.c<br />digmid.c<br />dispsw.c<br />dither.c<br />dos<br />drvlist.c<br />file.c<br />fli.c<br />flood.c<br />font.c<br />fontbios.c<br />fontbmp.c<br />fontdat.c<br />fontgrx.c<br />fonttxt.c<br />fsel.c<br />gfx.c<br />glyph.c<br />graphics.c<br />gsprite.c<br />gui.c<br />guiproc.c<br />i386<br />inline.c<br />joystick.c<br />keyboard.c<br />lbm.c<br />libc.c<br />linux<br />lzss.c<br />mac<br />macosx<br />math.c<br />math3d.c<br />midi.c<br />misc<br />mixer.c<br />modesel.c<br />mouse.c<br />pcx.c<br />poly3d.c<br />polygon.c<br />ppc<br />psp<br />qnx<br />quantize.c<br />quat.c<br />readbmp.c<br />readfont.c<br />readsmp.c<br />rle.c<br />rotate.c<br />scene3d.c<br />sound.c<br />spline.c<br />stream.c<br />text.c<br />tga.c<br />timer.c<br />unicode.c<br />unix<br />vtable.c<br />vtable8.c<br />vtable15.c<br />vtable16.c<br />vtable24.c<br />vtable32.c<br />win<br />x
</p></div></div><p>
When I extract from the original .zip...there is no &#39;src&#39;<br />I had a whole directory though with everything.<br />Where should I get 4.4?</p><p>Extracted the .zip to the desktop as &#39;allegro-4.4&#39;</p><p>Edit: Re-downloaded 4.4 from <a href="http://www.strangesoft.net/allegro/4.4.0">here</a> and did the same commands. It&#39;s compiling. It says a lot of it is deprecated though...should I be concerned? Also where is that pastebin thing so I can post it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 03:07:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ok, that&#39;s messed up - that&#39;s literally just the Allegro source, which is only a part of what&#39;s supposed to be in the archive. Where did you get it?<br />Get latest stable source from <a href="http://alleg.sourceforge.net/wip.html">http://alleg.sourceforge.net/wip.html</a>, either the zip file or the .tar.gz file (I guess the latter is what you&#39;re supposed to get as it&#39;s &#39;UNIX friendly&#39;, but it really doesn&#39;t matter).<br />Unpack that, and then follow the instructions I posted above (you can use the GUI version of CMake if you prefer, it should be under Applications in the Finder).</p><p>EDIT
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Edit: Re-downloaded 4.4 from here [www.strangesoft.net] and did the same commands. It&#39;s compiling.</p></div></div><p>
Ok, good.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/603237/852800#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>It says a lot of it is deprecated though...should I be concerned?</p></div></div><p>
No. Yes. Maybe.<br />The OS X port of Allegro 4 sits on top of the QuickDraw API, which has been deprecated for a while now. It should be updated, if someone who knows how to do that cares enough to do it. Apart from the warning though, things will work with one caveat: the APIs haven&#39;t been ported to 64 bit (since they&#39;re deprecated) and therefore Allegro cannot be compiled as 64 bit on Snow Leopard. The same goes for programs using Allegro; they&#39;ll need to be compiled as 32 bit binaries. The compiler flag (for gcc) you&#39;re looking for is &quot;-m32&quot;, I don&#39;t know how to set that option from XCode, but there should be an option for it somewhere.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Also where is that pastebin thing so I can post it.</p></div></div><p>
Sorry, what?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 03:15:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>See above edit. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /><br />Don&#39;t know what to do though. <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" /><br />Wait maybe is your link more stable with less deprecated things?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 03:17:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Edited my post as well.</p><p>If you want a version of Allegro that compiles on Snow Leopard without deprecation warnings, you&#39;ll have to get 4.9 current SVN - which isn&#39;t much help if you&#39;re working on an Allegro 4.2/4.4 project.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 03:23:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m planning on using Code::Blocks for development...or would Xcode be better?<br />I wouldn&#39;t know all of the linker settings for Mac.</p><p>About pastebin -- there&#39;s a link to it on the IRC channel I believe. It&#39;s where you put long amounts of text and supply a link so as not to post too much that stretches the page.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 04:11:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I haven&#39;t read very much of this thread.</p><p>But I just downloaded and installed allegro 4.4 on my Mac today, and got a project working with XCode, so figured I&#39;d discuss what I did.</p><ol><li><p>Download the .tar.gz version (not the .zip version)</p></li><li><p>Extract the file</p></li><li><p>Terminal: <span class="source-code">cd</span> into the directory with the unpacked allegro sources</p></li><li><p><span class="source-code">  <a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> Build</span>/</p></li><li><p><span class="source-code">  cd Build<span class="k3">/</span></span></p></li><li><p><span class="source-code">  cmake <span class="k3">-</span>DWANT_FRAMEWORKS<span class="k3">=</span>yes ..</span></p></li><li><p><span class="source-code">  make all</span></p></li><li><p><span class="source-code">  sudo make install</span></p></li></ol><p>

The first time I installed allegro, there was no <span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span></span> directory, so I had to create them (I had to use <span class="source-code">sudo</span> because the <span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span></span> directory required higher privileges):
</p><div class="source-code snippet"><div class="inner"><pre>sudo <a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>
sudo <a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>bin<span class="k3">/</span>
sudo <a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>lib<span class="k3">/</span>
sudo <a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>include<span class="k3">/</span>
</pre></div></div><p>

For my XCode project, I added the framework, but it laughed and didn&#39;t compile correctly.  So I had to right-click on the Linker and &quot;Add existing files...&quot;.  Since the &quot;<span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span></span>&quot; directory is a hidden one, the Finder doesn&#39;t show it by default.  Start typing the &quot;<span class="source-code"><span class="k3">/</span></span>&quot; for the &quot;<span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span></span>&quot; directory, and Finder opens a &quot;Go to the folder...&quot; pane where I could type it in.  Browse to &quot;<span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>lib<span class="k3">/</span></span>&quot; and select BOTH <span class="source-code">liballeg-main.a</span> and <span class="source-code">liballeg.dylib</span>.</p><p>(My project also included Lua, DUmB, and a few others, and I linked to them in the same way.)</p><p>Does this help anything?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Tue, 23 Feb 2010 04:31:50 +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/603237/852819#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>I&#39;m planning on using Code::Blocks for development...or would Xcode be better?</p></div></div><p>
Don&#39;t know, I use neither. Xcode is the standard development environment on OS X, so you&#39;ll find lots of information about it.<br />It&#39;s probably best to stick with something you know and feel comfortable with though.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>I wouldn&#39;t know all of the linker settings for Mac.</p></div></div><p>
You don&#39;t have to.<br />Unless I misunderstand what you meant?</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>About pastebin -- there&#39;s a link to it on the IRC channel I believe.</p></div></div><p>
I never use IRC.</p><p> </p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>It&#39;s where you put long amounts of text and supply a link so as not to post too much that stretches the page.</p></div></div><p>
The code tags on the forum provide scrollbars within the post. I&#39;d just abuse that.</p><p>Anyway, I take it everything has no compiled? Do things run properly now?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 04:36:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>OnlineCop: I might try that. Supposedly though its made somewhere right now? I guess bin or whatever.</p><p>I tried to use &lt;code&gt; tags...
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Your post of 262.28KB is too long. The maximum size is 64K.</p></div></div><p>
<a href="http://pastebin.com/WZZ7h3pp">Pastebin truly is miraculous.</a><br />Errmm....
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 21:06:23 +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/603237/852959#target">Felix-The-Ghost</a> said:</div><div class="quote"><p> Supposedly though its made somewhere right now? I guess bin or whatever.</p></div></div><p>
The build reached &quot;100%&quot;, meaning it&#39;s done. Everything compiled.<br />Libraries should be under lib/macosx/, executables under examples/ (by the way - these aren&#39;t in application bundles, so you can&#39;t run them by double clicking in the Finder, you can run them from the command line though, or by right clicking on tehm in Finder and saying &quot;open in Terminal&quot;).</p><p>Not to sound rude, but you do know how to browse through a directory structure to find files, right?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 21:21:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh, you mean how I casually guess at where files are at?<br />Yeah. I usually post a guess <i>before</i> I actually find out stuff.<br />Goes for other things too, just so it&#39;s logged in case I&#39;m crazy.<br />Like how I wasn&#39;t sure if change directory (cd) was in Mac -- I obviously could&#39;ve Googled it in the first place, or just tried it.<br /><i>But</i> I do get lost as to what to do with this...file I made. Especially when nothing is set in stone the wy the Windows guide was <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> seems like there&#39;s a bajillion ways to do stuff now.</p><p>Also, by linker settings I meant like how in Windows I have to do -WI --subsystem,windows or something...are there any more things for Mac?</p><p>Edit: Examples were compiled succesfully...unless they were already there. Exlights is cooler than I remember...but lib/macosx only has source files...
</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>cadigi.m
<span class="number">  2</span>camidi.m
<span class="number">  3</span>drivers.m
<span class="number">  4</span>hidjoy.m
<span class="number">  5</span>hidman.m
<span class="number">  6</span>keybd.m
<span class="number">  7</span>main.m
<span class="number">  8</span>pcpu.m
<span class="number">  9</span>qtmidi.m
<span class="number"> 10</span>quartz.m
<span class="number"> 11</span>qzfull.m
<span class="number"> 12</span>qzmouse.m
<span class="number"> 13</span>qzwindow.m
<span class="number"> 14</span>soundman.m
<span class="number"> 15</span>system.m
</div></div><p>
Unless my terminology / vocabulary is completely screwed up and that somehow <i>is</i> this &#39;library&#39;.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 21:28:39 +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/603237/852963#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>Oh, you mean how I casually guess at where files are at?<br />Yeah. I usually post a guess before I actually find out stuff.</p></div></div><p>
Yup, that&#39;s what I meant. It&#39;s fine, but when it&#39;s not clear if someone knows how to do something simple, or (more importantly) knows how to find out how to do that, it becomes more difficult to help them because it&#39;s not clear how much help they need.<br />That, and sometimes you run across people who <i>can</i> look things up, but won&#39;t, and I usually step back from helping such people because I would just be wasting my time. As long as that&#39;s not you, that&#39;s fine though.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Also, by linker settings I meant like how in Windows I have to do -WI --subsystem,windows or something...are there any more things for Mac?</p></div></div><p>
Ah, ok. No, only Windows needs something like that. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p><p>That said, you do need to do some extra work to make an &quot;application bundle&quot;, but Allegro comes with a &quot;fixbundle&quot; utility that should help you there.<br />All systems have their curious perks, it seems.
</p><div class="spoiler"><p>Except Linux <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p></div><p>

</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>lib/macosx only has source files...</p></div></div><p>
I think you accidentally clicked on <b>src/</b>macosx there. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 23 Feb 2010 23:00:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh ok <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /> It sure was src/macosx.</p><p>But lib/macosx only has a tmpfile.txt or something useless (to me)</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
bcc32<br />beos<br />djgpp<br />dmc<br />libaldat.a<br />liballeg-main.a<br />liballeg.4.4.0.dylib<br />liballeg.4.4.dylib<br />liballeg.dylib<br />liballeggl.a<br />libjpgalleg.a<br />libloadpng.a<br />macosx <br />   *tmpfile.txt<br />mingw32<br />msvc<br />psp<br />qnx<br />unix<br />watcom
</p></div></div><p>

There are some *.a and *.dylib though in lib itself...are those it?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Tue, 23 Feb 2010 23:24:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, the *.a and *.dylib <b>are</b> your library files (compiled).  Those are what get copied (or should be copied) into the /usr/local/lib directory.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Wed, 24 Feb 2010 01:58:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hmm, doesn&#39;t appear to have been copied...<br />Plus I could only find usr/lib by searching for it</p><p>I guess just copy+paste it huh.</p><p>Here&#39;s its current contents:
</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>bundle1.o
<span class="number">   2</span>crt1.o
<span class="number">   3</span>dylib1.o
<span class="number">   4</span>gcc
<span class="number">   5</span>gcrt1.o
<span class="number">   6</span>i686-apple-darwin10
<span class="number">   7</span>java
<span class="number">   8</span>libalias.A.dylib
<span class="number">   9</span>libalias.dylib
<span class="number">  10</span>libamber.a
<span class="number">  11</span>libatlas.dylib
<span class="number">  12</span>libauto.dylib
<span class="number">  13</span>libblas.dylib
<span class="number">  14</span>libBSDPClient.A.dylib
<span class="number">  15</span>libBSDPClient.dylib
<span class="number">  16</span>libbsm.dylib
<span class="number">  17</span>libbz2.1.0.2.dylib
<span class="number">  18</span>libbz2.1.0.dylib
<span class="number">  19</span>libbz2.dylib
<span class="number">  20</span>libc.dylib
<span class="number">  21</span>libcblas.dylib
<span class="number">  22</span>libcharset.1.0.0.dylib
<span class="number">  23</span>libcharset.1.dylib
<span class="number">  24</span>libcharset.dylib
<span class="number">  25</span>libclapack.dylib
<span class="number">  26</span>libcom_err.dylib
<span class="number">  27</span>libcpp_kext.a
<span class="number">  28</span>libcrypto.0.9.7.dylib
<span class="number">  29</span>libcrypto.0.9.dylib
<span class="number">  30</span>libcrypto.dylib
<span class="number">  31</span>libcups.2.dylib
<span class="number">  32</span>libcups.dylib
<span class="number">  33</span>libcupsimage.2.dylib
<span class="number">  34</span>libcupsimage.dylib
<span class="number">  35</span>libcurl.2.dylib
<span class="number">  36</span>libcurl.3.0.0.dylib
<span class="number">  37</span>libcurl.3.dylib
<span class="number">  38</span>libcurl.dylib
<span class="number">  39</span>libcurses.dylib
<span class="number">  40</span>libdbm.dylib
<span class="number">  41</span>libdes425.dylib
<span class="number">  42</span>libDHCPServer.A.dylib
<span class="number">  43</span>libDHCPServer.dylib
<span class="number">  44</span>libdl.dylib
<span class="number">  45</span>libedit.2.dylib
<span class="number">  46</span>libedit.dylib
<span class="number">  47</span>libexslt.0.dylib
<span class="number">  48</span>libexslt.dylib
<span class="number">  49</span>libf77lapack.dylib
<span class="number">  50</span>libform.5.4.dylib
<span class="number">  51</span>libform.5.dylib
<span class="number">  52</span>libform.dylib
<span class="number">  53</span>libgcc_s_ppc64.1.dylib
<span class="number">  54</span>libgcc_s_x86_64.1.dylib
<span class="number">  55</span>libgcc_s.1.dylib
<span class="number">  56</span>libgcc_s.10.4.dylib
<span class="number">  57</span>libgcc_s.10.5.dylib
<span class="number">  58</span>libgimpprint.7.0.0.dylib
<span class="number">  59</span>libgimpprint.7.dylib
<span class="number">  60</span>libgimpprint.dylib
<span class="number">  61</span>libgmalloc.B.dylib
<span class="number">  62</span>libgmalloc.dylib
<span class="number">  63</span>libgssapi_krb5.dylib
<span class="number">  64</span>libiconv.2.2.0.dylib
<span class="number">  65</span>libiconv.2.dylib
<span class="number">  66</span>libiconv.dylib
<span class="number">  67</span>libicucore.A.dylib
<span class="number">  68</span>libicucore.dylib
<span class="number">  69</span>libinfo.dylib
<span class="number">  70</span>libiodbc.2.1.6.dylib
<span class="number">  71</span>libiodbc.2.1.10.dylib
<span class="number">  72</span>libiodbc.2.dylib
<span class="number">  73</span>libiodbc.a
<span class="number">  74</span>libiodbc.dylib
<span class="number">  75</span>libiodbcinst.2.1.6.dylib
<span class="number">  76</span>libiodbcinst.2.1.10.dylib
<span class="number">  77</span>libiodbcinst.2.dylib
<span class="number">  78</span>libiodbcinst.a
<span class="number">  79</span>libiodbcinst.dylib
<span class="number">  80</span>libIOKit.A.dylib
<span class="number">  81</span>libIOKit.dylib
<span class="number">  82</span>libipsec.A.dylib
<span class="number">  83</span>libipsec.dylib
<span class="number">  84</span>libk5crypto.dylib
<span class="number">  85</span>libkmod.a
<span class="number">  86</span>libkmodc<span class="k3">+</span><span class="k3">+</span>.a
<span class="number">  87</span>libkrb4.dylib
<span class="number">  88</span>libkrb5.dylib
<span class="number">  89</span>libkrb5support.dylib
<span class="number">  90</span>libkrb524.dylib
<span class="number">  91</span>libkvm.dylib
<span class="number">  92</span>libl.a
<span class="number">  93</span>liblapack.dylib
<span class="number">  94</span>liblber.dylib
<span class="number">  95</span>libldap_r.dylib
<span class="number">  96</span>libldap.dylib
<span class="number">  97</span>libltdl.3.1.0.dylib
<span class="number">  98</span>libltdl.3.dylib
<span class="number">  99</span>libltdl.a
<span class="number"> 100</span>libltdl.dylib
<span class="number"> 101</span>libm.dylib
<span class="number"> 102</span>libMallocDebug.a
<span class="number"> 103</span>libMallocDebug.A.dylib
<span class="number"> 104</span>libmenu.5.4.dylib
<span class="number"> 105</span>libmenu.5.dylib
<span class="number"> 106</span>libmenu.dylib
<span class="number"> 107</span>libmx_debug.dylib
<span class="number"> 108</span>libmx_profile.dylib
<span class="number"> 109</span>libmx.A_debug.dylib
<span class="number"> 110</span>libmx.A_profile.dylib
<span class="number"> 111</span>libmx.A.dylib
<span class="number"> 112</span>libmx.dylib
<span class="number"> 113</span>libncurses.5.4.dylib
<span class="number"> 114</span>libncurses.5.dylib
<span class="number"> 115</span>libncurses.dylib
<span class="number"> 116</span>libnetsnmp.5.2.1.dylib
<span class="number"> 117</span>libnetsnmp.5.dylib
<span class="number"> 118</span>libnetsnmp.dylib
<span class="number"> 119</span>libnetsnmpagent.5.2.1.dylib
<span class="number"> 120</span>libnetsnmpagent.5.dylib
<span class="number"> 121</span>libnetsnmpagent.dylib
<span class="number"> 122</span>libnetsnmphelpers.5.2.1.dylib
<span class="number"> 123</span>libnetsnmphelpers.5.dylib
<span class="number"> 124</span>libnetsnmphelpers.dylib
<span class="number"> 125</span>libnetsnmpmibs.5.2.1.dylib
<span class="number"> 126</span>libnetsnmpmibs.5.dylib
<span class="number"> 127</span>libnetsnmpmibs.dylib
<span class="number"> 128</span>libobjc_profile.A.dylib
<span class="number"> 129</span>libobjc_profile.dylib
<span class="number"> 130</span>libobjc.A_profile.dylib
<span class="number"> 131</span>libobjc.A.dylib
<span class="number"> 132</span>libobjc.dylib
<span class="number"> 133</span>libpam_misc.1.dylib
<span class="number"> 134</span>libpam_misc.dylib
<span class="number"> 135</span>libpam.1.0.dylib
<span class="number"> 136</span>libpam.1.dylib
<span class="number"> 137</span>libpam.dylib
<span class="number"> 138</span>libpamc.1.dylib
<span class="number"> 139</span>libpamc.dylib
<span class="number"> 140</span>libpanel.5.4.dylib
<span class="number"> 141</span>libpanel.5.dylib
<span class="number"> 142</span>libpanel.dylib
<span class="number"> 143</span>libpcap.A.dylib
<span class="number"> 144</span>libpcap.dylib
<span class="number"> 145</span>libpoll.dylib
<span class="number"> 146</span>libPrintServiceQuota.1.dylib
<span class="number"> 147</span>libPrintServiceQuota.dylib
<span class="number"> 148</span>libproc.dylib
<span class="number"> 149</span>libpthread.dylib
<span class="number"> 150</span>libpython.dylib
<span class="number"> 151</span>libpython2.3.dylib
<span class="number"> 152</span>libpython2.dylib
<span class="number"> 153</span>libreadline.dylib
<span class="number"> 154</span>libresolv.9.dylib
<span class="number"> 155</span>libresolv.dylib
<span class="number"> 156</span>librpcsvc.dylib
<span class="number"> 157</span>libruby.1.dylib
<span class="number"> 158</span>libruby.dylib
<span class="number"> 159</span>libsasl2.2.0.1.dylib
<span class="number"> 160</span>libsasl2.2.0.15.dylib
<span class="number"> 161</span>libsasl2.2.dylib
<span class="number"> 162</span>libsasl2.dylib
<span class="number"> 163</span>libSaturn.dylib
<span class="number"> 164</span>libSaturnFE.dylib
<span class="number"> 165</span>libsqlite3.0.8.6.dylib
<span class="number"> 166</span>libsqlite3.0.dylib
<span class="number"> 167</span>libsqlite3.dylib
<span class="number"> 168</span>libssl.0.9.7.dylib
<span class="number"> 169</span>libssl.0.9.dylib
<span class="number"> 170</span>libssl.dylib
<span class="number"> 171</span>libstdc<span class="k3">+</span><span class="k3">+</span><span class="k3">-</span>static.a
<span class="number"> 172</span>libstdc<span class="k3">+</span><span class="k3">+</span>.<span class="n">6</span>.<span class="n">0</span>.<span class="n">4</span>.dylib
<span class="number"> 173</span>libstdc<span class="k3">+</span><span class="k3">+</span>.<span class="n">6</span>.dylib
<span class="number"> 174</span>libstmalloc.a
<span class="number"> 175</span>libsupc<span class="k3">+</span><span class="k3">+</span>.a
<span class="number"> 176</span>libSystem_debug.dylib
<span class="number"> 177</span>libSystem_profile.dylib
<span class="number"> 178</span>libSystem.B_debug.dylib
<span class="number"> 179</span>libSystem.B_profile.dylib
<span class="number"> 180</span>libSystem.B.dylib
<span class="number"> 181</span>libSystem.dylib
<span class="number"> 182</span>libSystemStubs_debug.a
<span class="number"> 183</span>libSystemStubs_profile.a
<span class="number"> 184</span>libSystemStubs.a
<span class="number"> 185</span>libtcl.dylib
<span class="number"> 186</span>libtcl8.3.dylib
<span class="number"> 187</span>libtcl8.4.dylib
<span class="number"> 188</span>libtermcap.dylib
<span class="number"> 189</span>libtidy.A.dylib
<span class="number"> 190</span>libtidy.dylib
<span class="number"> 191</span>libtk.dylib
<span class="number"> 192</span>libtk8.4.dylib
<span class="number"> 193</span>libwrap.7.6.dylib
<span class="number"> 194</span>libwrap.7.dylib
<span class="number"> 195</span>libwrap.a
<span class="number"> 196</span>libwrap.dylib
<span class="number"> 197</span>libwx_macud_gizmos-2.5.3.0.0.dylib
<span class="number"> 198</span>libwx_macud_gizmos-2.5.3.dylib
<span class="number"> 199</span>libwx_macud_gizmos-2.5.dylib
<span class="number"> 200</span>libwx_macud_gl-2.5.3.0.0.dylib
<span class="number"> 201</span>libwx_macud_gl-2.5.3.dylib
<span class="number"> 202</span>libwx_macud_gl-2.5.dylib
<span class="number"> 203</span>libwx_macud_ogl-2.5.3.0.0.dylib
<span class="number"> 204</span>libwx_macud_ogl-2.5.3.dylib
<span class="number"> 205</span>libwx_macud_ogl-2.5.dylib
<span class="number"> 206</span>libwx_macud_stc-2.5.3.0.0.dylib
<span class="number"> 207</span>libwx_macud_stc-2.5.3.dylib
<span class="number"> 208</span>libwx_macud_stc-2.5.dylib
<span class="number"> 209</span>libwx_macud-2.5.3.0.0.dylib
<span class="number"> 210</span>libwx_macud-2.5.3.dylib
<span class="number"> 211</span>libwx_macud-2.5.dylib
<span class="number"> 212</span>libxml2.2.dylib
<span class="number"> 213</span>libxml2.dylib
<span class="number"> 214</span>libXplugin.1.0.dylib
<span class="number"> 215</span>libXplugin.1.dylib
<span class="number"> 216</span>libXplugin.dylib
<span class="number"> 217</span>libxslt.1.dylib
<span class="number"> 218</span>libxslt.dylib
<span class="number"> 219</span>liby.a
<span class="number"> 220</span>libz.1.1.3.dylib
<span class="number"> 221</span>libz.1.2.3.dylib
<span class="number"> 222</span>libz.1.dylib
<span class="number"> 223</span>libz.dylib
<span class="number"> 224</span>powerpc-apple-darwin10
<span class="number"> 225</span>sqlite3
<span class="number"> 226</span><a href="http://www.delorie.com/djgpp/doc/libc/libc_802.html" target="_blank">system</a>
</div></div><p>
Nothing for Allegro or the other stuff in there. <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 02:14:34 +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/603237/853011#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>Hmm, doesn&#39;t appear to have been copied...</p></div></div><p>
Did you run &quot;make install&quot;?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 24 Feb 2010 02:28:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Honestly, I don&#39;t remember. Its seems like I would (I know what it does) but I guess I didn&#39;t or it didn&#39;t work. Is it too late to do it?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 02:32:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Mine would always fail on &quot;make install&quot; if the directories didn&#39;t exist first.  Of course, I always compile from the Terminal instead of XCode, so I don&#39;t know how to check for &quot;oops: couldn&#39;t install in that location...&quot;</p><p>I have to manually &quot;<span class="source-code"><a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span></span>&quot;, &quot;<span class="source-code"><a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> <span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>lib<span class="k3">/</span></span>&quot;, etc.  Then when I run &quot;<b>sudo</b> make install&quot; (<span class="source-code"><span class="k3">/</span>usr</span> has to have admin privileges to write into), things work.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Wed, 24 Feb 2010 03:36:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>But I mean isn&#39;t it too late now that I&#39;ve closed the Terminal and restarted, etc? Would a manually copy/paste be fine (Are they all in one directory)<br />Edit:Some of the examples are impossible to experience...no timing = thousands of frames per second.<br />EditEdit:<br />I manually copied
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/603237/852982#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>
libaldat.a<br />liballeg-main.a<br />liballeg.4.4.0.dylib<br />liballeg.4.4.dylib<br />liballeg.dylib<br />liballeggl.a<br />libjpgalleg.a<br />libloadpng.a
</p></div></div><p>
to &#39;/Developer/usr/lib&#39;<br />Not sure how to configure Code::Blocks.<br /><a href="http://img705.imageshack.us/i/screenshot20100224at915.png/"><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/e/0/e0c11f198ed430860c282a5b846859f8.jpg" alt="screenshot20100224at915.th.png" width="150" height="129" /></a><br /><a href="http://img705.imageshack.us/i/screenshot20100224at915y.png/"><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/8/c/8c15ee558884207afe489d60d0312723.jpg" alt="screenshot20100224at915y.th.png" width="150" height="136" /></a><br /><img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" /><img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" /><img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 19:46: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/603237/853134#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>But I mean isn&#39;t it too late now that I&#39;ve closed the Terminal and restarted, etc? Would a manually copy/paste be fine (Are they all in one directory)</p></div></div><p>
Don&#39;t ask, just try it. The worst that can happen is that it doesn&#39;t work.
</p><div class="spoiler"><p>And no, it doesn&#39;t matter if you closed the terminal first (you&#39;re not setting any environment variables so how could it?) or copy the files manually.</p></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 24 Feb 2010 21:57:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>sudo didn&#39;t work. I couldn&#39;t make the usr/local etc...<br />We didn&#39;t know whose password to use for sudo.<br />I think there&#39;s a whole set in &#39;Developer\usr&#39; though -- not sure if it&#39;s the same.<br />and was it &#39;usr&#39; or the name of the user the type in the Terminal?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 22:38:23 +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/603237/853158#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>sudo didn&#39;t work. I couldn&#39;t make the usr/local etc...<br />We didn&#39;t know whose password to use for sudo.</p></div></div><p>
So <i>try a couple</i>. Really, there&#39;s only 2 passwords it could be, yours or root (and that&#39;s assuming you enabled the root account, which I guess you probably haven&#39;t).<br />The worst that will happen is that it&#39;ll tell you that you typed an incorrect password.<br />And remember, it&#39;s <b>/</b>usr/local</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>I think there&#39;s a whole set in &#39;Developer\usr&#39; though -- not sure if it&#39;s the same.</p></div></div><p>
Of course it isn&#39;t. /Developer is a different directory.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>and was it &#39;usr&#39; or the name of the user the type in the Terminal?</p></div></div><p>
usr
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 24 Feb 2010 22:47:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I did not mean to imply we did not try. I meant to imply &#39;We tried, but it didn&#39;t accept any of our passwords&#39;</p><p>I can get to <i>usr</i> in Firefox by typing it in but not sure how/if I can open it in finder so I can make a new folder myself.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Last login: Wed Feb 24 10:44:00 on ttys000<br />D60-MAC-07:~ sstutzman$ cd <i>usr</i><br />D60-MAC-07:usr sstutzman$ mkdir local/<br />mkdir: local/: Permission denied<br />D60-MAC-07:usr sstutzman$ pwd<br />/usr<br />D60-MAC-07:usr sstutzman$ cd local/<br />-bash: cd: local/: No such file or directory<br />D60-MAC-07:usr sstutzman$ mkdir local/<br />mkdir: local/: Permission denied<br />D60-MAC-07:usr sstutzman$ sudo mkdir local/</p><p>WARNING: Improper use of the sudo command could lead to data loss<br />or the deletion of important system files. Please double-check your<br />typing when using sudo. Type &quot;man sudo&quot; for more information.</p><p>To proceed, enter your password, or type Ctrl-C to abort.</p><p>Password:<br />sstutzman is not in the sudoers file.  This incident will be reported.<br />D60-MAC-07:usr sstutzman$ sudo mkdir local/</p><p>WARNING: Improper use of the sudo command could lead to data loss<br />or the deletion of important system files. Please double-check your<br />typing when using sudo. Type &quot;man sudo&quot; for more information.</p><p>To proceed, enter your password, or type Ctrl-C to abort.</p><p>Password:<br />Sorry, try again.<br />Password:<br />Sorry, try again.<br />Password:<br />Sorry, try again.<br />sudo: 3 incorrect password attempts<br />D60-MAC-07:usr sstutzman$ </p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 22:53:21 +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/603237/853158#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>
We didn&#39;t know whose password to use for sudo.
</p></div></div><p>
Is there a file called /etc/sudoers ?  Can you view it?  If it&#39;s there and you can&#39;t view it, maybe you could boot a live CD to view it.  Maybe also try &#39;su&#39; command.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Wed, 24 Feb 2010 22:55:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>We tried su. Switching to myself didn&#39;t work :p<br />Neither did anything else.</p><p>Can&#39;t find etc. in Mac. I know where it is in Linux, but it&#39;s hidden or something in Mac.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 22:59:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Does this web page help?<br /><a href="http://support.apple.com/kb/HT1528">http://support.apple.com/kb/HT1528</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Wed, 24 Feb 2010 23:02:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Errm. Just following along with it a bit I see where it says &#39;enable root user&#39; only it&#39;s a shadowed out &#39;disable root user&#39; (Shadowed out since no admin) so I assume it&#39;s already enabled.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 24 Feb 2010 23:14:03 +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/603237/853164#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>I can get to usr in Firefox by typing it in but not sure how/if I can open it in finder so I can make a new folder myself.</p></div></div><p>
Open the hard drive in the &quot;Devices&quot; category in the side bar of the finder window. That takes you to the root directory. Alternatively hit command-up a couple of times to go up in the directory structure.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>sstutzman is not in the sudoers file.  This incident will be reported.</p></div></div><p>
That&#39;s the real problem you need to fix. I&#39;m guessing it&#39;s /private/etc/sudoers.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 24 Feb 2010 23:49:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><i>That&#39;s</i> this &#39;root&#39; directory...?<br />There&#39;s no usr, private, or etc, though. Searching reveals nothing.<br />So I can&#39;t find this file.</p><p>There <i>is</i> a &#39;Users&#39; with my user as one in the list.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Thu, 25 Feb 2010 00:47:57 +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/603237/853194#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>That&#39;s this &#39;root&#39; directory...?</p></div></div><p>
The root directory is /, just as it is on other UNIX systems (actually, just as it is on Windows except there it&#39;s called \ instead).<br />If you have some Linux experience, a lot of that directly translates over to OS X.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>There&#39;s no usr, private, or etc, though. Searching reveals nothing.<br />So I can&#39;t find this file.</p></div></div><p>
What happens if you run &quot;locate sudoers&quot;?<br />I actually have an /etc/sudoers too, so you could try looking there as well. I thought only DarwinPorts used /etc whereas OS X itself doesn&#39;t.<br />If the file isn&#39;t there you can make it (have a look at the manpage).</p><p>In terms of users/root account setup, I know you say that you enabled the root account. Are you sure? Is this your machine? Someone else&#39;s? Is it new, old? Did you change any of the system settings?<br />I don&#39;t remember ever having to do anything special to get sudo to work on OS X.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>There is a &#39;Users&#39; with my user as one in the list.</p></div></div><p>
No, /Users is the OS X equivalent of /home. Not what you&#39;re looking for.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Thu, 25 Feb 2010 01:42:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>This is the school&#39;s computer. So is the Linux. It&#39;s probably best to just assume I have no idea of what I am doing. Locate says it needs to build a database that will take some time.</p><p>Searching for &#39;etc&#39; gets only &#39;Etched Double Line&#39;<br />There is however a &#39;Darwin.usr.dist&#39; which you mentioned.</p><p>sudo would work if I knew what password it wanted.<br />I could maybe try that other guy&#39;s instructions for Xcode (Code::Blocks isn&#39;t that cool in Mac anyway)<br />Xcode doesn&#39;t let me even attempt to build though.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Thu, 25 Feb 2010 01:52: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/603237/853211#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>This is the school&#39;s computer. So is the Linux.</p></div></div><p>
Aha ok, so you don&#39;t actually have administrator permissions on the machine then? That changes things a bit.</p><p>You can install Allegro locally on your account rather than in a system-wide location. When you run ccmake (or the GUI-based alternative), look for CMAKE_INSTALL_PREFIX, which should be set to /usr/local. Change it to /Users/&lt;your username&gt; instead, then reconfigure and run &quot;make install&quot; again.<br />The library will now be installed in ~/lib and the header files in ~/include (~ is short for your home directory).</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Searching for &#39;etc&#39; gets only &#39;Etched Double Line&#39;<br />There is however a &#39;Darwin.usr.dist&#39; which you mentioned.</p></div></div><p>
Nope, has nothing to do with each other. /usr is a directory, so is /etc. You can see if it&#39;s there by looking at the contents of the root directory, either in the Finder or in the Terminal (&quot;ls /&quot;). If it&#39;s not there, it&#39;s not there.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>sudo would work if I knew what password it wanted.</p></div></div><p>
It wants yours, but the problem is that you&#39;re not in the sudoers file, meaning you&#39;re not allowed to sudo anything. That has nothing to do with what password it wants.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Thu, 25 Feb 2010 02:02:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>When Finder is open, type Command-Shift-G (letter &#39;G&#39;).  It opens this:</p><p><span class="remote-thumbnail"><span class="json">{"name":"600592","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/3\/d\/3d4eb5d01fe03b7040287fe53bbb9879.png","w":433,"h":135,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/3\/d\/3d4eb5d01fe03b7040287fe53bbb9879"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/3/d/3d4eb5d01fe03b7040287fe53bbb9879-240.jpg" alt="600592" width="240" height="74" /></span></p><p>As you can see, I&#39;ve already typed in the path to go to.  Then hit Go and it opens Finder in that directory.</p><p>When you install new software on your machine, your Mac usually prompts you to put in a password.  That&#39;s usually the same password you&#39;d use for the <span class="source-code">sudo</span> command.</p><p><span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span></span> is different from <span class="source-code"><span class="k3">/</span>Users<span class="k3">/</span></span>, and is where allegro likes to store its stuff.</p><div class="quote_container"><div class="title">./configure --help said:</div><div class="quote"><p>By default, <span class="source-code">`make install<span class="s">'</span></span> will install all the files in <span class="source-code">`<span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>bin<span class="s">'</span></span>, <span class="source-code">`<span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span>lib<span class="s">'</span></span> etc.  You can specify an installation prefix other than <span class="source-code">`<span class="k3">/</span>usr<span class="k3">/</span>local<span class="s">'</span></span> using <span class="source-code">`<span class="k3">-</span><span class="k3">-</span>prefix<span class="s">'</span></span>, for instance <span class="source-code">`<span class="k3">-</span><span class="k3">-</span>prefix<span class="k3">=</span>$HOME<span class="s">'</span></span>.
</p></div></div><p>

This may be what you&#39;d want to do if you don&#39;t have a password for <span class="source-code">sudo</span>.  When the Mac you (or your friend) is using was initially installed, do you remember setting some sort of &quot;master admin&quot; username and/or password?</p><p><b>EDIT</b>: beaten
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Thu, 25 Feb 2010 02:22:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>OnlineCop: That was indeed very helpful (I didn&#39;t know how to typ in where to go, now I see the &#39;Go&#39; menu... <img src="http://www.allegro.cc/forums/smileys/kiss.gif" alt=":-*" /> &#39; However, I guess I still need privileges to make a new folder there. I&#39;ll install to my user I guess. And I&#39;ll probably use Xcode if I can&#39;t figure out Code::Blocks (I need to configure global variables and linker settings/linked libraries)</p><p>Edit:<br />...Wait so it&#39;s ccmake &lt;dir&gt;...<br />I configured it to Users/me and generated but now what?
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
D60-MAC-07:~ sstutzman$ make install<br />make: *** No rule to make target `install&#39;.  Stop.
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Thu, 25 Feb 2010 06:07: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/603237/853219#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>I configured it to Users/me and generated but now what?</p></div></div><p>
Run make from within the directory where it produced the Makefile.<br />If it didn&#39;t produce a Makefile, check whether it made an Xcode project instead (in case of doubt, you can tell CMake to generate a Makefile by saying something along the lines of <i>cmake -G &quot;UNIX Makefiles&quot;</i>, check the documentation to make sure you get the name right).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Thu, 25 Feb 2010 06:46:30 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How do I do that in ccmake?</p><p>I got this is cmake:
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
D60-MAC-07:allegro-4.4 2 sstutzman$ cmake /Users/sstutzman/Desktop/allegro-4.4\ 2 -G &quot;Unix Makefiles&quot;<br />-- Could NOT find VORBIS  (missing:  OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY)<br />-- Configuring done<br />-- Generating done<br />-- Build files have been written to: /Users/sstutzman/Desktop/allegro-4.4 2<br />D60-MAC-07:allegro-4.4 2 sstutzman$ 
</p></div></div><p>
The src is in that folder on my Desktop. What are these build files? Makefiles? There&#39;s a number of them in there...what name would this one have?</p><p>-------------------------------------------------</p><p>I made a xcode project with Cmake...<br />the build failed with 196 errors and 359 warnings.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 03 Mar 2010 20:41:09 +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/603237/853347#target">Felix-The-Ghost</a> said:</div><div class="quote"><p>what name would this one have?</p></div></div><p>
Makefile.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 03 Mar 2010 23:54:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Let me see if I understand correctly.</p><p>You downloaded the .tar.gz sources and put them on your desktop: <span class="source-code"><span class="k3">/</span>Users<span class="k3">/</span><span class="k3">-</span><span class="k3">-</span>you--<span class="k3">/</span>Desktop</span><br />You opened Terminal and <span class="source-code">cd ~<span class="k3">/</span>Desktop<span class="k3">/</span>allegro-4.4<span class="k3">/</span></span> (or whatever the allegro source was that was unarchived)<br />You ran &quot;<span class="source-code"><a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> Build<span class="k3">/</span> <span class="k3">&amp;</span><span class="k3">&amp;</span> cd Build<span class="k3">/</span></span>&quot; then &quot;<span class="source-code">ccmake ..</span>&quot;, added a checkbox next to the &quot;build frameworks&quot; (or whatever option is specific to Mac), then specified the &quot;build&quot; or &quot;create&quot; or &quot;generate&quot; or &quot;configure&quot; or whatever option actually starts creating all of the files.<br />You exited <span class="source-code">ccmake</span> and immediately (without changing directory or anything) ran &quot;<span class="source-code">make</span>&quot;.</p><p>That should have started compiling, along with some sort of progress of the files.  They should have compiled everything under the <span class="source-code">Build<span class="k3">/</span></span> directory you had created; they won&#39;t install anything.</p><p>Did it get that far?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Thu, 04 Mar 2010 02:28:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Pretty much -- except I tried the .zip version (Don&#39;t know why it&#39;d mess up)<br />Haven&#39;t tried it in a while though but it sounds right.</p><p>When I tried the Cmake <i>program</i> I made an Xcode project with tons of errors and warnings. I don&#39;t remember ccmake terminal having that many and/or failing.<br />Also I&#39;m missing &#39;Vorbis&#39; or something -- presumably for &#39;Logg&#39; which would be nice to use (Although I assume I can install it later)</p><p>I&#39;ll have to try again tomorrow.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Fri, 05 Mar 2010 06:00:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I thought the only difference between the .zip and the .tar.gz files were the line endings, so the actual files should be nearly identical.</p><p>The &#39;cmake&#39; and &#39;ccmake&#39; are the same underlying program; &#39;ccmake&#39; is just the graphical interface for the same thing.</p><p>I like to compile my programs all from the Terminal.  So instead of creating an XCode project and makefile, I just make it for a normal Unix build, then run &quot;make&quot; from the console and see if it compiles.  If it does, re-run &#39;cmake&#39; with the flags to make it an XCode project/makefile, and see if the same errors occur.</p><p>Also, if everything compiles, but it won&#39;t let you &#39;make install&#39;, you&#39;re basically doing everything correctly except that you need to specify that you don&#39;t want to try to install it in the sudo-protected <span class="source-code"><span class="k3">/</span>usr<span class="k3">/</span>local<span class="k3">/</span></span> directory: have it point to somewhere on your home directory (usually <span class="source-code">~<span class="k3">/</span></span> or <span class="source-code">~<span class="k3">/</span>Desktop<span class="k3">/</span></span> or some-such).</p><p><b>EDIT</b>: Still trying to get this to compile for Felix.</p><p>He got the sources from <a href="http://alleg.sourceforge.net/">Sourceforge</a>, extracted them to his desktop: ~/Desktop/allegro-4.4/.</p><p>He opened Terminal, <b>cd ~/Desktop/allegro-4.4/</b>, then ran &quot;<span class="source-code"><a href="http://www.delorie.com/djgpp/doc/libc/libc_570.html" target="_blank">mkdir</a> Build<span class="k3">/</span></span>&quot;, &quot;<span class="source-code">cd Build<span class="k3">/</span></span>&quot;, then &quot;<span class="source-code">ccmake ..</span>&quot;.</p><p>He toggled to Advanced mode, then changed <b>CMAKE_INSTALL_PREFIX</b> 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>usr<span class="k3">/</span>local</span> (tilde at the front).  He also set <b>WANT_FRAMEWORKS</b> from NO to YES.</p><p>He also defined the following variables:
</p><pre class="terminal">  export CPLUS_INCLUDE_PATH=~/usr/local/include:$CPLUS_INCLUDE_PATH
  export C_INCLUDE_PATH=~/usr/local/include:$C_INCLUDE_PATH
  export PATH=$PATH:~/usr/local/bin
  export LD_LIBRARY_PATH=~/usr/local/lib:$LD_LIBRARY_PATH</pre><p>

He compiled allegro and ran <span class="source-code">make install</span>.</p><p>When that compiled and started working, he tried to compile his game.  I provided a Makefile so he didn&#39;t have to recompile all the time, and got this compile error:
</p><pre class="terminal">$ make

g++ -o &quot;./bin/test&quot; -W -Wall -g3 -ggdb3 -O0 -pg ./obj/Ball.o ./obj/Paddle.o ./obj/Pong.o ./obj/Powerup.o  `allegro-config --libs`

ld: warning: in /Users/sstutzman/usr/local/lib/liballeg-main.a, file is not of required architecture
ld: warning: in /Users/sstutzman/usr/local/lib/liballeg.dylib, file is not of required architecture</pre><p>

I had him try to add &quot;-m32&quot; to the end of his linking command, and it got rid of that error, but then gave him this:
</p><pre class="terminal">$ make

g++ -o &quot;./bin/test&quot; -W -Wall -g3 -ggdb3 -O0 -pg -m32 ./obj/Ball.o ./obj/Paddle.o ./obj/Pong.o ./obj/Powerup.o  `allegro-config --libs`

ld: warning: in ./obj/Ball.o, file is not of required architecture
ld: warning: in ./obj/Paddle.o, file is not of required architecture
ld: warning: in ./obj/Pong.o, file is not of required architecture
ld: warning: in ./obj/Powerup.o, file is not of required architecture
</pre><p>

We tried changing from &quot;-m32&quot; to &quot;-m64&quot;, but that just gave the original error (since allegro wasn&#39;t compiled as a 64-bit).</p><p>He&#39;s running Snow Leopard (10.6).  I don&#39;t get this error on Leopard (10.5), so I&#39;m not sure what&#39;s going wrong. <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OnlineCop)</author>
		<pubDate>Fri, 12 Mar 2010 03:40:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Posting here since &#39;sending to top&#39; doesn&#39;t announce new posts from the main page.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Fri, 12 Mar 2010 03:44:40 +0000</pubDate>
	</item>
</rss>
