Re: [Freedos-devel] Almost compiled kraptor game

2021-06-21 Thread Paul Dufresne via Freedos-devel
Le lun., 21 juin 2021 18:40:33 -0400 Eric Auer écrit [...] >> Explicitly set -std=gnu89 and -std=gnu++98 for DJGPP compilation >> >> Versions 5.00 and above of GCC default to -std=gnu11 instead of -std=gnu89. >> This breaks linking of Allegro 4.2 on ne

Re: [Freedos-devel] Almost compiled kraptor game

2021-06-21 Thread Eric Auer
Hi! > The cause could be that the library needs to be compiled with: > -fgnu89-inlineas I found from: https://www.allegro.cc/forums/thread/617748 > > I wrote a message on djgpp mailing list about it and got a response that it > is a known issue: > https://www.delorie.com/djgpp/mail-archives/

[Freedos-devel] Almost compiled kraptor game

2021-06-21 Thread Paul Dufresne via Freedos-devel
kraptor game has evident problems with palette of images in VirtualBox (only) and I tought compiling it would help do some experiments to figure out what the problem is. Fun fact: the author of the game (released in 2004) have made kfixpal tool, to change a bunch of pictures, so as they shar