On 4/2/14, 2:03 AM, [email protected] wrote: > Thank you very much -- this solved my issue! I hope that the other problems > caused by this aren't severe? > >> I was able to install fink on 10.9 with only the command-line tools >> present at one point. I think at that time we _didn't_ set a default >> value of 0.0 when Xcode.app wasn't detected, but that caused other problems. >> >> Can I have you try the following? Edit the file "bootstrap" in the fink >> source directory and at around line 392 change >> >> if (!$xcode_version) { >> >> to >> >> if ($xcode_version eq '0.0') { >> >> and then see if you can proceed. > > >
They shouldn't be. Fink has supported using just the command-line tools since Apple first released them as a separate item. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
