P.A.A. wrote:
Hello,Hey folks,
Alright, I just redid my Planner on OSX, it worked
(see beautiful screenshot at http://www.geocities.com/adijedi/Planner.12.90_OSX.pdf)
and here's what worked:
1. Using Fink do a selfupdate and an update-all to make sure everything is just such, also make sure you have gettext installed.
2. Open the terminal app and in preferences see what kind of shell it creates (I use a tcsh shell, type /bin/tcsh & return if you need to) make yourself root by typing "sudo -s" and entering your password & return.
3. get the latest planner from cvs, type as follows:
setenv CVSROOT ":pserver:[EMAIL PROTECTED]:/cvs/gnome"
cvs login
[press return for password]
cd ~
cvs co planner
4. I have installed libtool1.5 at /usr/bin/libtool.1.5, you can also usr /sw/bin/glibtool
[I know there are more elegant ways to do this, but it worked this way so ...], type as follows:
cp /usr/bin/libtool /usr/bin/libtool.bup
cp /usr/bin/libtool.1.5 /usr/bin/libtool
5. type as follows
cd planner
setenv PKG_CONFIG_PATH "/usr/local/lib/pkgconfig:/sw/lib/pkgconfig"
setenv ACLOCAL_PATH "/usr/local/share/aclocal:/sw/share/aclocal"
./autogen.sh --enable-python=no
6. restore Apple's libtool by typing as follows
cp /usr/bin/libtool.bup /usr/bin/libtool
7. type make
8. type make install
9. type /usr/local/bin/planner
worked :)
Since I keep Fink updated the whole thing took only about 30 minutes.
Cheers, Patrick
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
I have downloaded planner and would like to get it installed but I have some questions and I would really appreciate your help. From your instructions:
4. I have installed libtool1.5 at /usr/bin/libtool.1.5, you can also usr /sw/bin/glibtool
(Is this a typo 'usr /sw/bin/glibtool' and should be 'use /sw/bin...' ? If I choose to install libtool into /usr how do I do so? fink has already
installed 'libtoo1.5' so can I use that somehow? What directory would it be in and how do I modify the instructions below to use that installation? Currently using either '/usr or /sw gets me nothing)
[I know there are more elegant ways to do this, but it worked this way so ...], type as follows:
cp /usr/bin/libtool /usr/bin/libtool.bup
cp /usr/bin/libtool.1.5 /usr/bin/libtool
5. type as follows
cd planner
(How do I modify the following assuming that I get libtool into the /sw/bin directory?)
setenv PKG_CONFIG_PATH "/usr/local/lib/pkgconfig:/sw/lib/pkgconfig"
setenv ACLOCAL_PATH "/usr/local/share/aclocal:/sw/share/aclocal"
./autogen.sh --enable-python=no
6. restore Apple's libtool by typing as follows
cp /usr/bin/libtool.bup /usr/bin/libtool
7. type make
8. type make install
9. type /usr/local/bin/planner
It seems that the simplist way is to get libtool 1.5 installed into /usr/bin and then just follow the instructions as written but I don't know how to do that.
Thank you for any help. Brian
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
