Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14958] New: Tk 8.6a3 failed to build

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 14958] New: Tk 8.6a3 failed to build
  • Date: 13 Dec 2008 11:10:10 -0000

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

Summary: Tk 8.6a3 failed to build
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: ldelettre AT free.fr


Created an attachment (id=7197)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7197)
Coma patch

During the compilation of TK 8.6a3 an error appear:

/usr/src/tk8.6a3/unix/../unix/tkUnixEvent.c: In function
'TransferXEventsToTcl':
/usr/src/tk8.6a3/unix/../unix/tkUnixEvent.c:295: error: expected ')' before
'xgePtr'
/usr/src/tk8.6a3/unix/../unix/tkUnixEvent.c:292: warning: unused variable
'xgePtr'
make: *** [tkUnixEvent.o] Error 1
! Problem Detected !

It seems that a "," is missing in the sourcecode of the file tkUnixEvent. I ve
put this "," in the sourcecode, now everything works well.

Line 294 & 295: was
Tcl_Panic("Wild GenericEvent; panic! (extension=%d,evtype=%d)"
xgePtr->extension, xgePtr->evtype);

Line 294 & 295: is
Tcl_Panic("Wild GenericEvent; panic! (extension=%d,evtype=%d)"
,xgePtr->extension, xgePtr->evtype);


Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
stable gnu gcc 4.3.2 4.3.2
stable devel tcl 8.6a3 8.6a3

Linux sourcemage 2.6.26.5


--
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