NickThePowerful / iphone-dev

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

installing header files: ./configure --with-macosx-sdk=<relative-path> fails #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co http://iphone-dev.googlecode.com/svn/branches/include-1.2-sdk include
2. cd include
3. /configure --prefix=anything --with-macosx-sdk=<any relative path>
4. bash install_headers.sh

A bunch of headers will not be installed.

This is because of a syntax error in the install_headers.sh script that
manifests when the SDK_LOCATION is a relative path.

Original issue reported on code.google.com by van...@gmail.com on 23 Jan 2009 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by van...@gmail.com on 23 Jan 2009 at 8:02

Attachments: