bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Linking trunk ChangeLog 1.948


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Linking trunk ChangeLog 1.948
Date: Fri, 17 Jan 2003 20:13:16 +0000
User-agent: Mutt/1.4i

On Fri, Jan 17, 2003 at 08:06:25PM +0000, Joern Thyssen wrote
> On Fri, Jan 17, 2003 at 08:48:06PM +0100, Nardy Pillards wrote
> > Error while linking:
> > gtkboard.o(.text+0x4fce):gtkboard.c: undefined reference to `ptt'
> > 
> > (line 2 438 in gtkboard.c, v. 1.104 of trunk)
> 
> Just remove the line. It should set a tooltips on the player color, but
> the tooltips parent (ptt) is missing from code.

or change line 324 of gtkgame.c from

static GtkTooltips *ptt;

to

GtkTooltips *ptt;

Jørn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]