chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1140: Build failure on OS X 10.6.8


From: Chicken Trac
Subject: [Chicken-janitors] #1140: Build failure on OS X 10.6.8
Date: Mon, 07 Jul 2014 17:49:40 -0000

#1140: Build failure on OS X 10.6.8
------------------------------------+---------------------------------------
 Reporter:  woodruffw               |       Owner:         
     Type:  defect                  |      Status:  new    
 Priority:  major                   |   Milestone:  someday
Component:  unknown                 |     Version:  4.9.x  
 Keywords:  build, make, osx , mac  |  
------------------------------------+---------------------------------------
 In 4.9.0.1, Chicken's OS X makefile attempts to locate XCode's tool path
 and development utilities (ar, gcc) in
 /Applications/XCode.app/Contents/Developer. However, in earlier versions
 of OS X limited to older versions of XCode, XCode's toolchain is stored in
 /Developer/usr/bin. As a result, the makefile can't locate ar or cc.

 I don't know that much about the syntax of makefiles, but the solution to
 this is to check for OS X's version number and set the XCODE_DEVELOPER and
 XCODE_TOOL_PATH variables in makefile.macosx differently if the version is
 below 10.7.x.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1140>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]