I read that Fink is the easiest way to install Linux apps, but it doesnt support Leopard. Anyone using GNUCash on Leopard? If so, how do you install it?
I read that Fink is the easiest way to install Linux apps, but it doesnt support Leopard. Anyone using GNUCash on Leopard? If so, how do you install it?
It does support Leopard, you just need to install Fink from the source. That means you'll need to install Xcode which should be on your Mac OS X DVDs.
You can download GNUCash directly from the source code and use ./configure, make, sudo make install to install it as you would on Linux. You may also need pkg-config (I appeared to) which is available here.
EDIT: You will still need to install Xcode to do this.
do i need x11?
X11 is installed by default on Leopard. I don't know if you'll need it.
You also appear to need EDIT: http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/
I think the best is to use Fink you need a fair few other dependencies...
when i run ./bootstrap, i get this message
ERROR: There is no C compiler on your system. Make sure that the Developer
Tools are installed.
Any ideas?
As I said earlier you need to install Xcode.
So xcode is not installed by default on Leopard? Thats what Eraserhead stated.
No he didn't. He said X11 is installed by default.
You have to get the 1.1GB version.
Yeah definitely stay away from the method I suggested apparently there are lots of problems with one of the dependency's GMP mis-compiling on Macs.
GMP compiles fine if you supply the correct flags. I know, I literally just compiled it. It passed all its self tests as well.
Well that isn't what there website said, but it doesn't appear to be true, I didn't have to make any changes at all, I just did configure, make sudo make install and it "just worked" (well as much as a command line app ever does).
I would strongly recommend not uninstalling it.
Is it because it may mess with the system or because i may need it later on?
As for installing Gnucash, should I use Fink or not?
Or do this > ./configure, make, make check then sudo make install to make sure you have a decent version.