[GRASS5] BWidget version problems

Radim Blazek blazek at itc.it
Wed Jul 23 02:27:27 EDT 2003


Thanks,

I have submited the fix to CVS.

Radim

On Tuesday 22 July 2003 22:23, Martin Pokorny wrote:
> Hi,
>
> I recently encountered some problems with the GRASS 5.1 dynamically
> generated tcl command windows, which I traced to different versions of
> the BWidget library installed on my system. My system's BWidget
> library version is apparently not compatible with the GRASS code, to
> the effect that when I issue a GRASS command from the command line
> without arguments, I do not get a command window, but a 'wish' process
> voraciously eats CPU cycles. Static GRASS GUI windows do not exhibit
> the same problem. The difference is that the static windows require a
> specific version of BWidget. The following cvs diff output shows a
> solution to the problem.
>
> cvs server: Diffing .
> Index: parser.c
> ===================================================================
> RCS file: /home/grass/grassrepository/grass51/lib/gis/parser.c,v
> retrieving revision 1.22
> diff -r1.22 parser.c
> 1029c1029
> <     append(cmd, "package require BWidget\n");
> ---
>
> >     append(cmd, "package require -exact BWidget 1.2.1\n");
>
> Cheers,
>   Martin




More information about the grass-dev mailing list