Re: [Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX

2004-10-08 Thread P.A.A.
Yes, I tried that and autogen.sh still didn't work, so I backed up apple's libtool, installed gnu libtool, ran autogen.sh which worked. Then before make I copied the backed up libtool back to /usr/bin/libtool. Then everything worked fine. Se la vi :) But absolutely right, let Apple's stuff be

Re: [Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX

2004-10-07 Thread Benjamin Reed
P.A.A. wrote: Yes, I tried that and autogen.sh still didn't work, so I backed up apple's libtool, installed gnu libtool, ran autogen.sh which worked. Then before make I copied the backed up libtool back to /usr/bin/libtool. Then everything worked fine. Se la vi :) But absolutely right, let A

Re: [Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX

2004-10-07 Thread P.A.A.
On Mac OS X /usr/bin/libtool is not GNU libtool, it is apple's shared library helper, which was inherited from NeXT, you can download and build it if you want, it is part of the cctools project. If you install GNU libtool in /usr you will break your toolchain and will not be able to build shar

Re: [Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX

2004-10-07 Thread Peter O'Gorman
[many lists removed] P.A.A. wrote: Excellent! Thanks Richard & all at imendio for your help, Planner works wonderfully. 9. next tricky part: try typing "./autogen.sh --enable-python=no" , if it works, great, if you get a libtool requirement not met then you will need to install the latest versi

[Fink-devel] Success! -> Planner on Darwin/FreeBSD/OSX

2004-10-07 Thread P.A.A.
Excellent! Thanks Richard & all at imendio for your help, Planner works wonderfully. To help others, here's how I installed Planner on my Powerbook G5, OSX/FreeBSD/Darwin (some easy parts, some tricky parts): 0. Open a new shell/Terminal window. , make sure you are root by typing "sudo -s" and