Building revision 1532

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
Anthrax
Posts: 4
Joined: Tue Feb 26, 2013 6:44

Building revision 1532

Post by Anthrax »

Hi,

I had trouble to build revision 1532 which I've took from here:
http://mancubus.net/svn/hosted/gzdoom/trunk

Source file a_morph.cpp didn't build due to usage of 2 methods before they were defined. So, I have added method prototypes at the beginning of the source file, like this:

Code: Select all

#include "info.h"
// .... more includes....
#include "farchive.h"

static FRandom pr_morphmonst ("MorphMonster");
void EndAllPowerupEffects(AInventory *item);  // one 
void InitAllPowerupEffects(AInventory *item);  // two
I'm building under Ubuntu 12.04 x86_64, uname -r: 3.2.0-38-generic.
Edward-san
Developer
Developer
Posts: 197
Joined: Sun Nov 29, 2009 16:36

Re: Building revision 1532

Post by Edward-san »

try to update the revision to 1533, it contains the fix to the compilation ported from zdoom.
Locked

Return to “Closed Bugs”