<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Fulmer wrote:
<blockquote cite="mid:20080916230132.GD13317@tacobell" type="cite">
  <pre wrap="">On Sat, Sep 13, 2008 at 10:49:59AM -0700, Joshua Gargus wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I checked out Hydra from SVN, and tried to build it with the normal
Win32 toolchain.  When I cd into winbuild/ and type "make", I get the
following error:

Makefile:42 src/plugins.ext: No such file or directory
Makefile:43 src/plugins.int: No such file or directory
make: *** No rule to make target 'src/plugins.int'.  Stop.

I don't have a src/ directory at all, so I guess that I'm supposed to
use VMMaker to generate the sources.  I assume that I first have to
modify VMMaker by applying Win32VMMaker.st, but to which VMMaker?  Which
image should I start with (Croquet, Squeak-3.10, etc.)?  Which
repository should I pull VMMaker from?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
VMMaker is here:

<a class="moz-txt-link-freetext" href="http://jabberwocky.croquetproject.org:8889/HydraVM">http://jabberwocky.croquetproject.org:8889/HydraVM</a>
  </pre>
</blockquote>
<br>
That's funny, Igor answered the same question on the VM-dev mailing
list, and pointed me at :<br>
<a class="moz-txt-link-freetext" href="http://squeaksource.com/HydraVM">http://squeaksource.com/HydraVM</a><br>
<br>
Looks like the VMMaker package is currently fresher on SqueakSource,
and the HydraVM package is fresher on jabberwocky.&nbsp; I think Igor is
having some fun with us!&nbsp; :-)<br>
<blockquote cite="mid:20080916230132.GD13317@tacobell" type="cite">
  <pre wrap="">
I've heard it is supposed to work in any image, but I used a
Croquet image just to be safe.
  </pre>
</blockquote>
<br>
Probably.<br>
<br>
<blockquote cite="mid:20080916230132.GD13317@tacobell" type="cite">
  <pre wrap="">
The instructions are in the availibility section of this page:

<a class="moz-txt-link-freetext" href="http://squeakvm.org/~sig/hydravm/devnotes.html">http://squeakvm.org/~sig/hydravm/devnotes.html</a>
  </pre>
</blockquote>
<br>
There are inaccuracies on that page.&nbsp; For example, the SVN sources are
at:<br>
<a class="moz-txt-link-freetext" href="http://squeakvm.org/svn/squeak/branches/HydraVM/">http://squeakvm.org/svn/squeak/branches/HydraVM/</a><br>
(not <a class="moz-txt-link-freetext" href="http://.../Qwaq">http://.../Qwaq</a>)<br>
<br>
I learned a couple of other things from Igor on VM-dev:<br>
<br>
1. ignore the Win32VMMaker.st file in SVN.&nbsp; Just use the Monticello
(from whichever of the repositories is freshest, I guess ;-)&nbsp; )<br>
2. after each time you update from SVN, and before you build, delete
the file sqOldSoundPrims.c<br>
<br>
Thanks for the help,<br>
Josh<br>
</body>
</html>