Search results

  1. V

    Ghosts'n Demons: OpenBOR but not OpenBOR? What's going on?

    @tilaval: any way I could fix the game script so it works on newer OpenBOR?
  2. V

    Ghosts'n Demons: OpenBOR but not OpenBOR? What's going on?

    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?
  3. V

    Ghosts'n Demons: OpenBOR but not OpenBOR? What's going on?

    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...
  4. V

    Errors trying to build engine from SVN on GNU/Linux

    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...
  5. V

    Errors trying to build engine from SVN on GNU/Linux

    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...
Back
Top Bottom