Re: [Freedos-devel] Problems in your head?

2021-06-21 Thread tom ehlert
Hallo Herr Paul Dufresne via Freedos-devel, am Montag, 21. Juni 2021 um 02:20 schrieben Sie: > Frankly, this is in part a note to myselft... but could be > considered a follow-up to me trying to compile gnuchess. so you are sending this mail to MANY other people just to remind yourself? what's

Re: [Freedos-devel] Problems in your head?

2021-06-21 Thread Carsten Strotmann
Hi Tom, On 21 Jun 2021, at 10:07, tom ehlert wrote: > Hallo Herr Paul Dufresne via Freedos-devel, > > am Montag, 21. Juni 2021 um 02:20 schrieben Sie: > >> Frankly, this is in part a note to myselft... but could be >> considered a follow-up to me trying to compile gnuchess. > > so you are sending

[Freedos-devel] Re : Problems cross-compiling gnuchess

2021-06-21 Thread Paul Dufresne via Freedos-devel
Le dim., 20 juin 2021 20:20:17 -0400 Paul Dufresne via Freedos-devel écrit >In fact I have tried: >#include >//#include > >int main (){ >  return 0; >} >which does not find cstdllib.h. yes, because it should be #include ... withou

[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

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/

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