[opensource-dev] Linux x64 - libmedia_plugin_cef.so error

Alex sldev at vlan1000.net
Tue Mar 20 16:38:07 PDT 2018


On 2018-03-21 09:33, Henri Beauchamp wrote:
> 
> It lists:
> U _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE
> 
> So it indeed shows that the libdullahan.a library did not get properly
> linked to your plugin...
> 
> Henri.

Ah! You're right:

nm --print-file-name -C libmedia_plugin_cef.so | grep 
setOnStatusMessageCallback
libmedia_plugin_cef.so:000000000011ecf0 T 
dullahan_callback_manager::setOnStatusMessageCallback(std::function<void 
(std::string)>)
libmedia_plugin_cef.so:0000000000114cd0 T 
dullahan::setOnStatusMessageCallback(boost::function<void 
(std::string)>)
libmedia_plugin_cef.so:                 U 
dullahan::setOnStatusMessageCallback(std::function<void (std::string)>)

A lot easier to read.

Would this suggest that the libdullahan.a library itself I am trying to 
link against is fine and there is a problem with the viewer build 
configuration somewhere?


-- 
Kind Regards,
Alex.


More information about the opensource-dev mailing list