bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] no 'make all' for boards


From: Joern Thyssen
Subject: Re: [Bug-gnubg] no 'make all' for boards
Date: Wed, 4 Dec 2002 22:22:54 +0000
User-agent: Mutt/1.4i

On Wed, Dec 04, 2002 at 11:19:25PM +0100, Morten Wang wrote
> * Joern Thyssen
> > I think you should add: ./configure
> 
> I think that's a very good idea, so I've adopted it. :)
> 
> My make-process still fails though:
> 
> gtkprefs.o: In function `BoardPrefsDestroy':
> /home/morten/gnubg/gnubg/gtkprefs.c:1322: undefined reference to 
> `free_board_designs'
> collect2: ld returned 1 exit status
> make[2]: *** [gnubg] Error 1
> make[2]: Leaving directory `/home/morten/gnubg/gnubg'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/morten/gnubg/gnubg'
> make: *** [all] Error 2
> 
> I had a look around at gtkprefs.c and noticed that free_board_designs
> is a part of "#if HAVE_LIBXML2".  I've only got 1.8 installed, but it
> seems like the make-process still wants to make everything that relies
> on v2, even though the '#if HAVE_LIBXML2' fails.

There was missing a "#if HAVE_LIBXML2" around the call to
free_board_designs as well.

Jørn




reply via email to

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