<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Allegro 4.1.17 WIP</title>
		<link>http://www.allegro.cc/forums/view/436720</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Fri, 10 Dec 2004 22:32:05 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Allegro 4.1.17 WIP has been released. Get it from the Allegro SoureForge <br />page at [url <a href="http://sourceforge.net/projects/alleg/">http://sourceforge.net/projects/alleg/</a>]. Also see <a href="http://alleg.sourceforge.net/">http://alleg.sourceforge.net/</a>.</p><p>This release is a Work-In-Progress release that adds features and corrects problems with regard to the 4.0 codebase. It is API (source) compatible with 4.0.0 on every platform, except for a few minor changes (see docs/html/api.html).</p><div class="quote_container"><div class="title">CHANGES said:</div><div class="quote"><p>
=======================================================================<br />============ Changes from 4.1.16 to 4.1.17 (December 2004) ============<br />=======================================================================</p><p>   Sven Sandberg fixed a few problems with the sprite rotation code.</p><p>   Sven Sandberg optimized blitting between different colour depths.</p><p>   Evert Glebbeek added support for the use of native window manager cursors.</p><p>   Chris Robinson made install_allegro() check if the library version matches<br />   the version of the headerfiles installed.</p><p>   Peter Wang fixed some problems with rest() on UNIX systems.</p><p>   Evert Glebbeek added an is_windowed_mode() function.</p><p>   Elias Pschernig added the scancode_to_name function.</p><p>   Elias Pschernig made rest use usleep() on MacOSX.</p><p>   Chris Robinson fixed the incorrect use of -export-dynamic on UNIX</p><p>   Elias Pschernig, Chris Robinson and Peter Wang fixed XOR mode leaving <br />   droppings in X11.</p><p>   Elias Pschernig fixed several dependency issues.</p><p>   James Lohr fixed a problem with mouse acceleration in fullscreen modes under<br />   Windows.</p><p>   Peter Wang fixed a problem in the TGA loader.</p><p>   Lennart Steinke contributed keyboard layout detection code for Windows.</p><p>   Peter Wang fixed a bug that caused Allegro to crash if it failed to <br />   initialize.</p><p>   Peter Wang fixed a deadlock related to X vsync emulation.</p><p>   Daniel Schlyder fixed make uninstall with mingw make.</p><p>   Elias Pschernig fixed QNX issue of not including utimer.c</p><p>   Angelo Mottola fixed compilation problems on BeOS and fixed the detection<br />   of VRAM.</p><p>   Evert Glebbeek fixed compilation problems on *BSD.</p><p>   Elias Pschernig made the X11 window hidden in GFX_TEXT mode.</p><p>   Peter Wang removed remapping of numpad keys when NumLock was off in Linux</p><p>   David A. Capello made override_config_file also be used for writing to the <br />   config file.</p><p>   Julien Cugniere added an X11 message box for allegro_message under X11.</p><p>   Vitaliy Chetverikov a small bug in the GUI where the return value of <br />   MSG_IDLE was ignored.</p><p>   Peter Wang made several improvements to the examples.</p><p>   Grzegorz Adam Hankiewicz made a lot of improvements to the documentation.</p><p>   Elias Pschernig made make-install not build examples.</p><p>   Peter Wang fixed several instances of symbols not declared static that should<br />   have been.</p><p>   Elias Pschernig replaced the X11 keyboard driver with a new XIM driver.</p><p>   Peter Wang fixed a problem with Linux headers and Allegro headers both<br />   declaring KEY_ constants, as pointed out by David A. Capello.</p><p>   Elias Pschernig fixed X11 async reply in DGA2 mode detection due to missing <br />   XLOCK/XUNLOCK</p><p>   Peter Wang fixed problems in ex3buf, which was trying to lock symbols which <br />   had been removed.</p><p>   Elias Pschernig cleaned up grabber/dat documentation.</p><p>   Daniel Schlyder added ALLEGRO_LIB_BUILD flag for gcc variants not using <br />   configure.</p><p>   Elias Pschernig fixed bugs in matrix_to_quat and get_align_matrix.</p><p>   Evert Glebbeek fixed a problem with the X11 port when <br />   ALLEGRO_MULTITHREADED was not defined.</p><p>   Matthew Leverton added support for a fourth mouse button to the Windows port.</p><p>   Michal Molhanec added a faq section about the giftware license.</p><p>   Elias Pschernig added the license disclaimer to the docs.</p><p>   Evert Glebbeek added missing vtable entries for AllegroGL, as requested by <br />   Robert Ohannessian.</p><p>   Dustin Dettmer spotted a typo in save_bitmap.</p><p>   Sam Hocevar removed deprecated use of init_read_test, test_byte_read, etc.</p><p>   Peter Wang fixed a bug in the Windows keyboard driver.
</p></div></div><p>

