I had sent some additional documentation to Bill Lam who sent me a response with a fix about an hour ago. Part of his message was:
The gtk gtkide and stdlib in pacman update are out of sync. mkdir_j_ and octal_j_ become undefined. He sent me four modules from the latest build which I put in and they fixed the problem. However, when I started to put the modules in I ran into instances of the modules in more than one directory. I put the modules in all directories in which they occurred. Here is what I found: stdlib.ijs in base/main/main in system/main gtkide.cfg in base/main/config in system/config gtkide.ijs in addons/gui/gtkide in base/main/main gtk.ijs in addons/gui/gtk base/gtk/gtk base/gtk/main I don't think that they belong in all those places. But I want to thank Bill for the help on the problem. On Sun, Jun 6, 2010 at 10:24 PM, Sherlock, Ric <[email protected]>wrote: > > From: Don Guinn > > Sent: Monday, 7 June 2010 01:58 > > > > I just reloaded the J7 zip from the beta site, just to make sure I am > > up to > > date. Probably no changes. Then ran pacman to get updates. > > Don, I'm wondering if there are old files in your folder that are causing > problems. Can you confirm that you deleted the existing J7w folder tree > before you extracted the new zip file? > > > Still crashes. Looking at input_jgtkjfe_ and see that after running > > pacman > > it has been modified to call term_append, which references octal_j_ > > which is > > where the crash occurs as octal is undefined. octal is supposed to be > > defined in stdlib.ijs and it was in the original zip file, but > > disappeared > > from the script after pacman ran. > > Is input_jgtkjfe_ the correct verb or is this a spelling error? There is > not jgtkjfe locale in my install (there is an input_jgtkide_). The > term_append verb in my install doesn't reference octal_j_ (at least not > directly). > > > > > Spending time learning to use trac to see what is going on, but have a > > lot > > to learn to use it effectively. Between r1316 and 1388 octal > > disappeared > > from trunk/gui/gtkide/source/util/util.ijs, I think, maybe it appeared > > as I > > am having trouble figuring out which way the add and delete are > > indicated. > > And I can't find where input_jgtkjfe_ gets changed. > > > > Really confused as to why no one else seems to have this problem. > > > > 2010/6/4 bill lam <[email protected]> > > > > > No idea. Might be just remove c:/j7w. download the beta again, unzip > > > it into c:/j7w and them try again. > > > > > > Птн, 04 Июн 2010, Don Guinn писал(а): > > > > Getting interesting. Found two instances of gtkide.cfg, neither in > > ~user. > > > > The one in base/main/config already had the code to set a value > > > > to KeepInputLog. The other one in addons/gui/gtkide did not have > > the > > > code. > > > > When I added the code to the second cfg file, making them both > > identical, > > > J > > > > crashed. There is no error message displayed in console. It's > > output is > > > > switched to term which is also blank. Then the Windows death window > > pops > > > up. > > > > > > > > 2010/6/4 bill lam <[email protected]> > > > > > > > > [---=| TOFU protection by t-prot: 57 lines snipped |=---] > > > > > > -- > > > regards, > > > ==================================================== > > > GPG key 1024D/4434BAB3 2008-08-24 > > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > > --------------------------------------------------------------------- > > - > > > For information about J forums see > > http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
