<!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;'><br><div id="1">Looking at it some more, the cmake invocation depends on a CMakeLists.txt that has some constructs not in the CMakeVMmaker(Squeak) file of the same name:</div><div><br></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>&nbsp;<br>LIST (REMOVE_DUPLICATES config_vars)<br>FILE (WRITE ${bld}/config.h.in "")<br>FOREACH (var ${config_vars})<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FILE (APPEND ${bld}/config.h.in "#cmakedefine ${var} @${var}@\n")<br>ENDFOREACH (var)</div></blockquote><br></div><div><br></div><div>So, generating config.h from CMakeLists.txt is&nbsp; definitely doable. I will devote brain-cycles to implementing that when I have the build.linux32x86/ stack built for all buildTypes using the autoconf interim step.</div><div><br></div><div>Thanks for your patience, this exchange was very helpful to me.</div><div><br></div><div><br></div><div>cheers tty.&nbsp;</div></div></body></html>