Hmmm, yes I think that's it, if you have set PKG_CONFIG_PATH as said, it should work...you might want to use a version on the imendio www site instead of cvs (or fin any posted source for planner 12.9). Oh, be sure to do a fink selfupdate & update-all also :) [I deleted my 12.9 source or i'd happily make it available.] Planner is now at .13.x, I'll probably get to installing the latest version in a month or so....I'll post installation details then.

good luck :)

-- Patrick

On Apr 19, 2005, at 1:41 PM, Brian O'Keefe wrote:

Brian O'Keefe wrote:


you can

cp /usr/bin/libtool /usr/bin/libtool.bup
cp /sw/bin/glibtool /usr/bin/libtool

[be sure and restore the original after installing by
cp /usr/bin/libtool.bup /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"



do the above and both should work fine

good luck  :)
Patrick




---------------------------------------------------------------------- --


Subject:
[Fink-beginners] Planner 12.90 on OSX
From:
"P.A.A." <[EMAIL PROTECTED]>
Date:
Tue, 8 Feb 2005 15:49:53 -0600
To:
Patrick Alessandra <[EMAIL PROTECTED]>

To:
Patrick Alessandra <[EMAIL PROTECTED]>
CC:
Planner Project Manager <[EMAIL PROTECTED]>, Planner Project Manager - Development List <[EMAIL PROTECTED]>, [email protected], Michael Goodman <[EMAIL PROTECTED]>, [email protected]



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



Patrick,

I bit the bullet and went for the install and was excitedly watching the configuration happen after step 5 (I hit enter after each line which I hope was correct) and got the message:


Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for
       glib-2.0 >= 2.6.0
       gobject-2.0 gmodule-2.0
       gtk+-2.0 >= 2.6.0
       libgnomecanvas-2.0 >= 2.10.0
       libgnomeui-2.0 >= 2.10.0
       libglade-2.0 >= 2.4.0
       libgnomeprintui-2.2 >= 2.10.0
       gnome-vfs-2.0 >= 2.10.0
       gconf-2.0 >= 2.10.0
... Requested 'glib-2.0 >= 2.6.0' but version of GLib is 2.4.6

configure: error: Library requirements (
glib-2.0 >= 2.6.0
gobject-2.0 gmodule-2.0
gtk+-2.0 >= 2.6.0
libgnomecanvas-2.0 >= 2.10.0
libgnomeui-2.0 >= 2.10.0
libglade-2.0 >= 2.4.0
libgnomeprintui-2.2 >= 2.10.0
gnome-vfs-2.0 >= 2.10.0
gconf-2.0 >= 2.10.0
) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


I also had to cd / to execute the 'cp /usr/bin.......' commands and then back to '~' to 'cd planner' and run the rest. A small thing but not immediately obvious to a rank newbie like myself.
So do you think that the current version of planner has been updated to require the newer gnome pakgs described above? It would only make sense as gnmoe is up to version 2.10 while fink is only up to 2.6. I guess I'm stuck at this point until the gnome-core team gets more current in the fink pkg area.
If you have any further suggestions please let me know.
Many thanks,
Brian



------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to