After copying .dylib files below into /Applications/Gideros/Plugins directory,
libmedia.1.0.0.dylib
libopencv_core.2.4.8.dylib
libopencv_highui.2.4.8.dylib
libopencv_imgproc.2.4.8.dylib |
require "media" causes error following:
module 'media' not found:
no field package.preload['media']
no file './media.lua'
no file '/usr/local/share/luajit-2.0.2/media.lua'
no file '/usr/local/share/lua/5.1/media.lua'
no file '/usr/local/share/lua/5.1/media/init.lua'
no file './media.so'
no file '/usr/local/lib/lua/5.1/media.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
main.lua:1: in main chunk |
What makes such difference from Windows version? and how can I fix this?
Comments
I've had similar report from other user, which had the problem on clean installed Mac.
While for other users it worked normally.
It seems there is a dependency on some other library which some seem to have and others don't.
I will investigate it further and attempt a clean OSX install
I'll comment out and bypass such code block for a while.
I copied 'Plugins/microphone.dylib' to' Gideros Player.app/Contents/PlugIns'