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. Пнд, 06 Дек 2010, Brian Schott писал(а): > Gimp works on my Mac. I would appreciate your help. Thanx. > > On Sun, Dec 5, 2010 at 11:59 PM, bill lam <[email protected]> wrote: > > The J gtk addons expected a different folder structure. The folder layout > > you quoted is a more standard that is the same as that in Linux and > > windows. A more complicated issue is that there may 2 backend for gtk > > binary. one for x11 and another for quartz, with different filename as > > libgtk-x11-2.0.dylib or libgtk-quartz-2.0.0.dylib > > > > this compounded with ppc/intel mac so that we have theoretically 4 > > different gtk binaries for 32-bit alone. > > > > But if you can confirm Gimp work correctly, I can try to amend the gtk > > scripts > > for you to test. > > > ---------------------------------------------------------------------- > 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
