Re: [tcljava-user] Does TCl Blend compiles with ActiveState 8.6
Brought to you by:
mdejong
From: Georgios P. <pet...@ya...> - 2011-04-22 20:48:13
|
I am using cmake to build my binaries against ActiveTcl. But I am using a stubs enabled TclBlend, I don't know if it is going to work in the general case. I can send you the cmake makefile if you want, although I have never tried to build it outside my application. George Στις 22/4/2011 21:31, ο/η Garcia, Maurice έγραψε: > > 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 > > > ------------------------------------------------------------------------------ > Fulfilling the Lean Software Promise > Lean software platforms are now widely adopted and the benefits have been > demonstrated beyond question. Learn why your peers are replacing JEE > containers with lightweight application servers - and what you can gain > from the move. http://p.sf.net/sfu/vmware-sfemails > > > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |