Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15205] New: Remove gcc34 dependency of gnuchess

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15205] New: Remove gcc34 dependency of gnuchess
  • Date: 2 May 2009 14:07:11 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15205

Summary: Remove gcc34 dependency of gnuchess
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: games grimoire
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: chp516 AT gmail.com


diff -uprN gnuchess-5.07.orig/src/common.h gnuchess-5.07/src/common.h
--- gnuchess-5.07.orig/src/common.h 2009-05-02 21:50:59.000000000 +0800
+++ gnuchess-5.07/src/common.h 2009-05-02 21:51:14.000000000 +0800
@@ -716,7 +716,6 @@ void DBTest (void);

/* Input thread and thread function */
#include <pthread.h>
-extern pthread_t input_thread;
void *input_func(void *);

/*

adding this patch can avoid the syntax error when compiling with gcc4

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page