graal build failed on Mac OS 10.9 Mavericks

Doug Simon doug.simon at oracle.com
Sat Nov 16 00:27:46 PST 2013


I think the solution (for now) is to disable use of precompiled headers:

USE_CLANG=true
USE_PRECOMPILED_HEADER=0
% mx clean
% mx build

-Doug

On Nov 16, 2013, at 6:17 AM, Chen Li <meloli87 at gmail.com> wrote:

> Does anyone encounter this build issue on Mac OS 10.9 Mavericks using
> clang?
> 
> I got the following errors while building graal
> 
> clang: error: argument unused during compilation: '-fcheck-new'
> 
> clang: error: argument unused during compilation: '-fpch-deps'
> 
> 
> thanks,
> melo



More information about the graal-dev mailing list