Re: [tcljava-user] compiling tclBlend
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-09-16 01:32:30
|
On Thu, 15 Sep 2005 09:47:43 -0400 ke...@cr... (Kevin Kenny) wrote: > > 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. Well, I am not sure if that is the problem here but I did notice that the user was building with Tcl 8.4.5. You really should upgrade to Tcl 8.4.11 since that is the most recent version that Tcl Blend was tested with. If that does not do the trick, then could you find out what type Tcl_UniChar is getting set to so we can find out why the "w - buf" operator is failing to compile. Mo DeJong |