Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6
Brought to you by:
mdejong
From: Ross, B. <Bil...@Ca...> - 2011-04-22 19:11:12
|
Could it be looking for tclConfig.sh in /opt/tcl_Library/lib/ I think that is where it would get the info on the TCL build Find tclConfig.sh in the new build and copy it to /opt/tcl_Library/lib/ From: Garcia, Maurice [mailto:Mau...@Ca...] Sent: Friday, April 22, 2011 2:32 PM To: pet...@ya...; A list for users of tcljava Subject: Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6 I installed ActiveState 8.5 I set my configure to the following: ./configure --prefix=/opt/tcl_Library \ --with-tcl=/opt/tcl_Library/lib \ --with-thread=/opt/tcl_Library/lib/tcl8.5/thread2.6.7 \ --with-jdk=/opt/jdk1.6.0_14/ Here is the / opt/tcl_Library/lib content: lib |-- libtcl8.5.a |-- libtcl8.5.so |-- libtclstub8.5.a |-- libtk8.5.a |-- libtk8.5.so |-- libtkstub8.5.a |-- libttkstub.a Here is my output: [root@dama tclBlend1.4.0]# ./configure --prefix=/opt/tcl_Library --with-tcl=/opt/tcl_Library/lib --with-thread=/opt/tcl_Library/lib/tcl8.5/thread2.6.7 --with-jdk=/opt/jdk1.6.0_14/ srcdir is /home/comcast/bin/tcl-blend/tclBlend1.4.0 checking for Tcl build in /opt/tcl_Library/lib checking for Thread build in /opt/tcl_Library/lib/tcl8.5/thread2.6.7 configure: error: Tcl was configued in /opt/tcl_Library/lib, but it has not been built, please build it and run configure again. There is a totally new directory structure with 8.6. I am not sure if that is part of the problem. Any thoughts? From: Georgios Petasis [mailto:pet...@ya...] Sent: Friday, April 22, 2011 12:47 PM To: tcl...@li... Subject: Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6 Στις 22/4/2011 14:56, ο/η Garcia, Maurice έγραψε: I am currently use 8.4 TCL and need to update to 8.6, but I unable to compile. Are there any known issues with this? Momann Why are you unable to compile it? I am using it one way only (i.e. I never create Tcl interps from Java), so I created a stubs-enabled version of it, and runs no matter the Tcl version... George |