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

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

Problem with gnuchess 5.07


From: Shaneeb Kamran
Subject: Problem with gnuchess 5.07
Date: Fri, 30 Jun 2006 14:51:44 +0500

Hi,
     I came across a slight problem while building the latest gnuchess 5.07. The config script ran without complaining but on running 'make' the following error was produced:

input.c:95: error: static declaration of "input_thread" follows non-static declaration

common.h:719: error: previous declaration of "input_thread" was here

make[2]: *** [input.o] Error 1

make[2]: Leaving directory `/root/gnuchess-5.07/src'

make[1]: *** [all] Error 2

make[1]: Leaving directory `/root/gnuchess-5.07/src'

make: *** [all-recursive] Error 1

 

I tried removing the 'static' modifier of 'input_thread' in the file input.c, and the build was successful. Please look into this issue. For your information i am using gcc version 4.0.0 on Fedora Core 4.

Thanks


reply via email to

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