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

2005-02-08 Thread P.A.A.
On Feb 8, 2005, at 4:28 PM, Peter O'Gorman wrote:
aclocal has a -I flag. Or install fink's automake and use 
/sw/bin/aclocal.
Don't, for goodness sake, copy files willy-nilly into /usr.

Right, of coursesorry I wrote so quickly.
P

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


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

2005-02-08 Thread P.A.A.
Hi Fred,
I'm happy to help.  I'm about to recompile my Planner using the latest 
cvs and see how it goes.  I'll post anything that might be helpful.  
Initially it looks like you may need to copy the .m4 files mentioned to 
/usr/local/share/aclocal.

like
cp /sw/share/aclocal/codeset.m4 /usr/local/share/aclocal
then configure & make
I'll go over my procedures again and make sure I included everything I 
did.

Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278
http://homepage.mac.com/adijedi/
On Feb 4, 2005, at 11:49 AM, Fred Leason wrote:
Patrick:
A month ago I tried to compile planner on my Mac.  I began to realize 
that I am in way over my head.  Today I tried again and found your 
posting on gmane.os.apple.fink.beginners.  I had already done the cvs 
update from :pserver:[EMAIL PROTECTED]:/cvs/gnome (the cvs 
in your message did not work for me.)

Apparently I had already updated my libtool and based on your advice, 
I updated gettext.

When I ran autogen.sh I got some warnings like:
Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /sw/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
And the last error it displayed was:
config.status: error: cannot find input file: tests/Makefile.in
Sure enough, the tests directory is empty.
This makes me think that maybe I was using the wrong CVS.  But this is 
the one that Richard Hult at imendio pointed me to.

In summary, thanks to your posting, I am much farther than I have 
been.  But I don't know what to do next.  I am just beginning to use 
fink and open source code and I definitely don't understand the .m4 
files and how CVS works and what autogen does.  If I am "almost 
there," I would ask you to help me.  But it may be that there is 
another 20 hours to get a compile.  I just don't know.

Would you be willing to help a fellow Dallas person figure this out.
Fred Leason

P.A.A. wrote:
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 entering your password
1.  Download & install the latest libraries (I used Fink -- best way 
I found on a Mac). This could take a couple of days.
2-3.  The latest version of gettext I had to install manually in 
/usr/local/* for the make to work (for newbies just download it from 
gnu.org, become root, cd to the gettext directory, type "./configure 
; make  ; make install"
4.  Now set the environment as follows:
type:  setenv PKG_CONFIG_PATH 
"/usr/local/lib/pkgconfig:/sw/lib/pkgconfig" ; setenv ACLOCAL_PATH 
"/usr/local/share/aclocal:/sw/share/aclocal ; setenv CVSROOT 
":pserver:[EMAIL PROTECTED]:/cvs/gnome" 5. type "cd ~ ; cvs 
login" , press return when asked for a password
6. type cvs co planner
7. type cd planner
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 version of libtool but first make a 
backup copy of your current /usr/bin/libtool.  After running autogen 
as above then copy the backup back to /usr/bin/libtool, before typing 
make, otherwise strange errors happen.
10.  type make, if you get an error in the file mrp-parser.c, edit 
the file and change the gsize above the line on which the error 
occurs to gint (see Richard's post).
11.  type "make ; make install" , should work fine.  make sure X or 
X11 is running and type /usr/local/bin/planner , and let the good 
work begin  :)
  For those using fink I'm now working to make a planer package for 
fink (if someone could do it faster than I that would be great :).
Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278
___
Planner mailing list
[EMAIL PROTECTED]
http://lists.imendio.com/mailman/listinfo/planner

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Planner on OS X (followup)

2004-12-07 Thread P.A.A.
Hi Folks,
Just a followup on Planner on OS X, since many have asked.  For family 
reasons I've been occupied and behind my schedule on porting Planner to 
Fink.  On the porting though one of the issues that may delay things a 
whiloe is that some of the depends=versions that are needed for Planner 
are still being implemented in Fink (but goodly speaking a lot of 
updating is in process).  Fpr those who want to try to install it 
manually on OS X there are various ways, some more elegant than what I 
did, but remember to change the libtool (or have the build use glibtool 
installed by fink) and to manually install gettext.  Also the file 
mrp-parser.c has been fixed on the cvs version so you won't need to 
edit it.

We'll keep working :)
Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278

---
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://productguide.itmanagersjournal.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


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 Apple;s.
Yes.  Instead patch autogen.sh to not look for libtool/libtoolize, and 
isntead use "glibtool" and "glibtoolize".  Then things should work as 
you expect.
Thanks Benjamin, yes & will do as I work on the fink Planner package.
Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


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 shared libraries.

I suggest instead that you use fink to install automake1.9 (1,9,2) 
autoconf2.5 (2.5.9) and libtool14 (GNU libtool-1.5.10) and then run 
autogen.sh, do not mess with apple installed stuff in /usr.

Peter
--
Peter O'Gorman - http://www.pogma.com
Thanks Peter,
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 Apple;s.
Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[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 entering your password
1.  Download & install the latest libraries (I used Fink -- best way I 
found on a Mac). This could take a couple of days.
2-3.  The latest version of gettext I had to install manually in 
/usr/local/* for the make to work (for newbies just download it from 
gnu.org, become root, cd to the gettext directory, type "./configure ; 
make  ; make install"
4.  Now set the environment as follows:
	type:  setenv PKG_CONFIG_PATH 
"/usr/local/lib/pkgconfig:/sw/lib/pkgconfig" ; setenv ACLOCAL_PATH 
"/usr/local/share/aclocal:/sw/share/aclocal ; setenv CVSROOT 
":pserver:[EMAIL PROTECTED]:/cvs/gnome"
5. type "cd ~ ; cvs login" , press return when asked for a password
6. type cvs co planner
7. type cd planner
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 version of libtool but first make a backup 
copy of your current /usr/bin/libtool.  After running autogen as above 
then copy the backup back to /usr/bin/libtool, before typing make, 
otherwise strange errors happen.
10.  type make, if you get an error in the file mrp-parser.c, edit the 
file and change the gsize above the line on which the error occurs to 
gint (see Richard's post).
11.  type "make ; make install" , should work fine.  make sure X or X11 
is running and type /usr/local/bin/planner , and let the good work 
begin  :)

  For those using fink I'm now working to make a planer package for 
fink (if someone could do it faster than I that would be great :).

Cheers,
Patrick
Alessandra & Assoc. Intl.
Dallas * Ft. Worth, Texas  U.S.A.
(214) 335-0278

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel