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


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

--
Benjamin Reed, a.k.a. Ranger Rick
[EMAIL PROTECTED] / http://ranger.befunk.com/
A computer scientist is someone who, when told to 'Go to Hell',
sees the 'go to', rather than the destination, as harmful.
---
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] octave-forge

2004-10-07 Thread Corey Halpin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  octave-forge informed me today that it wants a maintainer.

  I'll volunteer for that, if nobody else wants it.

crh
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBZb3GHttEfMmUResRAq63AJ4tbAP0Nenq1yn4VyxcNTK5S78xegCgqwvU
xYa2i1/iTc8aQHO4xj2su7w=
=eFyW
-END PGP SIGNATURE-


---
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] octave-forge

2004-10-07 Thread Christian Schaffner
Hi Corey
On 08.10.2004, at 00:05, Corey Halpin wrote:
  octave-forge informed me today that it wants a maintainer.
  I'll volunteer for that, if nobody else wants it.
That would be great. Do you have any updates for the packages (that you 
want to put on the submission tracker) or shall i just put your name in 
the existing .info files?

Chris.

---
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