On 12/19/19 5:30 PM, Maurizio Cimadamore wrote:
On 19/12/2019 23:23, Ty Young wrote:
Additionally, the argument --with-libclang-include-aux seems to have
been deprecated in 14. This, as was told to me by a Panama JDK
developer, is needed to specify clang headers for custom source
builds. What is the correct way to specify those now in 14?
This last issue has nothing to do with jdk/jdk.
Each repository can have its own specific settings - I don't think
jdk/jdk has a configuration parameter for clang.
In other words - you are trying to pass clang-related build
configuration parameters to a jdk 14 build which doesn't support
clang, which doesn't make a lot of sense. "--with-libclangXYZ" are
specific parameters that can be enabled in panama/dev (and, only in
the "foreign" branch).
My bad, I copied the output from jdk/jdk when I tried it instead of
foreign-jextract. Regardless, it still errors on the foreign-jextract
branch as well.
Maurizio