I got the make problem working (downloaded the entier CYGWIN which took me hours).
However, can someone tell me how to make it that players can type who instead of who_1?
Also, after installing dual class, there are errors here and there:
Help Please! =]
However, can someone tell me how to make it that players can type who instead of who_1?
Also, after installing dual class, there are errors here and there:
Quote:
$ make
make smaug
make[1]: Entering directory '/home/David/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
In file included from act_info.c:25:
mud.h:1066: field 'DUAL_SKILL' declared as a function
mud.h:1067: field 'dual_adept' declared as a function
mud.h:1068: field 'find_skill_level' declared as a function
mud.h:1069: field 'hp_max' declared as a function
mud.h:1070: field 'hp_min' declared as a function
mud.h:1071: field 'use_mana' declared as a function
mud.h:1074: duplicate member 'hp_min'
mud.h:1075: duplicate member 'hp_max'
mud.h:3302: parse error before 'IS_VAMPIRE'
mud.h:3482: syntax error before 'struct'
act_info.c: In function 'do_practice':
act_info.c:3154:warning: implicit declaration of function 'DUAL_SKILL'
act_info.c: In function 'do_slist':
act_info.c:3154:warning: implicit declaration of function 'find_skill_level'
make[1]: *** [act_info.o] Error 1
make[1]: Leaving directory '/home/David/smaug/dist/src'
make: *** [all] Error 2
$ make
make smaug
make[1]: Entering directory '/home/David/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
In file included from act_info.c:25:
mud.h:1066: field 'DUAL_SKILL' declared as a function
mud.h:1067: field 'dual_adept' declared as a function
mud.h:1068: field 'find_skill_level' declared as a function
mud.h:1069: field 'hp_max' declared as a function
mud.h:1070: field 'hp_min' declared as a function
mud.h:1071: field 'use_mana' declared as a function
mud.h:1074: duplicate member 'hp_min'
mud.h:1075: duplicate member 'hp_max'
mud.h:3302: parse error before 'IS_VAMPIRE'
mud.h:3482: syntax error before 'struct'
act_info.c: In function 'do_practice':
act_info.c:3154:warning: implicit declaration of function 'DUAL_SKILL'
act_info.c: In function 'do_slist':
act_info.c:3154:warning: implicit declaration of function 'find_skill_level'
make[1]: *** [act_info.o] Error 1
make[1]: Leaving directory '/home/David/smaug/dist/src'
make: *** [all] Error 2
Help Please! =]