bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] predefined board designs


From: Joern Thyssen
Subject: Re: [Bug-gnubg] predefined board designs
Date: Sat, 30 Nov 2002 16:15:17 +0000
User-agent: Mutt/1.4i

On Sat, Nov 30, 2002 at 04:45:29PM +0100, Jim Segrave wrote
> On Sat 30 Nov 2002 (15:01 +0100), Achim Mueller wrote:
> > Am Sam, 2002-11-30 um 14.30 schrieb Jim Segrave:
> > 
> > > Mea culpa. I fixed some compiler warnings by putting variable
> > > declarations where the variables are only used in conditionally
> > > compiled code inside #if blocks. I missed the case where HAVE_LIBGGMP
> > > is undefined and HAVE_LIBDL is defined. I've updated set.c so that the
> > > declarations are where they belong (inside {...} blocks in the
> > > conditional code).
> > 
> > Seems to work now (tx for the quick answer), but ...
> > 
> > gtktexi.o: In function `TagEvent':
> > /home/ace/local/src/gnubg/gtktexi.c:109: multiple definition of
> > `xsaxScan'
> > gtkprefs.o:/home/ace/local/src/gnubg/gtkprefs.c:220: first defined here
> > collect2: ld returned 1 exit status
> > make[2]: *** [gnubg] Fehler 1
> > make[2]: Leaving directory `/home/ace/local/src/gnubg'
> > make[1]: *** [all-recursive] Fehler 1
> > make[1]: Leaving directory `/home/ace/local/src/gnubg'
> > make: *** [all] Fehler 2
> 
> Yes - there are a couple of little bugettes with these changes - I'll
> be checking in some updates in a few minutes. 
> 
> If you don't have libmxl-2, gtkprefs won't link
> If you have libxml-2 and gtk-2, you get the multiple defines of this
> struct. 

I've declared both xsaxScans static.

Jørn




reply via email to

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