[Cin] OpenCV from 2020 compiles for me, but on startup plugins fails :/
Andrew Randrianasulu
randrianasulu at gmail.com
Tue Mar 24 18:47:03 CET 2020
cin
Cinelerra Infinity - built: Mar 24 2020 19:16:13
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.
init plugin index: /usr/lib/cin/plugins
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/findobj.plugin = /usr/lib/cin/plugins/opencv/findobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/flowobj.plugin = /usr/lib/cin/plugins/opencv/flowobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/gaborobj.plugin = /usr/lib/cin/plugins/opencv/gaborobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/moveobj.plugin = /usr/lib/cin/plugins/opencv/moveobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/puzzleobj.plugin = /usr/lib/cin/plugins/opencv/puzzleobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
int PluginServer::open_plugin(int, Preferences*, EDL*, Plugin*):
PluginServer::open_plugin: load_obj /usr/lib/cin/plugins/opencv/stylizeobj.plugin = /usr/lib/cin/plugins/opencv/stylizeobj.plugin: undefined symbol: __itt_api_version_ptr__3_0
it seems I need more libs linked in ...
https://answers.opencv.org/question/210025/build-static-opencv-4-lib-in-macos/
for me lib mentioned there lives in
/dev/shm/tmp/cinelerra-goodguy-20200324/cinelerra-5.1/thirdparty/opencv/build/3rdparty/lib
libittnotify.a
now, into rebuild .. :\ with yet another patch ...
More information about the Cin
mailing list