Hey guys,
After some years of playing the big graphical MMO's I decided to tinker again with Mudding. I really like the idea of a graphical interface so I'm trying to get the protocol snippet working.
I was able to easily install the snippet into smaug 1.4a without issue, but I can't seem to get it to work with smaugfuss1.9 which I'm currently running.
I tried compiling in both Cygwin and my Third Generation Shell account and get the same errors..
protocol.h:103: error: expected indentifier before 'false'
protocol.h:103: error: expected ')' before 'false'
protocol.h:103: error: expected unqualified-id before 'false'
protocol.h:103: error: expected declaration before '}' token
here's the code in protocol.h
typedef enum
{
false,
true
} bool_t;
I'm really rusty at coding :P
Btw the current posted version of smaugfuss1.9 on the fuss website seems to have issues with loading the area files. It compiles nicely but you get a ton of log spam reading in the area files. So I'm using an older version of smaugfuss 1.9 that I found.
Any help would be appreciated, thx :)
After some years of playing the big graphical MMO's I decided to tinker again with Mudding. I really like the idea of a graphical interface so I'm trying to get the protocol snippet working.
I was able to easily install the snippet into smaug 1.4a without issue, but I can't seem to get it to work with smaugfuss1.9 which I'm currently running.
I tried compiling in both Cygwin and my Third Generation Shell account and get the same errors..
protocol.h:103: error: expected indentifier before 'false'
protocol.h:103: error: expected ')' before 'false'
protocol.h:103: error: expected unqualified-id before 'false'
protocol.h:103: error: expected declaration before '}' token
here's the code in protocol.h
typedef enum
{
false,
true
} bool_t;
I'm really rusty at coding :P
Btw the current posted version of smaugfuss1.9 on the fuss website seems to have issues with loading the area files. It compiles nicely but you get a ton of log spam reading in the area files. So I'm using an older version of smaugfuss 1.9 that I found.
Any help would be appreciated, thx :)