This WIP should be reasonably close to what 4.2.0 is going to look like. There are a few things still left to do, but by all means, do test it and report how it works or doesn&#39;t work for you!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Sun, 05 Dec 2004 15:29:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
W00T!!! <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Sun, 05 Dec 2004 16:07:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">CHANGES said:</div><div class="quote"><p>Lennart Steinke contributed keyboard layout detection code for Windows.</p></div></div><p>

</p><div class="quote_container"><div class="title">Allegro Manual: Keyboard routines said:</div><div class="quote"><p>On some platforms (like DOS and Windows), Allegro requires the user to specify the language of the keyboard mapping because it is impossible to obtain this information from the OS, otherwise the default US keyboard mapping will be used.</p></div></div><p>
Feels like that passage should be changed then <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>[EDIT]<br />It seems like scancode_to_name() is broken, unless I&#39;m using it wrong <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /><br />With regular readkey() and scancode_to_name() the only name I get is &quot;(null)&quot;, and with ureadkey() (the docs don&#39;t say which of them apply) I get completely nonsensical mappings.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Sun, 05 Dec 2004 17:31:13 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Feels like that passage should be changed then <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p></div></div><p>
Indeed. Thanks for spotting that. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>It seems like scancode_to_name() is broken, unless I&#39;m using it wrong <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /><br />With regular readkey() and scancode_to_name() the only name I get is &quot;(null)&quot;</p></div></div><p>
Hmm... just to make sure, you did use scancode_to_name(readkey()&gt;&gt;8)? That&#39;s how I think it should work. Best to ask Elias to make sure...<br />It&#39;s also possible that the function doesn&#39;t yet work in Windows... but I&#39;m not sure about that.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Sun, 05 Dec 2004 18:18:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It should work. And yes, it works with the scancode, so readkey() &gt;&gt; 8. Actually, just run exkeys, the names it displays to the right come from scancode_to_name. If they all says (null), than that needs to be fixed.</p><p>[Edit:]<br />To make this clear, the reason why I think scancode_to_name was needed is, if you have some game, and want keyboard controls to be user configurable. So, what you would do is, let the user select a control, and ask to press the desired key. You can now either use readkey/ureadkey, but then you can&#39;t use keys like Left-control or Right-control. Or, you can use key[], but then you don&#39;t know what name to display for a key. The KEY_* constants are not accurate, e.g. KEY_TILDE doesn&#39;t exist on many keyboard layouts. This is exactly what scancode_to_name is for. It tries to name a key, e.g. scancode_to_name(KEY_F1) will return &quot;F1&quot;, and scancode_to_name(KEY_TILDE) <b>should</b> return whatever the OS thinks is the name of the corresponding key.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Sun, 05 Dec 2004 20:18:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>My bad. I forgot that readkey doesn&#39;t return the scancode but instead a value containing both the scancode and the ASCII value <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>Oh well, I blame it on being in a hurry when testing it...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Sun, 05 Dec 2004 22:32:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It refuses to compile for me. <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" /></p><div class="source-code snippet"><div class="inner"><pre>...other stuff here, but no errors <span class="k1">or</span> warnings.

gcc <span class="k3">-</span>DALLEGRO_SRC <span class="k3">-</span>DALLEGRO_LIB_BUILD <span class="k3">-</span>Wall <span class="k3">-</span>Wno-unused <span class="k3">-</span>mcpu<span class="k3">=</span>pentium <span class="k3">-</span>O2 <span class="k3">-</span>funro
ll-loops <span class="k3">-</span>ffast-math  <span class="k3">-</span>fomit-frame-pointer <span class="k3">-</span>I. <span class="k3">-</span>I.<span class="k3">/</span>include <span class="k3">-</span>o obj<span class="k3">/</span>mingw32<span class="k3">/</span>alleg<span class="k3">/</span>
wkeybd.o <span class="k3">-</span>c src<span class="k3">/</span>win<span class="k3">/</span>wkeybd.c
src<span class="k3">/</span>win<span class="k3">/</span>wkeybd.c: In function `key_dinput_handle_scancode<span class="s">':</span>
<span class="s">src/win/wkeybd.c:174: `DIK_PAUSE'</span> undeclared <span class="k2">(</span>first use in <span class="k1">this</span> function<span class="k2">)</span>
src<span class="k3">/</span>win<span class="k3">/</span>wkeybd.c:174: <span class="k2">(</span>Each undeclared identifier is reported only once
src<span class="k3">/</span>win<span class="k3">/</span>wkeybd.c:174: <span class="k1">for</span> each function it appears in.<span class="k2">)</span>
make: <span class="k3">*</span><span class="k3">*</span><span class="k3">*</span> <span class="k2">[</span>obj<span class="k3">/</span>mingw32<span class="k3">/</span>alleg<span class="k3">/</span>wkeybd.o<span class="k2">]</span> Error <span class="n">1</span>
</pre></div></div><p>

