On Tuesday 19 April 2005 01:00 pm, you wrote: Thanks for the reply Alexander. It was as you stated in an earlier post. I should learn to not question your knowledge by now! Let's hope gnome boys get crackin'. Thanks again > On Apr 19, 2005, at 2:53 PM, Brian O'Keefe wrote: > > From: Brian O'Keefe <[EMAIL PROTECTED]> > > Date: April 19, 2005 2:41:30 PM EDT > > To: "P.A.A." <[EMAIL PROTECTED]> > > Subject: Re: [Fwd: [Fink-beginners] Planner 12.90 on OSX] > > > > 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 > > You're correct--the current release version of planner requires library > versions that Fink lacks.
------------------------------------------------------- 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
