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.
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to