Monday, November 22, 2010

How to install GIMPshop on Mac OS X 10.6.3 (Snow Leapord)

1 comments
One of the best open source image editor around is GIMP. It similar to Photoshop but of course, it hard to beat the real one. Anyways, a lot of people mentioned that its interface its hard to use. So, somebody modified GIMP and GIMPshop was born. Taken from their website

GIMPshop is a modification of the free/open source GNU Image Manipulation Program (GIMP), intended to replicate the feel of Adobe Photoshop. Its primary purpose is to make users of Photoshop feel comfortable using GIMP.

However, its been a while since they updated their application. So, there are no new version released. This means that it will not be compatible with new mac OS X. I myself is on Mac OS X 10.6.3.

I did some research and found some answer on how to install it on Snow Leopard .

Here how it works. Install the app from their website. And when you open it for the first time, it will crash. The reason are the fontconfig and iconv libraries distributed with GIMPshop are not compatible with the current X11 environment.

Ok.. First u have to built universal variant of Macports.

sudo port install libiconv +universal expat +universal freetype +universal zlib +universal fontconfig +universal

Then remove the offending libraries that come with GIMPshop and replace it with the new one. The library can be downloaded from this website.

sudo rm -f /Applications/Gimpshop.app/Contents/Resources/lib/libfontconfig.*

sudo rm -f /Applications/Gimpshop.app/Contents/Resources/lib/libiconv.*

sudo cp libfontconfig.1.dylib libiconv.2.dylib /Applications/Gimpshop.app/Contents/Resources/lib

sudo ln -s /Applications/Gimpshop.app/Contents/Resources/lib/libfontconfig.1.dylib /libraries/libfontconfig.dylib

sudo ln -s /Applications/Gimpshop.app/Contents/Resources/lib/libiconv.2.dylib /libraries/libiconv.dylib

This commands should work with Snow Leopard.


Sunday, November 21, 2010

Solution for sudo: port: command not found

0 comments
I knew that there are many out there who encounter the same problem as me. I've seen galore of post in the forum but most of them are left with no answer. Sometimes the answer is too complicated to understand. So here is one simple solution for you who is searching for one.. I don't know whether it will works for you or not but at least it works for me.

I got this problem when i first install macports in my macbook. I'm using OS X10.6.3 (Snow leopard) After the installation, I tried to run this command:
   sudo port -v selfupdate

but I got this output:
   sudo: port: command not found

My macbook doesn't recognize any of my sudo command. I did some research on the internet and found a solution that works for me.

Add these 3 lines to your .bash_profile. If you don't have that file, you should have .profile file. To open the file, you should run this line on your terminal.
open .profile
Then add these lines to the file and save it.
export PATH=$PATH:/opt/local/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info

After that r-esource the file and you're done.
source .profile

Happy trying!!!








 

Journey 2 Millions Copyright © 2008 Black Brown Pop Template by Ipiet's Blogger Template