On 2018-03-20 20:34, Henri Beauchamp wrote: > Yes, obviously, libcef.so did not get linked with your plugin... > > Check your indra/cmake/CEFPlugin.cmake: the library names changed > there, > from libllceflib.a to libdullahan.a. Note also the bit of vodoo magic > needed under Linux to avoid seeing ld "optimizing out" the functions > that > are needed in libcef_dll_wrapper.a and libdullahan.a. It should look > like > this (note the -Wl,-[no-]whole-archive options): > > if (LINUX) > set(CEF_PLUGIN_LIBRARIES > -Wl,-whole-archive > ${ARCH_PREBUILT_DIRS_RELEASE}/libcef_dll_wrapper.a > ${ARCH_PREBUILT_DIRS_RELEASE}/libdullahan.a > -Wl,-no-whole-archive > ${ARCH_PREBUILT_DIRS_RELEASE}/libcef.so > ) > endif () > > Henri.
Well, I am a little closer :) I have a different error now. 2018-03-20T11:53:39Z WARNING: LLPluginInstance::load: apr_dso_load of /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so failed with error 20019 , additional info string: /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so: undefined symbol: _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE Any ideas what might be behind this one? -- 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