swarm-support
[Top][All Lists]
Advanced

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

Re: blt patch


From: Ken Cline
Subject: Re: blt patch
Date: Wed, 2 Jul 1997 22:57:18 -0400 (EDT)

On Tue, 1 Jul 1997, Chris Goldspink wrote:

> I am in the process of installing Swarm on a Linux 4.0 system. I have a
> problem with the make of blt2.1.   I changed the directory error in the
> config.BLT file as per the FAQ but assume this is not the frequently
> refered to 'Glen's Patch'. I have searched the archives and can find
> various douments which make reference to this patch but cannot find the
> source could someone point me in the right direction or if you have a
> copy of the posting, forward it to me direct. Thanks
> 
> Chris Goldspink
> address@hidden

Mailing List Archive:

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


----------------- [Forward message] --------------------

Tcl 7.6/Tk 4.2 bug fixed
 
glen e. p. ropella (address@hidden)
Tue, 11 Feb 1997 15:47:33 -0700 
 
    Messages sorted by: [ date ][ thread ][ subject ][ author ] 
    Next message: Kyle Chuang: "GA & GP" 
    Previous message: Nelson Minar: "Re: crash on Alpha box" 
 
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) {
----------------------------------------------------------------
 
As for the raster refreshment.... I'll keep looking. [sigh]
 
glen
-- 

----------------- [End of forward] --------------------



_________________________________________________________
Ken Cline                             address@hidden
SAIC                                 VOICE (410) 571-0413
Annapolis, MD                          FAX (301) 261-8427


                  ==================================
   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]