<!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>In Ian's CMake infrastructure, the instructions require the user to run the configure command before invoking cmake.</div><div><br></div><div>For the CMakeVMMaker(Squeak) we currently have config.h embedded in the class.&nbsp;</div><div><br></div><div>For my first configuration after this massive refactoring I have done, I first ran the 'mvm' on the GNU side and then cut-n-paste that generated config.h into my class.</div><div><br></div><div>That's ok for an intermediate step, but I would like to take it a step further and...</div><div><br></div><div>1. invoke configure from squeak (I have the configure flags like '--without-npsqueak --without-gl...etc" embedded in the class, so they are avaiable to invoke configure with)</div><div>2. detect the success or failure of the configure command&nbsp;</div><div>3. if successful, load the generated config.h into my class (actually, this is redundant, but it may come in handy)</div><div>4. continue as normal.</div><div><br></div><div>Does this sound reasonable to everybody?</div><div><br></div><div><br></div><div>thx,</div><div><br></div><div><br></div><div>tty</div><div><br></div><br></div></body></html>