[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] build.win64x64 fails: No rule to make target 'build/vm/ADPCMCodecPlugin.lib' (#568)

Jakob Reschke notifications at github.com
Sat Jun 5 20:30:00 UTC 2021


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.

The build fails at this point; notably it is not a compiler error, but a make error:

```
...
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
```

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?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/568
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210605/959a0ac7/attachment.html>


More information about the Vm-dev mailing list