bug-gnu-chess
[Top][All Lists]
Advanced

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

gnuchess src


From: chess
Subject: gnuchess src
Date: Sat, 14 Jun 2003 18:28:18 -0500

Hello All !

- - - - - - - - - - - - - - - - - - - -

With some experimental builds, there is a compile error assigning
progname, which can be avoided by removing the const qualifier:

In common.h, ~ line 479

< extern const char *progname;
> extern char *progname;

In main.c, ~ line 164

< const char *progname;
> char *progname;

- - - - - - - - - - - - - - - - - - - -

*Mike





reply via email to

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