<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>Hi All.<br></div><div><br></div><div>Look for implementors of extraVMSettings: and you will see that configH is added for a few configurations. I do not understand the reasoning yet.&nbsp;</div><div><br></div><div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div><div>&nbsp; &nbsp; in the below, everything looks sane except configH. &nbsp;This looks like an awful mistake. &nbsp;It appears to be capturing the output of an autoconf or CMake run, determining things like USE_X11 USE_X11_GLX USE_QUARTZ USE_QUARTZ_CGL USE_RFB HAVE_LIBX11 &nbsp;HAVE_LIBXEXT HAVE_LIBDL HAVE_DYLD HAVE_LIBFFI etc that should be determined at VM configure time, on the host system, immediately before compile, /not/ at source generation time. &nbsp;What's going on here?</div></div></blockquote>&nbsp;it does appear that this is happening at VM configure time. This is injected when the CMake configuration stuff is being generated prior to cmake . and make being invoked.</div><div><br></div><div>I am working through the Generator code now to understand the flow. I should be able to explain "what" is happening in an hour or so. "Why" it happens is another matter.</div><div><br></div><div>But, based on what I see, I think it will be ok.</div><div><br></div><div>cheers.</div><div><br></div><div>tty</div><div><br></div><div><br></div><div><br></div><br></div></body></html>