Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
On Thu, Jan 23, 2020 at 12:27 PM akuster808 wrote: > > > On 1/23/20 10:35 AM, Khem Raj wrote: > > one of the build steps ruby has is that it generated rb_mjit_header.h > > during configure using gcc preprocessor using -dD which emits built-in > > defines as well, problem happens when this header

Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread akuster808
On 1/23/20 10:35 AM, Khem Raj wrote: > one of the build steps ruby has is that it generated rb_mjit_header.h > during configure using gcc preprocessor using -dD which emits built-in > defines as well, problem happens when this header is later included in > subsequent compiles, where compiler

Re: [oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
ignore it On Thu, Jan 23, 2020 at 10:35 AM Khem Raj wrote: > > one of the build steps ruby has is that it generated rb_mjit_header.h > during configure using gcc preprocessor using -dD which emits built-in > defines as well, problem happens when this header is later included in > subsequent

[oe] [PATCH] ruby: Remove __has_include and __has_include_next from preprocessed header file

2020-01-23 Thread Khem Raj
one of the build steps ruby has is that it generated rb_mjit_header.h during configure using gcc preprocessor using -dD which emits built-in defines as well, problem happens when this header is later included in subsequent compiles, where compiler errors out stating that an existing internal