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: Nardy Pillards
Subject: Re: [Bug-gnubg] experimental support for Hugh Sconyers' full15x15bearoff
Date: Thu, 10 Jul 2003 17:34:13 +0200

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
> >
> > Win32 build (changelog 1.1144) :
> >
> > 1.
> > backgammon.h needs wininet.h (to find _max_path):
> > so maybe change:
> > (line 69 e.a.)
> >
> > #ifdef WIN32
> > #include <wininet.h>
> > #define BIG_PATH _MAX_PATH
> > #else
> > #define BIG_PATH PATH_MAX
>
> Fixed.
>
> > 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.
>
> Jørn

Win32, changelog 1.1148

compiling:

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

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))

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

Nardy





reply via email to

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