Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6
Brought to you by:
mdejong
From: Garcia, M. <Mau...@Ca...> - 2011-04-22 19:18:50
|
Thought of that also... it's there [root@dama lib]# ls -l total 5796 -rwxr-xr-x 1 root root 1670808 Apr 22 09:11 libtcl8.5.a -rwxr-xr-x 1 root root 1159563 Apr 22 09:11 libtcl8.5.so -rw-rw-r-- 1 root root 3028 Feb 4 04:42 libtclstub8.5.a -rwxr-xr-x 1 root root 1758250 Apr 22 09:11 libtk8.5.a -rwxr-xr-x 1 root root 1248123 Apr 22 09:11 libtk8.5.so -rw-rw-r-- 1 root root 4190 Feb 4 04:38 libtkstub8.5.a -rwxr-xr-x 1 root root 2090 Feb 4 04:35 libttkstub.a drwxr-xr-x 3 root root 4096 Apr 22 09:11 ppm drwxr-xr-x 2 root root 4096 Apr 22 09:11 tap8.5 drwxr-xr-x 5 root root 4096 Apr 22 09:11 tcl8 drwxr-xr-x 10 root root 4096 Apr 22 09:11 tcl8.5 -rw-r--r-- 1 root root 7924 Apr 22 09:11 tclConfig.sh -rw-r--r-- 1 root root 7924 Apr 22 09:11 tclConfig-shared.sh drwxr-xr-x 3 root root 4096 Apr 22 09:11 teapot drwxr-xr-x 6 root root 4096 Apr 22 09:11 tk8.5 -rw-r--r-- 1 root root 4697 Apr 22 09:11 tkConfig.sh -rw-r--r-- 1 root root 4697 Apr 22 09:11 tkConfig-shared.sh From: Ross, Bill [mailto:Bil...@Ca...] Sent: Friday, April 22, 2011 3:11 PM To: A list for users of tcljava Subject: Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6 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 |