Re: [tcljava-dev] Re: tcljava-dev digest, Vol 1 #169 - 2 msgs
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-04-04 20:46:22
|
On Tue, 04 Apr 2006 12:36:53 -0700 Martti Tienhaara <ma...@da...> wrote: > make tjc2 > make tjc2.replace > make tjc.install > > java -classpath > /usr/local/lib/tcljava1.3.2/jacl.jar:/usr/local/lib/tcljava1.3.2/tcljava.jar:/usr/local/lib/tcljava1.3.2/tjc.jar:. > Test1 > Exception in thread "TJCThread service" java.lang.NoSuchMethodError: > tjc.ProcessTclSourceCmd.setVarScalar(Ltcl/lang/Interp;Ljava/lang/String; > Ltcl/lang/TclObject;ILtcl/lang/Var;I)Ltcl/lang/TclObject; This is a binary compat issue with a version of the compiler that you installed already. The following should fix the problem: make clean make all make install rm -rf tjc2 make tjc2 make install cheers Mo DeJong |