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

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


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:

´´´smalltalk
url := 'https://google.com' asZnUrl.
ZnClient new
    url: url;
    get;
    response
´´´

CI errors on travis are not related to this PR.

-- 
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/pull/419#issuecomment-523828645
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190822/5452f466/attachment.html>


More information about the Vm-dev mailing list