swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Glen's BLT2.1 patch? Where?


From: Ken Cline
Subject: Re: Glen's BLT2.1 patch? Where?
Date: Mon, 21 Jul 1997 17:39:04 -0400 (EDT)

Mailing List Archive:

http://www.santafe.edu/projects/swarm/archive/list-archive.9707/0008.html

or

http://www.santafe.edu/projects/swarm/archive/list-archive.9702/0132.html


Contents:

Tcl 7.6/Tk 4.2 bug fixed

glen e. p. ropella (address@hidden)
Tue, 11 Feb 1997 15:47:33 -0700 

Hey guys,

I found the problem with using Tcl/Tk 7.6/4.2.
Unfortunately, it doesn't fix the raster refresh problem
(when occluding the raster with another window, it doesn't
redraw). So, back to the drawing board on that one. But, if
you want to use Tcl/Tk 7.6/4.2 with Swarm, all you need do
is recompile libtclobjc, BLT2.1, and Swarm with Tcl/Tk
7.6/4.2 *after* making the following changes to BLT (you
can cut this diff out and do a patch < thesediffsinafile, if
you want):

------------------------bltBgexec.c diffs---------------------------
--- bltBgexec.c Sat Apr 20 22:28:26 1996
+++ /net/user/swarm/support-swarm/blt2.1/src/bltBgexec.c Tue
Feb 11 14:45:57 1997
@@ -1175,7 +1175,7 @@
if (bgPtr->errVar != NULL) {
errFilePtr = &(bgPtr->errorId); /* Error variable designated
*/
}
- numPids = Tcl_CreatePipeline(interp, argc - i, argv + i, &(bgPtr->pidArr),
+ numPids = TclCreateCommandChannel(interp, argc - i, argv + i, 
&(bgPtr->pidArr),
(int *)NULL, &(bgPtr->outputId), errFilePtr);

if (numPids < 0) {
----------------------------------------------------------------



On Mon, 21 Jul 1997, Jae Chan Oh wrote:

> Hi,
> I am installing SWARM on my new Linux machine running on RedHat 4.1.
> I'm following Sven's instructions on Linux installation.
> Now I've tried to find Glen's Blt2.1 patch in old archives but I couldn't
> so far. Can anyone give me  a pointer to the patch or send it to me?
> 
> Thank you,
> 
> -Jae
> 



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]