Google said osx support DYLD_LIBRARY_PATH does this work if you open a terminal and cd to J's ~install/bin folder, and type (in one line) DYLD_LIBRARY_PATH=/Applications/Gimp.app/Contents/Resources/lib ./jconsole gtkide
If it still not work, some osx guru might want to help. Пнд, 06 Дек 2010, Brian Schott писал(а): > I made those changes, but get the same exact error message as always. > > > On Mon, Dec 6, 2010 at 1:39 AM, bill lam <[email protected]> wrote: > > Please edit the file '~addons/gui/gtk/gtk.ijs' > > search for these lines, > > libglib=: > > <'/Library/Frameworks/GLib.framework/Libraries/libglib-2.0.0.dylib' > > libgdk=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libgdk-quartz-2.0.0.dylib' > > libgtk=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libgtk-quartz-2.0.0.dylib' > > libpixbuf=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libgdk_pixbuf-2.0.0.dylib' > > libgobject=: > > <'/Library/Frameworks/GLib.framework/Libraries/libgobject-2.0.0.dylib' > > libpango=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libpango-1.0.0.dylib' > > libigemac=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libigemacintegration.0.dylib' > > libgtksourceview=: > > <'/Library/Frameworks/Gtk.framework/Libraries/libgtksourceview-2.0.0.dylib' > > libxml=: <'/Library/Frameworks/Gtk.framework/Libraries/libxml2.dylib' > > libcairo=: <'/Library/Frameworks/where ?' > > libpangocairo=: <'/Library/Frameworks/where ?' > > > > and change them to, > > > > pre=. '/Applications/Gimp.app/Contents/Resources/lib/' > > libglib=: <pre, 'libglib-2.0.0.dylib' > > libgdk=: <pre, 'libgdk-x11-2.0.0.dylib' > > libgtk=: <pre, 'libgtk-x11-2.0.0.dylib' > > libpixbuf=: <pre, 'libgdk_pixbuf-2.0.0.dylib' > > libgobject=: <pre, 'libgobject-2.0.0.dylib' > > libpango=: <pre, 'libpango-1.0.0.dylib' > > libgtksourceview=: <pre, 'libgtksourceview-2.0.0.dylib' > > libxml=: <pre, 'libxml2.2.dylib' > > libcairo=: <pre, 'libcairo.2.dylib' > > libpangocairo=: <pre, 'libpangocairo-1.0.0.dylib' > > > > it seems missing the file libigemacintegration.0.dylib > > nevetheless, it may not work at all. > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- 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