gcc -v says it is gcc version 3.2.3 (mingw special 20030504-1)<br />make -v is GNU Make 3.80
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (deps)</author>
		<pubDate>Sun, 05 Dec 2004 22:41:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Compiles for me without problem, so no idea. You have <i>MINGDIR</i> set, and run <i>fix mingw32</i> before building, right? Just guessing, it works here.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Sun, 05 Dec 2004 23:19:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, mingdir is set, and I did run fix mingw32. Haven&#39;t had problems compiling allegro for a long time. I also completley removed the old directory, 4.1.16, before I unzipped the new one.</p><p>edit: all the other files are compiled without problems, it&#39;s just this one that complains.</p><p>Edit again:<br />And when i try to compile it, I do as i always do:</p><p>fix mingw32<br />make<br />(and here i would run make install, if it wasn&#39;t for the error)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (deps)</author>
		<pubDate>Sun, 05 Dec 2004 23:20:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The definition is in dinput.h. Do you have the DX headers (I guess so, check that file to see if you find that definition there)?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Sun, 05 Dec 2004 23:21:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>No, it wasn&#39;t in d:\mingw\include\dinput.h<br />So i guess i should redownload the dx headers from alleg.sf.net then? I will try that.</p><p>edit: looks like i used the dx80 headers before. Will try dx70 now
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (deps)</author>
		<pubDate>Sun, 05 Dec 2004 23:25:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Try downloading the headers for DX 8. I think there is a link at a.cc to those minimun headers as well.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Sun, 05 Dec 2004 23:27:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>No, i had dx8 before. I am using dx 7 now and it compiles. Thanks for the help. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (deps)</author>
		<pubDate>Sun, 05 Dec 2004 23:29:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Any reason for avoiding a proper makefile.mgw update?</p><div class="source-code snippet"><div class="inner"><pre>Compiling Allegro <span class="k1">for</span> MinGW32, optimised. Please wait...
gcc <span class="k3">-</span>DALLEGRO_SRC <span class="k3">-</span>DALLEGRO_LIB_BUILD <span class="k3">-</span>Wall <span class="k3">-</span>Wno-unused <span class="k3">-</span>mcpu<span class="k3">=</span>pentium <span class="k3">-</span>O2 <span class="k3">-</span>funro
ll-loops <span class="k3">-</span>ffast-math  <span class="k3">-</span>fomit-frame-pointer <span class="k3">-</span>I. <span class="k3">-</span>I.<span class="k3">/</span>include <span class="k3">-</span>o obj<span class="k3">/</span>mingw32<span class="k3">/</span>alleg<span class="k3">/</span>
allegro.o <span class="k3">-</span>c src<span class="k3">/</span>allegro.c
`<span class="k3">-</span>mcpu<span class="k3">=</span><span class="s">' is deprecated. Use `-mtune='</span> <span class="k1">or</span> <span class="s">'-march='</span> instead.
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Fabiano Lopes)</author>
		<pubDate>Mon, 06 Dec 2004 09:44:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I must say, this is quite lovely. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> Allegro has been spending almost all of its time on bug fixes making it pretty stable.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Chris Katko)</author>
		<pubDate>Mon, 06 Dec 2004 09:47:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Fabiano, which compiler you are using? I would guess GCC 3.4 or something like that. I used 3.2 and compiled without warnings.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Mon, 06 Dec 2004 09:58:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><b>Rock</b>.  Is it just me, or are there a lot of good fixes/additions with this one?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Gideon Weems)</author>
		<pubDate>Mon, 06 Dec 2004 10:04:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="source-code snippet"><div class="inner"><pre>gcc <span class="k2">(</span>GCC<span class="k2">)</span> <span class="n">3</span>.<span class="n">4</span>.<span class="n">2</span> <span class="k2">(</span>mingw-special<span class="k2">)</span>
