I have the definition below for J7 viewmat create. This uses IFQT, and
I suspect that you may not have this defined.
In any case, we have moved to J8 now, and it should be much better on
the Mac than J7. If possible, please upgrade.
Chris
--------------------
create=: 3 : 0
if. GUI > IFGTK+.IFQT do.
if. ('Android'-:UNAME)>IFQT do.
require 'gui/android'
else.
require 'gui/gtk'
gtkinit_jgtk_''
end.
end.
)
On Sun, Sep 29, 2013 at 9:00 PM, Jeremy Smith
<[email protected]> wrote:
> I wish I could. Unfortunately I simply followed the commands
> presented on the website link and I'm stumped by the error. I don't
> know how to go about debugging it. Trying to use a cannon to kill a
> flea, I installed every single available package -- but I still get
> the same error.
>
> bill lamm wrote:
>
>> I guess this is a mismatch between the version of the base library and the
>> view > mat, most likely a global constant is not defined but used in some if
>> block. Can > you debug it?
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm