bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] experimental support for Hugh Sconyers' full15x15bearoff


From: Holger
Subject: Re: [Bug-gnubg] experimental support for Hugh Sconyers' full15x15bearoff
Date: Thu, 10 Jul 2003 22:00:57 +0200

At 17:34 10.07.2003 +0200, Nardy Pillards wrote:
From: "Joern Thyssen" <address@hidden>
Subject: Re: [Bug-gnubg] experimental support for Hugh Sconyers'
full15x15bearoff

> On Thu, Jul 10, 2003 at 01:48:04PM +0200, Nardy Pillards wrote
> > 2.
> > and bearoff.c complains about 'implicit definition of dirname'
> > We (win32 MinGW) don't have 'dirname' and config.h reads:
> > #undef HAVE_DIRNAME
>
> I've added a dummy dirname.

I've changed it to use g_path_get_dirname if dirname isn't available. Due to the dependency of makebearoff.c of bearoff.c I've applied the patch directly to bearoff.c as it is the only occurrence. Thus, the replacement function in gnubg.c might not be necessary anymore.

1.
show.c (line 1832): implicit definition of GTKShowPath
(function not in GTK+ 1.3 ?)
but linking seems to be ok.

Fixed.

2.
postcript.c:
backgammon.h now includes wininet.h (for Win32)
Startpage and Endpage (static functions of postscript) now are multiple
defined.
Change Startpage to PS_Startpage and Endpage to PS_Endpage?
(I tried, it works, uploading the build on my page))

Committed to CVS.

linking:

gnubg links

dummy dirname for Win32 is external function in gnubg.c,
but makebearoff uses bearoff.c...
Thus 'invalid reference to dirname' linking makebearoff

Fixed. You need to add -lglib-2.0.dll to the linker flags of makebearoff.

Regards,

Holger




reply via email to

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