Search the web
Sign In
New User? Sign Up
tcljava
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 518 - 547 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
518
On Tue, 30 Nov 1999, Larry W. Virden wrote: Do you get this same error with the unix/configure.in build? Try that and see if the error is the same. If it is, I...
Moses DeJong
dejong@...
Send Email
Dec 2, 1999
1:57 am
519
On Tue, 30 Nov 1999, Scott Redman wrote: That should not be a problem. I put in a check for this error condition myself. There is some code in the pkgIndex.tcl...
Moses DeJong
dejong@...
Send Email
Dec 2, 1999
2:00 am
520
Removing an env var that is empty is a Windows platform issue, not the fault of Tcl. Scott Stanton fixed the pkgIndex.tcl to work properly, even with the empty...
Scott Redman
redman@...
Send Email
Dec 2, 1999
2:34 am
521
Well, except that when this happens from within Tcl it appears to completely violate Tcl's semantics about variables: set env(CLASSPATH) "" puts...
Vince Darley
vince.darley@...
Send Email
Dec 2, 1999
7:06 am
522
From: Moses DeJong <dejong@...> ... I built gnu sed and put its path before /bin in my $PATH. I the did: $ make distclean $...
Larry W. Virden
lvirden@...
Send Email
Dec 2, 1999
4:28 pm
523
Something is very wrong with the configure script. It should be taking the Makefile.in file and creating a Makefile with each @VAR@ text replaced with the...
Moses DeJong
dejong@...
Send Email
Dec 2, 1999
10:19 pm
524
Vince is correct, this is a bug in Tcl. It only shows up under Windows and it is easy to work around (just set your CLASSPATH var to something). Can we avoid...
Moses DeJong
dejong@...
Send Email
Dec 2, 1999
10:37 pm
525
Has anyone else noticed that the tcljava mailing list seems to mishandle messages that are sent in a reply? A quick look at the list archive indicates that...
Moses DeJong
dejong@...
Send Email
Dec 2, 1999
10:46 pm
526
Re: build the unix/configure version Whew - well, that was certainly an adventure. It appears this version of TclJava wants Tcl 8.0 - very badly. I am using...
Larry W. Virden
lvirden@...
Send Email
Dec 3, 1999
4:29 am
527
Okay, the compile has stopped. Here's what I have: $ /vol/tclsrcsol/tcl82/tcljava/unix/configure --prefix=/usr/tcl82 --exec-prefix=/usr/tcl82/sun4...
Larry W. Virden
lvirden@...
Send Email
Dec 3, 1999
4:29 am
528
I was looking into why the unix configure and makefile didn't handle that JAR variable and discovered that for whatever reason, the configure.in was newer than...
Larry W. Virden
lvirden@...
Send Email
Dec 3, 1999
4:47 am
529
Well, the compile and build in the top level directory of tcljava went quite well as well. There was one glitch during the make test - other than that, things...
Larry W. Virden
lvirden@...
Send Email
Dec 3, 1999
4:52 am
530
--with-tcl always means the "build diretory", not the source directory. This configure flag is used in several packages. ... -- Brent Welch...
Brent Welch
welch@...
Send Email
Dec 3, 1999
7:00 pm
531
Re: --with-tcl Yes, a number of packages come with this flag. Some seem to want the directory where Tcl was installed, some where the .o's live and I vagulely...
Larry W. Virden
lvirden@...
Send Email
Dec 3, 1999
7:15 pm
532
TEA compliant extensions should understand --with-tcl to be the location of tclConfig.sh (at least until that file disappears). The TclBlend 1.2.5 top-level ...
Scott Redman
redman@...
Send Email
Dec 3, 1999
8:35 pm
533
I do not understand how that could be the problem. The CVS tree does not include a configure script, only the configure.in script is included. You would need...
Moses DeJong
dejong@...
Send Email
Dec 4, 1999
12:08 am
534
I am building a system in Java with Jacl and I believe I need to use multiple interpreters (we are in the prototype stage and we are not yet ready to make this...
Randolph S. Kahle
RandyKahle@...
Send Email
Dec 5, 1999
7:00 pm
535
What/where are the procedures for installing latest TclBlend onto RH6.0? I have installed the Tcl 8.2 binaries (from TclPro1.3 eval) and I have blackdown's...
Brett Smith
brett.smith@...
Send Email
Dec 7, 1999
3:08 pm
536
You need to build TclBlend yourself. We are supporting Blackdown 1.1.7 with Scriptics Connect. As far as I know their 1.2 JDK is still pre-release. -- Scott ...
Scott Redman
redman@...
Send Email
Dec 7, 1999
5:59 pm
537
You need the source release for Tcl and Tcl Blend. Untar them in a directory and then configure and build Tcl followed by Tcl Blend. Detailed build directions...
Mo DeJong
mdejong@...
Send Email
Dec 7, 1999
8:51 pm
538
Hi I've just installed, on Windows-NT, tcl8.2, Java JDK1.2.2, tclblend125 binary. In a tclsh82 shell when I execute %package require java I'm getting "load...
Grant Sayer
gsayer@...
Send Email
Dec 8, 1999
12:39 am
539
You need to include the <JRE>/bin/classic directory in your PATH. -- Scott ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:...
Scott Redman
redman@...
Send Email
Dec 8, 1999
1:00 am
540
There were a bunch of folks having this same problem but I thought we fixed the last of them. Try right cliking on your tclblend.dll file and choosing "quick...
Mo DeJong
mdejong@...
Send Email
Dec 8, 1999
1:09 am
541
Hi Scott ... Thanks - that fixed the problem regards grant ... the ... The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe: send...
Grant Sayer
gsayer@...
Send Email
Dec 8, 1999
2:12 am
542
My use of tclBlend has suddenly stopped working, from one day to the next, when I don't believe I have actually changed anything? (I assume I must've done...
Vince Darley
vince.darley@...
Send Email
Dec 8, 1999
11:22 pm
543
Does anyone have an idea why the following might happen: % catch {java::import -medical Simulation} 1 % catch {java::import medical.Simulation} 1 % java::new...
Vince Darley
vince.darley@...
Send Email
Dec 8, 1999
11:25 pm
544
... Woah, what is that? "java::import -medical" is totally wrong. You could do a "java::import -package medical Simulation" or you could do a "java::import...
Mo DeJong
mdejong@...
Send Email
Dec 8, 1999
11:54 pm
545
Hope this stops someone else wasting a bunch of time. My problem with 'java::import -package medical Simulation' not working when it seemed it should (and when...
Vince Darley
vince.darley@...
Send Email
Dec 9, 1999
6:22 am
546
Hello, in the attachment there is an implementation of the binary command based on the sources of Jacl1.2.5: There are BinaryCmd.java and TclByteArray.java,...
Christian Krone
krischan@...
Send Email
Dec 9, 1999
3:08 pm
547
Nice work. I am going to work on merging all the recent patches and I hope to have a new version in the CVS very soon (this weekend ??). The current list of...
Mo DeJong
mdejong@...
Send Email
Dec 9, 1999
7:04 pm
Messages 518 - 547 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help