<div dir="ltr"><div class="gmail_default" style="font-family:monospace">Thanks, it worked! All I needed to do was run the flag you gave me on my bash configure, then reattempt the make images command, and it worked! Building the JDK has gotten easier than the last time I tried it.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Aug 12, 2025 at 10:46 AM Kim Barrett <<a href="mailto:kim.barrett@oracle.com">kim.barrett@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/11/25 8:16 PM, David Alayachew wrote:<br>
> Hello Build Dev Team,<br>
> <br>
> I was trying to build the Valhalla repository off of the lworld branch, but I ran into the following build error.<br>
> <br>
> I went through the directions on this link -- <a href="https://openjdk.org/groups/build/doc/building.html" rel="noreferrer" target="_blank">https://openjdk.org/groups/build/doc/building.html</a> <<a href="https://openjdk.org/groups/build/doc/building.html" rel="noreferrer" target="_blank">https://openjdk.org/groups/build/doc/building.html</a>><br>
> <br>
> I went through the trouble-shooting section as well. It had useful information, but nothing that clearly moved me forward.<br>
[...]<br>
<br>
> C:\cygwin64\home\david\valhalla\src\jdk.jdwp.agent\share\native\libjdwp\debugInit.c(184): warning C5287: operands are different enum types '<unnamed-enum-JVMTI_VERSION_1>' and '<unnamed-enum-JVMTI_VERSION_MASK_INTERFACE_TYPE>'; use an explicit cast to silence this warning<br>
<br>
It looks like that was addressed in openjdk mainline here:<br>
<a href="https://github.com/openjdk/jdk/pull/25293" rel="noreferrer" target="_blank">https://github.com/openjdk/jdk/pull/25293</a> - integrated 2025-05-21<br>
Maybe that change hasn't been merged into the valhalla repository?<br>
<br>
You can configure with --disable-warnings-as-error to suppress the error.<br>
<br>
<br>
</blockquote></div>