Re: compiling gnuchess
- From: "Boyd Stephen Smith Jr." <bss@xxxxxxxxxxxxxxxxx>
- Date: Sat, 27 Jun 2009 15:52:40 -0500
In <52d26d930906262108l60762d14o6af38c5e46e466a7@xxxxxxxxxxxxxx>, Umarzuki
Mochlis wrote:
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 *);
/*
--------------------
$ patch gpatch src/common.h
patch: **** Only garbage was found in the patch input.
which part i done wrong?
You didn't read the man page for patch.
Patch takes the patch data on stdin and finds the filename based on the
patch data.
Use:
patch -p3 < gpatch
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss@xxxxxxxxxxxxxxxxx ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
Attachment:
signature.asc
Description: This is a digitally signed message part.
- References:
- compiling gnuchess
- From: Umarzuki Mochlis
- Re: compiling gnuchess
- From: Umarzuki Mochlis
- Re: compiling gnuchess
- From: Umarzuki Mochlis
- compiling gnuchess
- Prev by Date: Re: how do i grep boobies
- Next by Date: Re: how do i grep boobies
- Previous by thread: Re: compiling gnuchess
- Next by thread: 2.6.30
- Index(es):
Relevant Pages
|