Copyright <span class="k2">(</span>C<span class="k2">)</span> <span class="n">2004</span> Free Software Foundation, Inc.
</pre></div></div><p>

Also, it seems the &quot;-mtune=i686&quot; issue is gone. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /><br />I <b>loved</b> that mouse-fix too! (windows version)</p><p>EDIT: nope, unfortunately. It still crashes in windowed mode (not on fullscreen though).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Fabiano Lopes)</author>
		<pubDate>Mon, 06 Dec 2004 10:05:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Any reason for avoiding a proper makefile.mgw update?</p></div></div><p>
Yes, no one uses Windows so these things tend to go (mostly) unnoticed... ok, I remember that you did point it out.<br />At the moment, I think changing the flag is not worth it, as it would break older versions of the compiler. For the future, it&#39;s something that we should look into though.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Is it just me, or are there a lot of good fixes/additions with this one?</p></div></div><p>
There are quite a few, yes. Part of the reason is that we really want to get Allegro ready for 4.2 so that work can focus on rebuilding the API.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Mon, 06 Dec 2004 16:31:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>If anyone is interested, here are the library versions I&#39;m using to compile 4.1.17 under msys and mingw without any problems:</p><p>MSYS-1.0.10<br />MinGW-3.1.0-1<br />msysDTK-1.0.1<br />msys-libtool-1.5<br />w32api-3.1<br />binutils-2.15.91<br />mingw-runtime-3.5<br />mingw-utils-0.3</p><p>after those are installed I updated the compiler:<br />gcc-core-3.4.2-20040916<br />gcc-g++-3.4.2-20040916</p><p>DO NOT UPDATE THE AUTOCONF (2.5.9) AND AUTOMAKE (1.8.2) PACKAGES FOR MINGW. THEY ARE BROKEN!&gt;:(  I had a <b>lot</b> of problems on another project until I found out from some other users these updated libs are really broken. Even though Allegro doesn&#39;t use them, it&#39;s better not to install them anyway.</p><p>I use Dev-C++ 4.9.9.1 <b>without</b> the integrated mingw option and the  DX8_mgw headers from the Allegro site.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jeff Houck)</author>
		<pubDate>Mon, 06 Dec 2004 20:58:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Rock. Is it just me, or are there a lot of good fixes/additions with this one?</p></div></div><p>Its not just you <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /> wait for 4.3.* muahaha. Though there (IIRC) WILL be api breakages in 4.3.*.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 06 Dec 2004 22:18:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Though there (IIRC) WILL be api breakages in 4.3.*.</p></div></div><p>
I think 4.2-&gt;4.4 will be light enough that there won&#39;t. But I can&#39;t say for 100% certain.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kitty Cat)</author>
		<pubDate>Tue, 07 Dec 2004 08:04:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m loving it. ®</p><p>Something that isn&#39;t made too clear about building Allegro from source:</p><p>If you plan on compiling it for MSVC, you of course must use gnu make to do so, but many people use MinGW, while building Allegro requires CR/LF formatting. The tool to do this, UTOD, isn&#39;t distributed with MinGW. It&#39;s DJGPP.</p><p>Just something to ponder for documentation purposes.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jeremy McCleese)</author>
		<pubDate>Tue, 07 Dec 2004 10:16:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>The tool to do this, UTOD, isn&#39;t distributed with MinGW</p></div></div><p>
