<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I made it right down to the last "make" at the end of section four,
    when an error popped up. This is the last thing to make it work, so
    any insight into solving this last part would be greatly
    appreciated. I did use a 4.1 Squeak image for my VMMaker and such.
    But I can't figure that's what's making the error. It's in
    "gnu-interp.c", I think. <br>
    <br>
    Chris<br>
    <br>
    [ 76%] Built target SurfacePlugin<br>
    Scanning dependencies of target AioPlugin<br>
    [ 77%] Building C object AioPlugin/CMakeFiles/<wbr>AioPlugin.dir/Users/<wbr>chriscunnington/Desktop/<wbr>vmbuilding/platforms/unix/src/<wbr>vm/intplugins/AioPlugin/<wbr>AioPlugin.c.o<br>
    Linking C static library libAioPlugin.a<br>
    [ 77%] Built target AioPlugin<br>
    [ 77%] Generating version.c<br>
    [ 78%] Generating gnu-interp.c<br>
    Scanning dependencies of target squeakvm<br>
    [ 79%] Building C object CMakeFiles/squeakvm.dir/gnu-<wbr>interp.c.o<br>
    /Users/chriscunnington/<wbr>Desktop/vmbuilding/platforms/<wbr>build_new/gnu-interp.c:673:
    error: conflicting types for &#8216;<wbr>readImageFromFileHeapSizeStart<wbr>ingAt&#8217;<br>
    /Users/chriscunnington/<wbr>Desktop/vmbuilding/platforms/<wbr>Cross/vm/sq.h:349:
    error: previous declaration of &#8216;<wbr>readImageFromFileHeapSizeStart<wbr>ingAt&#8217;
    was here<br>
    /Users/chriscunnington/<wbr>Desktop/vmbuilding/platforms/<wbr>build_new/gnu-interp.c:22711:
    error: conflicting types for &#8216;<wbr>readImageFromFileHeapSizeStart<wbr>ingAt&#8217;<br>
    /Users/chriscunnington/<wbr>Desktop/vmbuilding/platforms/<wbr>Cross/vm/sq.h:349:
    error: previous declaration of &#8216;<wbr>readImageFromFileHeapSizeStart<wbr>ingAt&#8217;
    was here<br>
    make[2]: *** [CMakeFiles/squeakvm.dir/gnu-<wbr>interp.c.o] Error 1<br>
    make[1]: *** [CMakeFiles/squeakvm.dir/all] Error 2<br>
    make: *** [all] Error 2<br>
  </body>
</html>