Tk on AIX ???

From: Russ (r.stimler_NO_S_PAm_at_us.ibm.com)
Date: 01/23/04


Date: Fri, 23 Jan 2004 03:25:39 GMT

I tried compiling on AIX 4.3 system instead after updating the GCC
compiler, all X11 libraries and include files. The compile finally
(including tclX) went without a hitch.

Only problem is, whether using wish8.4 or wishx, absolutely no widgets
respond to the cursor or mouse buttons. This may have some impact on the
  usability of the application.

Is anyone out there in AIXLand (30% of UNIX market) using Tk?

Russ wrote:

> I just upgraded from Tcl/tk 8.3 to 8.4.5, but my app relies heavily on
> tclX. The latest tclX I can find is 8.3.5, which I used to compile the
> wishx executable. It seems to work fine until I execute an invalid
> command which causes wishx to fail with a memory fault. This does not
> occur with the wish executable compiled in the 8.4 tree.
>
> Unfortunately, my application contains a lot of "catch {$win configure
> ...}" lines, each of which causes tha application to abort if $win does
> not exist.
>
> Does anyone know if a tclX version that works with tcl/tk8.4.5 or know
> how to fix this problem? BTW, this is on an AIX4.1 system. I need to do
> this on both AIX and Linux on different platforms, but this is the first
> one I've tried.
>