whats up with the GIMP???

BitWit

Flash/JavaScript nerd
So I've been using OS9 apps for YEARS in the Graphics Industry. I'm a confirmed GURU in Illustrator and Photoshop. I got OS X for my Firewire Powerbook on a Lark, and Im hunting down all the free apps I can get. I go to the GIMP site and find the links to macgimp.org, where you have to BUY the damn thing!? Come on, now, can't I just make my own "build"? (by the way, does that entail using the "developers tools"?).

So I'm new to this OS-X unix environment, but one of the resons I gave it a try was to save cash, and to eliminate the warez guilt you get from "borowing" a copy of a program. I though *Nix was an open source environment, is MacOSX the exception???
 
Well, Gimp is a unix program for an xfree86 interface. so you're going to have to get one, either x11 (http://apple.com/osx/x11) or XDarwin. Then you'll have to download a build on Gimp for the mac. This is available for free, though I can't give you a link. Don't bother with www.macgimp.com for though.
 
MacGimp are a commercial distribution of Gimp, kind of like RedHat is a commercial distribution of Linux.
I recommend you install Apple's X11 client, then install Fink and FinkCommander. You can then use FinkCommander to automatically download, patch and compile the Gimp from source.
Once done, you can run "gimp" from the X11 terminal, and add it to your X11 applications menu.
 
Thanks for the quick reply!

What is X11 and DarwinX? are they other interfaces like the Finder or Aqua?? After I get it all installed, is it going to be more trouble to open an image than just using Photoshop in the OS9 layer instead?
 
X11 is a server for the XWindows interface. XWindows is the de-facto standard for creating a User Interface for *nix applications. To use the server, you must have something called a Windows Manager. Apple's X11 comes with one of these called Quartz WM. This one is special because it does use Quartz, the underlying display engine that drive OS X. What this means is that when using X11 the XWindows applications can co-exist with Aqua applications. You don't have to run the XWindows server in Full Screen mode. You can even minimize the XWindows applications to the dock when using X11.
Since OS X is based on Unix, all you need is to somehow get access far enough into the Operating System, and then you can run these XWindows applications.
Before Apple released X11, most people who wanted to run XWindows applications used a server called X-Free86. However, I have heard that the Apple server is quite a bit faster that X-Free.
Another thing you have probably heard about is Fink. This is a command line application that will install the XWindows application that you want, as well as any necessary libraries to make it work.
Fink Commander is a Cocoa application front for Fink, for if you don't like messing around in the Terminal.
GNOME and KDG are both XWindows server desktops, I haven't tried either yet, but I hear that are both pretty good.

Any other questions, please feel free to ask!
 
Wow this is getting interesting.

Ok, I've installed X11 (uhh, gee that was easy). Now I'm going to go for Fink Commander...

Thanks for all the help, its sinking in...but expect a few more questions soon.
 
Correct me if I am wrong, but I think you must install Fink before you install Fink Commander.
To get Fink you recognize X11, you must also run the command 'system-xfree86' from Fink. In case that confuses you (and let me tell you, it had me stumped for a few days), this command does NOT install X-Free86, it simply checks to see if you have some sort of XWindows server installed.
Be sure that before you get Fink, you also install Apple's X11 SDK, I believe this has some libraries that Fink needs to run. You can get this from Here (link to file).

Also check out btoneill's X11 FAQ, it may have info that will help you get started.
http://www.misplaced.net/fom/X11/

By the way, the other XWindows desktop is KDE, not KDG. I made a mistake :)
 
Yes, that was what I needed too, I hadn't a clue when I started. It took me almost a week of trial and error to get mine set up. Of couse, then that FAQ showed up the next day...
Oh well.
 
Well, I've got fink and fink commander installed, but I think I messed up on the 'binary' vs. 'source' part...I have no idea what is better for me, I just want stable apps, sooner, without any worry over editing the source. If I botched that part, is it ok to re-install? I'm going to give it a rest for tonight...I've absorbed so much today.
 
Well, I'm afriad I really don't know that much about that stuff. I have just been telling you what I know so far. I don't remember anything about Binary or Source when I installed it, but I would have a look at the documentation on the Finkweb site.

Fink Help

For this kind of thing, you would probably be better off posting on the Unix board.
 
Just had a look on the Fink site, make sure you have got the right version of Fink for your Operating System version.
It's all on this page, but let me just tell you that you must have the Apple Developer's Tools installed to make Fink work.
 
Well, I got to the shell part of sudo dselect and then the instructions say to "pick the package you want to install" and theres like 9 packages there, and I have no idea what they were. I dont think I actually installed any of them.

Soooo for my first try, I'm going to build something small like FreeWRL, a vrml viewer. It should get me feet wet enough to know if Im ready.

The fact that its all a memory to you is good news to me. "Set it and Forget it" HeeHee! I'm just greedy for the freebies. An end user with a conscience...I really want to avoid warez all together on my OSX system! It's a chance to make a clean start.

Thanks dlloyd for pointing me to the right souces!
 
Okay, try opening Fink, not Fink Commander. Then type 'install gimp' (with out quotes). This should download and install the GIMP, and then you can just type gimp in the X11 shell, and is will open the GIMP. It worked for me anyway.

EDIT, strange, it's not working anymore. I wonder... I'll have to look into this
 
Hmmm. Fink Commander is in my Applications folder, I have a sw directory full of stuff, but I cant find the actual "Fink" executable...
 
OK, so I opened terminal and typed fink... and voila.
But when I typed 'install gimp' it just gave me the install options...

maybe if I typed 'install http://...(path to gimp online)' that would work?
 
You can also skip all the stuff with fink if you only want gimp installed and grab the gimp package built by Apple. The package is located at http://www.opendarwin.org/projects/darwinports/en/x11.php. Uses standard Apple packages for install. Also make sure if you're using fink you need to install the X11 SDK from Apple's site, and then install system-xfree86. system-xfree86 tells fink that you have Apple's X11 installed, but it won't install unless if finds that files that are installed by the X11 SDK.

Brian
 
and then install system-xfree86. system-xfree86 tells fink that you have Apple's X11 installed,

Whoa, you lost me there... install what from where? I'll try that build first
 
Sorry, system-xfree86 is a fink package that basically lets fink know you have X11 installed. fink checks to make sure all software dependencies are met before it lets you install software. For instance, it won't let you install an X11 application if you don't have X11 installed. the system-xfree86 package basically just tells fink that you have installed your own version of X11 and not the one that you can install via the fink distribution. "fink install system-xfree86" will install that for you.

Brian
 
OK, so my steps would be:
First install the X11 develoeper package,
then from the Terminal "fink install system-xfree86"

On another note, I went to the opendarwin.org projects page and grabbed gtk and vim to try it out. They both seemed to install, but typing vim in the terminal yeilded no results.
 
Back
Top