On 4/3/12 8:29 AM, PNM wrote: > This error doesn't seem to interfere with anything, but it seems to be noted > when any fink command is run: > > Use of uninitialized value $sdkpath in concatenation (.) or string at > /sw/lib/perl5/Fink/VirtPackage.pm line 701. > Use of uninitialized value $sdkpath in concatenation (.) or string at > /sw/lib/perl5/Fink/VirtPackage.pm line 701. > > I am running the latest fink on 10.7.3 with XCode 4.3.2. > > Payam > ----- > Our great democracies still tend to think that a stupid man is more likely to > be honest than a clever man. > > --Bertrand Russell > > > It's harmless.
$sdkpath is a new variable (for fink-0.32.4.1) that stores the results from a search for system SDKs from Xcode. It didn't get a fallback value for the case when no SDKs are found. This will be fixed in the next fink release. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
