<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Biococoa-dev] can't compile
framework</title></head><body>
<div>At 21:08 +0100 3/8/05, Philipp Seibel wrote:</div>
<blockquote type="cite" cite>Hi everybody,</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>i just checked out the latest version and
tried to compile the project, but it didn't work. Very strange
problem:</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font
face="Courier"><i>BioCocoa_Prefix.h:6:38: Foundation/Foundation.h: No
such file or directory</i></font></blockquote>
<blockquote type="cite" cite><font
face="Courier"><i>BioCocoa_Prefix.h:7:30: AppKit/AppKit.h: No such
file or directory</i></font></blockquote>
<blockquote type="cite" cite><font
face="Courier"><i><br></i></font></blockquote>
<div><br></div>
<div>It is probably because you don't have the SKDs installed. I
believe they are optional when you install Xcode.</div>
<div>Look for /Developer/SDKs/MacOSxxx folders. If you don't have
those, then yes, this is the problem.</div>
<div><br></div>
<div>To compile the framework, the compiler uses the SDKROOT build
settings as the path to the headers. This is why it can't find the
Foundation and AppKit headers, if the SDKROOT points to an empty
folder.</div>
<div><br></div>
<div>If this is the problem, you may want to run the latest Xcode
installer and check the SDKs in the options.</div>
<div><br></div>
<div>charles</div>
<div><br></div>
<div>NB: the SDKs were supposed to be used before, but were actually
not used until I changed the target type and added the SDKROOT
setting.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Help science go fast forward:<br>
http://cmgm.stanford.edu/~cparnot/xgrid-stanford/<br>
<br>
Charles Parnot<br>
charles.parnot@stanford.edu<br>
<br>
Room  B157 in Beckman Center<br>
279, Campus Drive<br>
Stanford University<br>
Stanford, CA 94305 (USA)<br>
<br>
Tel +1 650 725 7754<br>
Fax +1 650 725 8021</div>
</body>
</html>