<p></p>
<p>I want to learn about plugin development and intended to start with a VM build first. Using Cygwin 64 bits with mingw64-x86_64-clang, I build from the build.win64x64/squeak.cog.spur directory.</p>
<p>The build fails at this point; notably it is not a compiler error, but a make error:</p>
<pre><code>...
rm -f build/vm/ADPCMCodecPlugin.ignore
make  BUILD=build \
        -f /cygdrive/c/Squeak/Wincred-Plugin/opensmalltalk-vm/build.win64x64/common/Makefile.plugin \
        build/vm/ADPCMCodecPlugin.lib
make[1]: Entering directory '/cygdrive/c/Squeak/Wincred-Plugin/opensmalltalk-vm/build.win64x64/squeak.cog.spur'
make[1]: *** No rule to make target 'build/vm/ADPCMCodecPlugin.lib'.  Stop.
make[1]: Leaving directory '/cygdrive/c/Squeak/Wincred-Plugin/opensmalltalk-vm/build.win64x64/squeak.cog.spur'
make: *** [../common/Makefile:280: build/vm/ADPCMCodecPlugin.lib] Error 2
</code></pre>
<p>I think I followed all the instructions of the main README.md and build.win64x64/HowToBuild. What can I do to deal with this issue and get the build going?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/568">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW3PM25O2LQOJIEACDDTRKCMRANCNFSM46E7DAKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW3EPBOAQPLLQPC6GPTTRKCMRA5CNFSM46E7DAKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4NTCSXVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/568",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/568",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>