Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-13 Thread Martin Costabel
Brent Austin wrote: > OK it workedI think? > > brent-austins-power-mac-g5:bin brentaustin$ ./pathsetup.sh > 2007-09-13 06:38:07.673 osascript[23593:10b] Error loading > /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType: > dlopen(/Library/QuickTime/LiveType.component/Contents/Mac

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-13 Thread Alexander K. Hansen
you may have to edit your shell startup script (.profile, .bash_profile, or whatever you're using) manually and insert that command there, if the pathsetup script isn't working for you. > --- [EMAIL PROTECTED] wrote: > > From: "Alexander K. Hansen" <[EMAIL PR

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-13 Thread Brent Austin
CC: fink-devel@lists.sourceforge.net Subject: Re: [Fink-devel] Fink and Latest Leopard 10.5 Date: Wed, 12 Sep 2007 17:46:36 -0400 Brent Austin wrote: > I tired that too. Is there something I need to do after running ./bootstrap? > -B > > Try running "/sw/bin/pathsetup.sh" (as

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-12 Thread Alexander K. Hansen
omething blocking that operation. > --- [EMAIL PROTECTED] wrote: > > From: "Alexander K. Hansen" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: fink-devel@lists.sourceforge.net > Subject: Re: [Fink-devel] Fink and Latest Leopard 10.5 > Date: Wed, 12 Sep 200

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-12 Thread Brent Austin
I tired that too. Is there something I need to do after running ./bootstrap? -B --- [EMAIL PROTECTED] wrote: From: "Alexander K. Hansen" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: fink-devel@lists.sourceforge.net Subject: Re: [Fink-devel] Fink and Latest Leopard 10.5 Date:

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-12 Thread Alexander K. Hansen
Brent Austin wrote: > I got fink to build (and I guess install as well) install from a cvs pull. > Only problem I have now is that none of the commands that I try do anything. > All I get is: > > brent-austins-power-mac-g5:~ brentaustin$ fink selfupdate > -bash: fink: command not found > brent-au

[Fink-devel] Fink and Latest Leopard 10.5

2007-09-12 Thread Brent Austin
I got fink to build (and I guess install as well) install from a cvs pull. Only problem I have now is that none of the commands that I try do anything. All I get is:brent-austins-power-mac-g5:~ brentaustin$ fink selfupdate-bash: fink: command not foundbrent-austins-power-mac-g5:~ brentaustin$ fink

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-11 Thread David R. Morrison
On Sep 11, 2007, at 9:47 AM, Alexander K. Hansen wrote: > Jack Howarth wrote: >> Brent, >> Are you trying to bootstrap Leopard from a fink cvs pull? >> You do realize that you have to use a cvs pull from fink and >> not any of the release tarballs for fink. The instructions for >> pull from t

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-11 Thread Alexander K. Hansen
Jack Howarth wrote: > Brent, > Are you trying to bootstrap Leopard from a fink cvs pull? > You do realize that you have to use a cvs pull from fink and > not any of the release tarballs for fink. The instructions for > pull from the fink cvs are at... > > http://www.finkproject.org/doc/cvsacces

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-11 Thread Jack Howarth
Brent, Are you trying to bootstrap Leopard from a fink cvs pull? You do realize that you have to use a cvs pull from fink and not any of the release tarballs for fink. The instructions for pull from the fink cvs are at... http://www.finkproject.org/doc/cvsaccess/index.php these are correct ex

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-10 Thread Peter O'Gorman
On Sun, 2007-09-09 at 17:57 -0700, Brent Austin wrote: > I've been trying to bootstrap the latest Fink sources (0.27.4, 0.27.6) > on my Leopard box but I keep getting the same errors: > gcc -g -O2 -I. -c ./getopt1.c > g++ -I. -c ./getline.cc > /usr/include/stdio.h: In function 'int __sputc(int, F

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-09 Thread Alexander Hansen
Ooops, never mind--just noticed that you're on Leopard. Can't answer some Leopard questions on the public lists yet due to the NDA. On 9/9/07, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > Brent Austin wrote: > > I've been trying to bootstrap the latest Fink sources (0.27.4, 0.27.6) > > on my

Re: [Fink-devel] Fink and Latest Leopard 10.5

2007-09-09 Thread Alexander K. Hansen
Brent Austin wrote: > I've been trying to bootstrap the latest Fink sources (0.27.4, 0.27.6) > on my Leopard box but I keep getting the same errors: > > cd lib; make all > gcc -g -O2 -I. -c ./getopt.c > ./getopt.c: In function '_getopt_internal': > ./getopt.c:648: warning: incompatible implicit de

[Fink-devel] Fink and Latest Leopard 10.5

2007-09-09 Thread Brent Austin
I've been trying to bootstrap the latest Fink sources (0.27.4, 0.27.6) on my Leopard box but I keep getting the same errors:cd lib; make allgcc -g -O2 -I. -c ./getopt.c./getopt.c: In function '_getopt_internal':./getopt.c:648: warning: incompatible implicit declaration of built-in function 'strlen'