-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/19/09 12:30 PM, monipol wrote:
>> My perl version is: >> perl -v:This is perl, v5.8.9 built for darwin-thread-multi-2level > > Salut, Johann. > > Fink only works with versions of Perl shipped by either Apple or Fink > itself. System's Perl on OS 10.5 is 5.8.8, whilst on OS 10.6 it's > 5.10.0. > > It seems you've installed this (odd) version of Perl yourself. What do Not true. OSX comes with 5.8.9 as well. While 5.10.0 is the default, you can make /usr/bin/perl run 5.8.9 by setting VERSIONER_PERL_VERSION=5.8.9 in your environment, or by using the `defaults` command to override the default: defaults write com.apple.versioner.perl Version 5.8.9 There are lots of other wacky things you can do as well to override this. See `man perl` for all the details. That said, while the man page describes *how* to change such things for the defaults, that doesn't mean it's a good idea. :P I don't know if it will be enough to make it work, but you could try something along the lines of: sudo env VERSIONER_PERL_VERSION=5.10.0 ./bootstrap ...for installing, and see if that works. - -- Benjamin Reed a.k.a. Ranger Rick Fink, KDE, and Mac OS X development Blog: http://www.raccoonfink.com/ Music: http://music.raccoonfink.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFK3J13Uu+jZtP2Zf4RAtWzAKCTsEO3kAXyBdRChshWtbHYNahhjQCfTGTR KSBVvGi5NgjHWGiDHYScnjw= =zFtR -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
