Downloading and Loading Gimp
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
Downloading and Loading Gimp | Joseph D. Valley | 06 Mar 05:57 |
Downloading and Loading Gimp | David Joyner | 06 Mar 23:46 |
Downloading and Loading Gimp | Joseph D. Valley | 07 Mar 01:09 |
Downloading and Loading Gimp | David Joyner | 10 Mar 18:13 |
Downloading and Loading Gimp
Problem: Gimp will not open
Solution: Gimp opens
Here's my machine and os: MacBook Pro OS X 10.6.6
Here's what I have done so far.
1. Downloaded Gimp: GIMP-2.6.11-Snow-Leopard.dmg
2. Downloaded XQuartz-2.6.0.dmg
3. Inserted Mac startup disks and installed X11 per instructions from
Here's what happens when I open gimp:
1. X11 opens
2. Nothing
What might I do to successfully open Gimp?
Kindly,
Joe Valley
Downloading and Loading Gimp
On Sun, Mar 6, 2011 at 12:57 AM, Joseph D. Valley wrote:
Problem: Gimp will not open
Solution: Gimp opensHere's my machine and os: MacBook Pro OS X 10.6.6
Here's what I have done so far.
1. Downloaded Gimp: GIMP-2.6.11-Snow-Leopard.dmg 2. Downloaded XQuartz-2.6.0.dmg
3. Inserted Mac startup disks and installed X11 per instructions fromHere's what happens when I open gimp: 1. X11 opens
2. Nothing
I've had a similar problem. Since I'm not sure if this list accepts attachments, I won't attach an example of the crash log in Library/Logs/CrashReporter. The basic idea seems to be that GIMP cannot find X11:
Dyld Error Message: Library not loaded: /usr/X11/lib/libXrender.1.dylib Referenced from: /tmp/skl/Gimp.app/Contents/Resources/bin/gimp-2.6 Reason: image not found
Binary Images: 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
System Profile:
Model: MacPro4,1, BootROM MP41.0081.B08, 8 processors, Quad-Core Intel
Xeon, 2.26 GHz, 16 GB, SMC 1.39f5
Graphics: ATI Radeon HD 4870, ATI Radeon HD 4870, PCIe, 512 MB
On the other hand, I have an imac, also running 10.6.6, which runs GIMP just fine.
What might I do to successfully open Gimp?
Kindly,
Joe Valley _______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Downloading and Loading Gimp
It appears that something happened with the download. I assume that I can uninstall gimp, xquartz, and X11 by Library/Application Support/Gimp. . . miraculously Gimp just loaded all by itself. Seriously.
6/03/11 6:49:31 PM org.macosforge.xquartz.startx[32535] Xquartz: Unable to locate waiting server: org.macosforge.xquartz.X11
6/03/11 6:51:45 PM org.macosforge.xquartz.startx[34256] /opt/X11/bin/xinit: unable to connect to X server: Connection refused
6/03/11 6:53:15 PM org.macosforge.xquartz.privileged_startx[181] font_cache: Scanning system font directories to generate X11 font caches
Application Specific Information:
abort() called
*** Terminating app due to uncaught exception 'CALayerFinalized', reason: 'attempting to modify layer that is being finalized - 0x1018c4140'
Binary Images: 0x100000000 - 0x100177ff7 com.apple.dock 1.7 (769.16.1) /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???)
System Profile: Model: MacBook Pro, Boot ROM MBP71.0039.B0B, 1 processor, Intel Core 2 Duo, 2.4 GHz, NVIDIA GeForce 320M, PCI, 256 MB
On 06/03/2011, at 6:46 PM, David Joyner wrote:
On Sun, Mar 6, 2011 at 12:57 AM, Joseph D. Valley wrote:
Problem: Gimp will not open
Solution: Gimp opensHere's my machine and os: MacBook Pro OS X 10.6.6
Here's what I have done so far.
1. Downloaded Gimp: GIMP-2.6.11-Snow-Leopard.dmg 2. Downloaded XQuartz-2.6.0.dmg
3. Inserted Mac startup disks and installed X11 per instructions fromHere's what happens when I open gimp: 1. X11 opens
2. NothingI've had a similar problem. Since I'm not sure if this list accepts attachments, I won't attach an example of the crash log in Library/Logs/CrashReporter. The basic idea seems to be that GIMP cannot find X11:
Dyld Error Message: Library not loaded: /usr/X11/lib/libXrender.1.dylib Referenced from: /tmp/skl/Gimp.app/Contents/Resources/bin/gimp-2.6 Reason: image not found
Binary Images: 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
System Profile: Model: MacPro4,1, BootROM MP41.0081.B08, 8 processors, Quad-Core Intel Xeon, 2.26 GHz, 16 GB, SMC 1.39f5
Graphics: ATI Radeon HD 4870, ATI Radeon HD 4870, PCIe, 512 MBOn the other hand, I have an imac, also running 10.6.6, which runs GIMP just fine.
What might I do to successfully open Gimp?
Kindly,
Joe Valley _______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Downloading and Loading Gimp
I've managed to build gimp from source on a mac 10.6.6.
The instructions at http://clockwork.fr/how-to-compile-gimp-271-on-snow-leopard/ were mostly correct for me. I have to reinstall macport and install git. (FYI, the git package does not create the git script in the usual path, so you have to add a sym link after the install.) I also have to install gettext form source because macport refused to upgrade it to the version needed.
The autogen line for the gegl line was not quite right. I think it should be ./autogen.sh --prefix=/opt/gimp-2.7 --disable-gtk-doc --disable-docs or something like that. I think I have to add that to gimp's autogen as well.
After gimp finished building, it is a binart in /opt/gimp-2.7/bin. You have to start up xdarwin then run gimp using the terminal command
gimp-2.7 --display=:0.0.
Hope this helps others.
On Sun, Mar 6, 2011 at 6:46 PM, David Joyner wrote:
On Sun, Mar 6, 2011 at 12:57 AM, Joseph D. Valley wrote:
Problem: Gimp will not open
Solution: Gimp opensHere's my machine and os: MacBook Pro OS X 10.6.6
Here's what I have done so far.
1. Downloaded Gimp: GIMP-2.6.11-Snow-Leopard.dmg 2. Downloaded XQuartz-2.6.0.dmg
3. Inserted Mac startup disks and installed X11 per instructions fromHere's what happens when I open gimp: 1. X11 opens
2. NothingI've had a similar problem. Since I'm not sure if this list accepts attachments, I won't attach an example of the crash log in Library/Logs/CrashReporter. The basic idea seems to be that GIMP cannot find X11:
Dyld Error Message: Library not loaded: /usr/X11/lib/libXrender.1.dylib Referenced from: /tmp/skl/Gimp.app/Contents/Resources/bin/gimp-2.6 Reason: image not found
Binary Images: 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
System Profile: Model: MacPro4,1, BootROM MP41.0081.B08, 8 processors, Quad-Core Intel Xeon, 2.26 GHz, 16 GB, SMC 1.39f5
Graphics: ATI Radeon HD 4870, ATI Radeon HD 4870, PCIe, 512 MBOn the other hand, I have an imac, also running 10.6.6, which runs GIMP just fine.
What might I do to successfully open Gimp?
Kindly,
Joe Valley _______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user