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

Re: compiling gnuchess



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.h    2003-06-30 13:28:38.000000000 +0200
+++ ./src/common.h    2005-03-01 18:01:50.629624486 +0100
@@ -716,7 +716,6 @@
 
 /* Input thread and thread function */
 #include <pthread.h>
-extern pthread_t input_thread;
 void *input_func(void *);
 
 /*
--------------------

and run

$ patch gpatch src/common.h
patch: **** Only garbage was found in the patch input.

which part i done wrong?

2009/6/18 Umarzuki Mochlis <umarzuki@gmail.com>

[snipped]

--
Regards,

Umarzuki Mochlis
http://gameornot.net

Reply to: