But the version he uses is from 2009 and depends on SDL1, which is unmantained and bit-rotten, causing problems on newer systems.
The error that GND gives on new OpenBOR seems minor: would it be hard to fix so the PAK runs on up-to-date OpenBOR which runs on SDL2?
Hi!
I found out about this awesome looking OpenBOR freeware game called "Ghosts'n Demons" by BonusJZ.
It can be downloaded for free here:
http://gamejolt.com/games/ghosts-n-demons/105882
It includes a PAK and, in fact, it loads up fine in OpenBOR built from SVN.
It also loads on stable OpenBOR...
Ok, I am replying to myself and leaving it here for future reference and for other people.
The problem is that recend GCC (5.x) refaults to -stc=gnu11, which changes the way mainline functions are declared and defined. More info here:
https://gcc.gnu.org/gcc-5/porting_to.html
So the solution...
Hi,
I'm trying to build the OpenBOR engine on my GNU/Linux system (Ubuntu). However, I get the following errors:
manuel@vader:~/Downloads/openbor/engine$ make BUILD_LINUX=1 GCC_TARGET=64
Compiling LINUX Port: openbor.c...
In file included from source/globals.h:24:0,
from...