[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 32-bit libB3DAcceleratorPlugin.dylib fails to link; 32-bit Squeak B3DAcceleratorPlugin links against metal. (#385)

Eliot Miranda notifications at github.com
Wed Mar 27 22:09:28 UTC 2019


Seems to be something strange with the B3DAcceleratorPlugin on 32-bit macos.  The pharo libB3DAcceleratorPlugin.dylib fails to link missing:
  createOpenGLTextureLayerHandle
  destroyOpenGLTextureLayerHandle
  getMainWindowOpenGLContext
  setOpenGLTextureLayerContent

The Squeak one links, but apparently against Metal, which isn't going to work since Metal is 64-bit only (or so I've been told).

-- 
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/385
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190327/108b512e/attachment.html>


More information about the Vm-dev mailing list