On 11/14/13 5:51 AM, Dr. Wolfram Schroers wrote:
> At least in the configuration stated (Xcode 5.0.2 on MacOS X 10.9), there is 
> no command option named "--install". When I print the path (with 
> "xcode-select -p") the result is "/Applications/Xcode.app/Contents/Developer".
>

It works for me:

Alexanders-Mac:~ hansen$ sw_vers -productVersion
10.9
Alexanders-Mac:~ hansen$ xcodebuild -version
Xcode 5.0.2
Build version 5A3005
Alexanders-Mac:~ hansen$ xcode-select --install
xcode-select: note: install requested for command line developer tools

Even though one downloads the same Xcode 5.0.2 for 10.8 as for 10.9, 
they will install differently on the two systems.  When you perform the 
install on 10.9, xcode-select has an "--install" option.  If you 
installed Xcode 5.0.2 on on 10.8 before upgrading to 10.9 that might 
account for the difference.

> Other packages compile and install correctly as well and I use the Xcode 
> command line tools for development on a daily basis. The error message at the 
> end of the python27 compilation is specific to that package.
>

This means that _some_ packages happen to work with the 10.8 
command-line tools.  Not all do.

I'm surprised that you were able to bootstrap on 10.9 at all, since we 
see failures with the base ncurses package when building with the 10.8 
tools.

python27 is looking for system headers that it cannot find because you 
have the wrong Developer tools for your OS version.  There is nothing 
for us to fix there--it works properly when the right tools are installed.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to