compiling Problems...
Stan Shebs
shebs@shebs.cnchost.com
Thu Nov 16 09:14:00 GMT 2000
Jochen Cichon wrote:
>
> Hm done. But now there is another thing :(
>
> ../kernel/libconq.a(cmdline.o): In function `set_players_from_options':
> /archive/xconq-7.3.3/kernel/cmdline.c:742: undefined reference to `make_default_player_spec'
> collect2: ld returned 1 exit status
> make[1]: *** [cconq] Error 1
> make[1]: Leaving directory `/usr/local/archive/xconq-7.3.3/curses'
Hmmm, looks like nobody tested cconq in 7.3.3...
Anyway, if you add
extern char *default_player_spec;
void make_default_player_spec() { default_player_spec = "term"; }
to cconq.c, everything compiles and works (the side list is short
by one line, but all the sides are actually there).
Stan
More information about the Xconq7
mailing list