Re: compiling gnuchess

2009-06-27 Thread Boyd Stephen Smith Jr.
In <52d26d930906262108l60762d14o6af38c5e46e46...@mail.gmail.com>, Umarzuki Mochlis wrote: >gpatch: > >diff -urN ../tmp-orig/gnuchess-5.07/src/common.h ./src/common.h >--- ../tmp-orig/gnuchess-5.07/src/common.h2003-06-30 > 13:28:38.0 +0200 >+++ ./src/common.h2005

Re: compiling gnuchess

2009-06-26 Thread Umarzuki Mochlis
i put these lines in a file gpatch diff -urN ../tmp-orig/gnuchess-5.07/src/common.h ./src/common.h --- ../tmp-orig/gnuchess-5.07/src/common.h2003-06-30 13:28:38.0 +0200 +++ ./src/common.h2005-03-01 18:01:50.629624486 +0100 @@ -716,7 +716,6 @@ /* Input thread a

Re: compiling gnuchess

2009-06-18 Thread Umarzuki Mochlis
2009/6/18 Umarzuki Mochlis > > > 2009/6/18 Tzafrir Cohen > >> On Wed, Jun 17, 2009 at 11:54:12PM +0800, Umarzuki Mochlis wrote: >> > on sid i386 >> > >> > after ./configure >> > i ran make >> > >> > and the process stopped by >> > >> > input.c:95: error: static declaration of ‘input_thread’ foll

Re: compiling gnuchess

2009-06-18 Thread Umarzuki Mochlis
2009/6/18 Tzafrir Cohen > On Wed, Jun 17, 2009 at 11:54:12PM +0800, Umarzuki Mochlis wrote: > > on sid i386 > > > > after ./configure > > i ran make > > > > and the process stopped by > > > > input.c:95: error: static declaration of ‘input_thread’ follows > non-static > > declaration > > common.h

Re: compiling gnuchess

2009-06-17 Thread Tzafrir Cohen
On Wed, Jun 17, 2009 at 11:54:12PM +0800, Umarzuki Mochlis wrote: > on sid i386 > > after ./configure > i ran make > > and the process stopped by > > input.c:95: error: static declaration of ‘input_thread’ follows non-static > declaration > common.h:719: error: previous declaration of ‘input_thr

Re: compiling gnuchess

2009-06-17 Thread Boyd Stephen Smith Jr.
In <52d26d930906170911q518ebdf6vbac24bfed3cc0...@mail.gmail.com>, Umarzuki Mochlis wrote: >2009/6/17 Umarzuki Mochlis >> input.c:95: error: static declaration of ‘input_thread’ follows >> non-static declaration >> common.h:719: error: previous declaration of ‘input_thread’ was here > >the bug rep

Re: compiling gnuchess

2009-06-17 Thread Umarzuki Mochlis
2009/6/17 Umarzuki Mochlis > on sid i386 > > after ./configure > i ran make > > and the process stopped by > > 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] E