This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling Problems...


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]