[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Minheadless SqueakSSL plugin compilation bug fix (#419)

Ronie Salgado notifications at github.com
Thu Aug 22 13:09:22 UTC 2019


@ronsaldo pushed 1 commit.

23c3d109be15eacd53d11b04c071267d2b1529a5  On the minheadless VM that is built using cmake, the add_vm_plugin_sources cmake macro requires specifying the the plugin sources explicitly, which is omitting the src/plugins/SqueakSSL/SqueakSSL.c in the compilation of the plugin. By using the other macro (add_vm_plugin_auto), the platform specific files are automatically found with a glob pattern. This is a mistake that I introduced myself. This problem can be reproduced in Pharo using the minheadless vm of this repository on OS X with the following script:


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/419/files/75f466efe6bb05b85f75cba327626f7267713158..23c3d109be15eacd53d11b04c071267d2b1529a5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190822/3ababd53/attachment.html>


More information about the Vm-dev mailing list