[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] How to build on Win32 using WSL/Ubuntu | Missing headers (#510)

Marcel Taeumel marcel.taeumel at hpi.de
Sat Jun 13 17:41:11 UTC 2020


Hi Christoph.

WSL = Windows Subsystem for Linux?
https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux [https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux]


Can you even build Windows binaries from within WSL? I don't know.

Using Cygwin, you can build Windows binaries that link against Cygwin1.dll. Using MinGW (not necessarily out of Cygwin) you can build Windows binaries that directly link to Windows libraries. MinGW provides all the header files such as windows.h.

But you can also use the MSVC compiler. :-) I think. There are people doing that.

Best,
Marcel
Am 13.06.2020 19:33:37 schrieb Christoph Thiede <notifications at github.com>:
I would like to debug the dnd plugin for Windows. But if possible, I did not want to install cygwin additionally as I prefer WSL ...

--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/510#issuecomment-643653889


I would like to debug the dnd plugin for Windows. But if possible, I did not want to install cygwin additionally as I prefer WSL ...


—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/510#issuecomment-643653889], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AIJPEW6D4M55JISUIMAUUG3RWOZ6TANCNFSM4N5CJXTQ].

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200613/b5ebbf1f/attachment-0001.html>


More information about the Vm-dev mailing list