On 3/6/19 10:03 PM, Federico Camara Halac wrote:
macos Mojave 10.14.2 (18C54)
re: the macoswindow:
error: [gemmacoswindow]: failed to init GLEW: your system only supports openGL-1.0
thanks.
re: cocoawindow:
objc[22972]: Class GemCocoaView is implemented in both /usr/local/lib/pd/extra/Gem/gemmacoswindow.pd_darwin (0x107ffc5c8) and /usr/local/lib/pd/extra/Gem/gemcocoawindow.pd_darwin (0x1090665b8). One of the two will be used. Which one is undefined.
you would only see the issue if you are loading *both* [gemmacoswindow] and [gemcocoawindow] into the same instance of Gem, which is not the expected use-case. having said that, it needs fixing.
--without-imagemagick
why do you need this?
I had the same issue here, and had to disable imagemagick, as in https://github.com/umlaeute/Gem/issues/211
ah indeed thanks for reminding me. so they still haven't fixed the imagemagick brew? tststs.
gfmsadr IOhannes