markcox / game-music-emu

Automatically exported from code.google.com/p/game-music-emu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Support for gcc2 #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I'm adding GME support in APlayer ( http://pulkomandy.tk/projects/APlayer ), 
the chiptune player for the Haiku operating system. I had some trouble 
compiling the lib with gcc2, which we're still using for historical reasons.

Here's a patch that should not have any downsides on other systems and does not 
uglify the code too much (I hope).

Original issue reported on code.google.com by pulkoma...@gmail.com on 7 Nov 2012 at 8:55

Attachments:

GoogleCodeExporter commented 9 years ago
Modern gcc is giving a bunch of warnings on the current code, which I will go 
around and clean up. Things which make sense from there I can possibly apply, 
but I can't imagine anyone here will want to claim that we'll try to support 
gcc 2.95 on purpose so just expect more breakage in that case.

Original comment by michael....@gmail.com on 16 Mar 2013 at 9:22

GoogleCodeExporter commented 9 years ago
Ok, as you wish. I'll be keeping my patch up to date and including it in my 
build system in that case.

Original comment by pulkoma...@gmail.com on 18 Mar 2013 at 1:18