I made a small error in that last message and left in a phrase that should have been deleted. Look below for the phrase to delete.
On Sat, Jan 8, 2011 at 12:44 PM, Brian Schott <[email protected]> wrote: > Bill, > > A little progress. > > After upgrading the base library a couple hours ago, I did the > following first (notice the `-R` argument) which took quite a few > seconds. > > cp -R /Applications/Gimp.app/Contents/Resources/lib/ ~/j701/gtk/lib/ > > When I `load'gtkide'` in the X11 term window I get the following error > message/alert so we are definitely getting *some* progress. > > xxx signal: focus_in_event_0_ > |domain error: cd > | ((>libigemac),'ige_mac_menu_set_menu_bar >n x' > cd menu_bar > > You may remember that libigemac and libgtksourceview were not > available in my gimp library and so we commented them out of gtk.ijs > earlier. They are not commented out now, and if I do comment out the > following two lines I get a value error when I `load'gtkide'`. [`a value` above should be `the following`] > > 271 libigemac=: <libdir,'libigemacintegration.0.dylib' > 272 libgtksourceview=: <libdir,'libgtksourceview-2.0.0.dylib' > > % ~/j701/bin/jconsole > i. 6 > 0 1 2 3 4 5 > IFJ6_z_ > 0 > load'gtkide' > |domain error: cddef > | libgtksourceview cddef each<;._2[0 :0 > |[-1320] /Users/brian/j701/addons/gui/gtk/gtk.ijs > > If I only comment out line 271 above, I get the same libigemac error > as above as if neither line were commented out. > > > > On Sat, Jan 8, 2011 at 11:02 AM, bill lam <[email protected]> wrote: >> Brian, >> >> Could you upgrade base library before further testing, IFJ6 will then be >> defined as 0 when booting up J701. The condition you quoted is intended >> for J602 and J701 does not need to execute those lines. >> >> T_base_ not defined may be you defined inside a branch that has not yet >> been executed when load'gtkide' >> >> To summary, you need to >> 1. upgrade base library >> 2. copy the gtk folder under gimp to ~install/gtk >> >> and see if it work. >> > -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
