[Incrtcl-develop] [ incrtcl-Bugs-1766617 ] Failed to compile itcl3.4 with tcl8.5(cvs head)
by SourceForge.net other posts by this author
Aug 3 2007 1:10AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1768776 ] itcl cvs head compile failures with tcl 8.5 and solaris
|
[Incrtcl-develop] [ incrtcl-Bugs-1765589 ] auto_import of an ensemble fails
Bugs item #1766617, was opened at 2007-08-03 17:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1766617&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General Build Problems
Group: cvs-HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: nyademo (nyademo)
Assigned to: David Gravereaux (davygrvy)
Summary: Failed to compile itcl3.4 with tcl8.5(cvs head)
Initial Comment:
I noticed that I could not compile itcl with last tcl8.5.
Compiler(mingw) said,
./generic/itcl_class.c: In function `ItclFreeClass':
./generic/itcl_class.c:530: error: structure has no member named `refCount'
./generic/itcl_class.c:541: warning: passing arg 2 of pointer to function from incompatible
pointer type
./generic/itcl_class.c: In function `Itcl_ClassVarResolver':
./generic/itcl_class.c:1100: error: structure has no member named `name'
./generic/itcl_class.c:1119: error: structure has no member named `findProc'
./generic/itcl_class.c: In function `Itcl_BuildVirtualTables':
./generic/itcl_class.c:1419: error: structure has no member named `findProc'
make: *** [itcl_class.o] Error 1
It seems to me that the cause is struct Var was
reformed according to tcl ChangeLog(2007-07-31).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1766617&group_id=13244
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now > > http://get.splunk.com/
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|