Something wrong with unix2dos.exe?</p><p>And in any case, what are you saying has to be converted for MinGW? <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Tue, 07 Dec 2004 10:20:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I thought the make process did that automatically (LF -&gt; CR/LF when fix.bat was run for &quot;ming32&quot;)?  Either that or the .zip distribution has CR/LF formatting?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Gideon Weems)</author>
		<pubDate>Tue, 07 Dec 2004 10:22:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>From fix.bat:
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
echo Converting Allegro files to DOS CR/LF format...<br />utod .../*.bat .../*.sh .../*.c *.cfg .../*.h .../*.inc .../*.rc<br />utod .../*.rh .../*.inl .../*.s .../*.txt .../*._tx makefile.*
</p></div></div><p>

Just saying that by default, allegro uses utod to convert the files. A lot of people don&#39;t take time to read. My friend Jeff being one of them. He complained for about 2 hours straight today about not being able to compile this. After getting on my last nerve, I finally, sent him utod.exe. He was using MinGW.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jeremy McCleese)</author>
		<pubDate>Tue, 07 Dec 2004 10:27:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>i have been using msvc and mingw for a long time now..<br />and each time it issues the utod command i get an error.</p><p>i just ignore it and everything compiles fine.<br />it would be nice to fix it .. i guess.</p><p>what are the main reasons why MSVC&#39;s make can not be used ?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (A J)</author>
		<pubDate>Tue, 07 Dec 2004 10:43:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It doesn&#39;t use the same symantics and syntax as GNU make, and I don&#39;t think we have any devs that understand it and could keep it up to date. The good thing about GNU make is that, even across different platforms, the symantics are the same.. you just use different OS calls.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kitty Cat)</author>
		<pubDate>Tue, 07 Dec 2004 10:56:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>If you plan on compiling it for MSVC, you of course must use gnu make to do so, but many people use MinGW, while building Allegro requires CR/LF formatting. The tool to do this, UTOD, isn&#39;t distributed with MinGW. It&#39;s DJGPP.</p></div></div><p>
Well, the compiler should be able to handle both formats. The only program that I know of that is too broken to recognize both is notepad. Besides, the files in the ZIP archive already contain CR/LF endings. This is the only difference (contents-wise) between the .zip and .tar.gz source distributions.<br />Just pass the --quick flag on the fix command line to disable the conversion. Maybe this could be the default on DOS/Windows?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 07 Dec 2004 15:02:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>is there a way to test for the presence of utod ?<br />is there such a thing as a file_exists() for makefiles ?<br />that searches the path ?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (A J)</author>
		<pubDate>Tue, 07 Dec 2004 21:54:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>IIRC, there&#39;s an executable in the Allegro distribution that does just that.  (I must use someone else&#39;s computer for internet access, and there&#39;s no Allegro so I can&#39;t check.)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Gideon Weems)</author>
		<pubDate>Wed, 08 Dec 2004 09:45:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi,<br />On a Mandrake 10.0 official, gcc 3.3.2 (mdk), linked with aastr and almp3<br />each time I&#39;m trying to use allegro_message(..) it return<br />&#39;broken pipe&#39;<br />Any idea ? Is there an exemple that use allegro_message ?<br />Thanks for the help, good job anyway (was hoping a lot of an Allegro_message in a X Box)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (zesensei)</author>
		<pubDate>Fri, 10 Dec 2004 15:48:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Do you have xmessage installed on your system?<br />The relevant code is in the _xwin_sysdrv_message() in src/x/xsystem.c, if you could help pin point where the crash happens exactly, that would be very helpful. Needless to say, it works fine here (although this does remind me that I want to make the message box a configure option; I prefer the terminal myself).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Fri, 10 Dec 2004 16:01:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Seems xmessage isn&#39;t installed by default on Mandrake 10.0 .<br />I&#39;ve tried to install via rpmdrake (Xform package), install is fine but it didn&#39;t work anymore.<br />Guess I&#39;will not allegro_message for a few.<br />Thanks for the answer.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (zesensei)</author>
		<pubDate>Fri, 10 Dec 2004 16:50:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Maybe we should use a simple system() call as in Julien&#39;s original patch? Either that, or Peter will have to fix it and handle SIGPIPE or something properly <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Fri, 10 Dec 2004 17:29:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Maybe we should use a simple system() call as in Julien&#39;s original patch?</p></div></div><p>
I&#39;d try to use popen if I wanted to use pipes personally, although I&#39;m not sure why pipes are the way to go in this case.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Either that, or Peter will have to fix it and handle SIGPIPE or something properly</p></div></div><p>
Well, yes, I suppose we have to do that if we want to use pipes like this. Hmm... there could be a potential similar problem with get_executable_name() in rare circumstances I suppose...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Fri, 10 Dec 2004 18:00:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The only reason for pipe&#39;s was a security concern, with system(&quot;xmessage blah&quot;) the &quot;blah&quot; apparently gets visibles somewhere in the /proc filesystem. As I said on [AD].. I don&#39;t really see a problem with that personally.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Fri, 10 Dec 2004 18:23:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>system also goes through your shell, so &quot;blah&quot; should be escaped for shell meta characters.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Fri, 10 Dec 2004 22:27:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, it was execvlp or something, not system, sorry. See the patch by KittyCat on [AD] <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Fri, 10 Dec 2004 22:32:05 +0000</pubDate>
	</item>
</rss>
