Re: RFR: 8338108: Give better error message in configure if a full XCode is missing

2024-08-12 Thread Aleksey Shipilev
On Fri, 9 Aug 2024 10:27:25 GMT, Magnus Ihse Bursie wrote: > The XCode command lines tools is almost, but not quite, enough to build the > JDK. We still need the metal and metallib tools. The error message given by > configure should be improved to indicate if this is the problem with the > us

Re: RFR: 8338108: Give better error message in configure if a full XCode is missing

2024-08-09 Thread Erik Joelsson
On Fri, 9 Aug 2024 10:27:25 GMT, Magnus Ihse Bursie wrote: > The XCode command lines tools is almost, but not quite, enough to build the > JDK. We still need the metal and metallib tools. The error message given by > configure should be improved to indicate if this is the problem with the > us

Re: RFR: 8338108: Give better error message in configure if a full XCode is missing

2024-08-09 Thread Julian Waters
On Fri, 9 Aug 2024 10:27:25 GMT, Magnus Ihse Bursie wrote: > The XCode command lines tools is almost, but not quite, enough to build the > JDK. We still need the metal and metallib tools. The error message given by > configure should be improved to indicate if this is the problem with the > us

RFR: 8338108: Give better error message in configure if a full XCode is missing

2024-08-09 Thread Magnus Ihse Bursie
The XCode command lines tools is almost, but not quite, enough to build the JDK. We still need the metal and metallib tools. The error message given by configure should be improved to indicate if this is the problem with the user's environment. - Commit messages: - 8338108: Give b