githubhjs / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

xCode 3.0 installation #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I am trying to make these lines:
$ pushd include
$ ./configure --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk >/7.txt

What is the expected output? What do you see instead?
comp@comp ~/iphone-dev/include
$ ./configure --with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk >/7.txt
configure: error: You must have a copy of the Mac OS X 10.4 Universal SDK.
Please see the wiki at http://iphone-dev.googlecode.com/ for information on
how to obtain this. If you already have the SDK use a
--with-macosx-sdk=path option to specify the path.

What version of the product are you using? On what operating system?
xCore 3.0
lasy cygWin

Please provide me: 
1. Where exactly I have to put "Developer\SDKs\MacOSX10.4u.sdk"?
2. Where exactly I need to run "$ ./configure
--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk >/7.txt"?
3. What exactly is "--with-macosx-sdk"?

Original issue reported on code.google.com by slatv...@gmail.com on 6 Nov 2007 at 9:35