On Jan 9, 2011, at 12:07 AM, Charles Turner wrote: > Here's my most recent progress for Snow Leopard, using jgtk701.app:
OK! I can get it to run now. Using the GTK libraries (and modified jgtk.command) from the J Wiki page, and making the previous modification to the system test to load the quartz instead of the X11 libraries. I noticed this: > libdir_jgtk_ > |value error: libdir_jgtk_ > libglib_jgtk_ > ┌────────────────────────────────────────────────────────────┐ > │/Users/cturner/Applications/j701/gtk/lib/libglib-2.0.0.dylib│ > └────────────────────────────────────────────────────────────┘ Not quite sure why I'm getting a value error for libdir_jgtk_ (I replaced =. with =:), but I would have expected this code: > libdir=: jpath '~install/gtk/lib/' > libglib=: <libdir,'libglib-2.0.0.dylib' to look for the dylibs in: > /Users/cturner/Applications/j701/install/gtk/lib/libglib-2.0.0.dylib Moving the libraries to where jgtk701.app thinks they should be, allows them to load and I can run the GTK terminal, change font styles, etc. (I've also tried to run the GTK terminal with the jgtk.command from the distribution, and it seems to work, although not tested very much.) HTH, Charles ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
