https://issues.apache.org/ooo/show_bug.cgi?id=124422

--- Comment #5 from Thorsten Wagner <[email protected]> ---
As a workaround it should be possible to use two different releases of Xcode,
Xcode 5.0.2 and the current Xcode release.

I found a dependency within "set_soenv.in" which prevents using two different
releases of Xcode side by side. It is a hard coded implementation of directory
"/Applications" for the include path. This causes a break of the build although
the command line tools of Xcode 5.0.2 are selected. The current Xcode release
should be in directory "/Applications", a second Xcode release, e.g. Xcode
5.0.2, should be located elsewhere.

I supplied a small patch as attachment to this ticket. The patch replaces the
hardcoded reference to "/Applications/Xcode.app" by the result "xcode-select
-p". Building works fine now.

@ Herbert: I would be grateful for doublechecking the patch and for including
it into trunk if it works as expected.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are watching all issue changes.

Reply via email to