<!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;'>Howdy all.<br><br>I am able to build the source for the StackIntepreter and do a make install. (very gratifying)<br><br>I had to remove the UUID from plugins.int for the build to succeed (I will be investigating this later)*<br><br>I tried launching a Squeak 3.0, 2.8 , 4.0 and finally the 4.5 image in that order. I kept getting variants of<br><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>This interpreter (vers. 6505) cannot read image file (vers. 1712914432).<br>Press CR to quit..<br></div></blockquote> <br><br>The 4.5 (the image from which it was built) is the only one that attempts to run; no World launches<br><br>While I am dusting off my ddd manual to debug this, I thought I would post this to get your thoughts in case there are any flashing red lights that are obvious to anybody.<br><br>My 'working thoughts' at the moment are:<br><br>1. UUID could be required for the thing to run, but I don't know that.<br>2. Since it is StackInterpreter, I assumed it would have to run against an older pre-Cog image, but it refuses to launch the image<br>&nbsp;&nbsp; Thinking about it, this semi-makes sense because StackInterpreter is under NewObjectMemory in the class hierarchy<br>3. Verify why plugins.int/ext did not get modified from VMMakerTool and had to be hand-edited (which I prefer, btw). I am pretty sure Eliot mentioned this in an email to Tim R.<br><br><br>Thanks for your time.<br><br>tty.<br><br><br>*the include /usr/include/uuid/uuid.h is there as is the function definition that burps--probably a 32bit compat lib issue--no big deal for now.<br><br></div></body></html>