Re: [tcljava-user] compiling tclBlend
Brought to you by:
mdejong
From: <ke...@cr...> - 2005-09-15 13:50:41
|
md...@un... said: > /home/yahalom/compile/tclJava/tclBlend1.3.2/src/native/javaObj.c:477: > warning: assignment from incompatible pointer type > Humm, this seems to come from: > jchar *buf; > Tcl_UniChar *w; > (447) w = buf; This remonds me of some old problems. There was at least one Red Hat release where Red Hat (*not* the Tcl maintainers) gratuitously decided to change Tcl_UniChar to a 32-bit type. The change was not well tested (it made Tk leak memory like a sieve) and caused a good deal of grief on the affected systems. There still seem to be a fair number of them out there. The cure is either to rebuild Tcl/Tk from source or to install ActiveTcl and build against that - either of those approaches won't have the misdefinition of Tcl_UniChar. -- 73 de ke9tv/2, Kevin KENNY GE Corporate Research & Development ke...@cr... P. O. Box 8, Bldg. K-1, Rm. 5B36A Schenectady, New York 12301-0008 USA |