<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Any suggestions on how to tell the compiler to explicitly ignore the VERSION file?<br>
<br>
If you are in the Apple Developer Program, are<br>
you not able to open a Technical Support Incident<br>
to request support on the API frameworks?<br>
<br>
That may take a bit of time to get resolution,<br>
but fixing the framework to "do the right thing"<br>
would seem to be the longer term better<br>
solution (for you, and others).</blockquote><div><br></div><div>I am a member of the Apple Developer program and I just generated an issue with Apple.</div><div><br></div><div>I expect this will take a while to resolve :) - I'm still looking for a workaround, but renaming VERSION locally seems to be working so I can post some updated mac builds again.</div></div></div></blockquote><div><br></div><div>Here's the response to my issue report to Apple:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>"Thanks for reporting the issue. Unfortunately the problem is caused by the fact that you’re passing in `-I../..` header search path option. The cstddef header in the SDK has the following include `#include <version>`, and the header search path you pass into the compiler invocation appears to contain a `version` header there. Please either rename `version` header in your project or stop passing in `-I../..` to your compilation to resolve the issue. Fwiw the `version` header is part of the C++ standard <a href="https://en.cppreference.com/w/cpp/header/version" target="_blank">https://en.cppreference.com/w/cpp/header/version</a>, and thus the compiler reserves it for its own use and thus you shouldn’t use that name in your project."</div></div></blockquote><div class="gmail_quote"><div></div><div><br></div><div>I suspect this is in the "won't fix" bin for Apple - but I pointed them to 3 other projects that have similar issues, so maybe Apple will take a deeper look.</div></div></div>