<!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 Tim.<br></div><div><br></div><div>Thank you for the reply.</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>The key issue is ending up with a cmake build system that works within the needs we’ve listed in various mails; just like the autoconf stuff you have to be able to svn a tree, type ‘make’ and it does all the configuration testing, assembling of any files that need building (like plugins.exc for example) and then builds the vm. There must be no need to run an image to generate anything at this stage. If you want to make it that an in-image tool can be used to generate the cmake files rather than hand-writing them, I don’t care either way but the cmake files must be saved in svn and do the full job. Ian already has the working example of the plain interpreter vm code tree and whatever we end up with for the cog tree should be very, very similar just with the cog extra stuff. The long term aim is to merge the trees very thoroughly so that the plain interp and various cog versions are all peers. There’s a fair way to go for that though. <br></div></blockquote> </div><div>This is ready to test on the Linux configs for both Cog and Stack VM's. </div><div><br></div><div>Its the testing infrastructure that has me stumped at the moment. I am assuming these tools will be hosted on a server and jobs run to produce the build files. I don't know who to work with to get that done.</div><div><br></div><div>I do have &nbsp;my home machine configured as an SVN server if needed and we can do that from there if you like.</div><div><br></div><div>My testing abilities here at home are for windowsXP 32 and linux32 standard. My tests on my home box work fine for Unix64 with 32 bit compat libs.&nbsp;</div><div><br></div><div>My problem is identifiying WHAT new configurations to create and WHERE to test them.</div><div><br></div><div>The CMake configurations currently available to generate (with or without source generation) are :&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>-------------------------Cog VM Configurations-------------------------<br><br>SqueakCogMTUnixConfig generateWithSources.<br>SqueakCogMTUnixConfig generate.<br><br>SqueakCogOnDebian64Config generateWithSources<br>SqueakCogOnDebian64Config generate<br><br>SqueakCogUnixDebugConfig generateWithSources<br>SqueakCogUnixDebugConfig generate<br><br>SqueakCogUnixNoGLConfig generateWithSources.<br>SqueakCogUnixNoGLConfig generate<br><br><br>-------------------------Stack VM Configurations using a builder-------------------------<br>SqueakStackVMBuilder         buildSlackwareUnix64w32Libs<br>SqueakStackVMBuilder         buildSlackwareUnix64w32LibsNoGL<br><br><br>-------------------------Stack VM configurations-------------------------<br>SqueakStackCrossRaspbianConfig generateWithSources<br>SqueakStackCrossRaspbianConfig generate   <br><br>SqueakStackRaspbianFastBltConfig generateWithSources<br>SqueakStackCrossRaspbianFastBltConfig generate<br><br><br>SqueakStackRaspbianConfig generateWithSources<br>SqueakStackRaspbianConfig generate<br><br><br>SqueakStackRaspbianFastBltConfig generateWithSources<br>SqueakStackRaspbianFastBltConfig generate<br><br><br>SqueakStackUnixDebugConfig generateWithSources<br>SqueakStackUnixDebugConfig generate<br><br>SqueakStackEvtAndroidConfig generate   ""<br><br><br>-------------------------BSD configs-------------------------<br>SqueakCogFreeBSDConfig generateWithSources<br><br><br>-------------------------SunOS configs-------------------------<br>SqueakCogFreeBSDConfig generateWithSources<br><br><br><br>-------------------------MacOS Configurations-------------------------<br><br>SqueakCogMacOSConfig generateWithSources.<br>SqueakCogMacOSConfig generate.<br><br>SqueakCogMacOSDebugConfig generateWithSources.<br>SqueakCogMacOSDebugConfig generate.<br><br><br>SqueakCogMTMacOSConfig generateWithSources.<br>SqueakCogMTMacOSConfig generate.<br><br><br>SqueakStackMacOSConfig generateWithSources.<br>SqueakStackMacOSConfig generate.<br><br><br>SqueakStackMacOSDebugConfig generateWithSources.<br>SqueakStackMacOSDebugConfig generate.<br><br><br>-------------------------IOS Configurations-------------------------<br><br><br>SqueakCogCocoaIOSConfig generateWithSources<br>SqueakCogCocoaIOSConfig generate<br><br>SqueakCogMTCocoaIOSConfig generateWithSources<br>SqueakCogMTCocoaIOSConfig generate<br><br><br>SqueakStackCocoaIOSConfig generateWithSources<br>SqueakStackCocoaIOSConfig generate<br><br><br>SqueakStackCocoaIOSCLANGConfig generateWithSources<br>SqueakStackCocoaIOSCLANGConfig generate<br><br>SqueakStackIPhoneConfig generateWithSources<br>SqueakStackIPhoneConfig generate<br><br><br>SqueakStackIPhoneSimulatorConfig generateWithSources<br>SqueakStackIPhoneSimulatorConfig generate<br><br>-------------------------Windows configs-------------------------<br>SqueakCogWindowsConfig generateWithSources<br>SqueakCogWindowsConfig generate.<br><br><br>SqueakCogMTWindowsConfig generateWithSources<br>SqueakCogMTWindowsConfig generate<br><br><br>SqueakCogWindowsDebugConfig generateWithSources.<br>SqueakCogWindowsDebugConfig generate.<br><br>SqueakStackWindowsConfig generateWithSources<br>SqueakStackWindowsConfig generate<br><br></div><div><br></div><div><br></div></div></blockquote></div><div><br></div><div><br></div><div>I am discussing with Eliot revamping the build tree hierarchy for builds--maybe that will kill two birds with one stone.....</div><div><br></div><div>Are you ok with using my SVN repository for testing? Its here: <a href="http://www.svn.menmachinesmaterials.com/Cog/Cog/" target="_blank">http://www.svn.menmachinesmaterials.com/Cog/Cog/</a></div><div><br></div><div>I can port Eliot's build tree and at the same time create a CMake configuration for it (in a parallel cmake_ directory for now). &nbsp;</div><div><br></div><div>What do you guys think?</div><div><br></div></div></body></html>