Hi, Tim! > On November 11, 2014 07:25:44 AM Andrew Deryabin wrote: >> Hi, Tim >> >> Have you got around this? > OK I simply told it to checkout origin/master instead of just master. > I don't really know what I am doing. I admit GIT is still a bit of a mystery. > > MusE Seems to load OK so far. Generic GUIs up and running - THANKS! Ok! > > Here are some terminal messages, I do not recall if they were also > in your branch before the merge, maybe they always were there. > [Checked: Yes I think they are all also in your old branch.] > All plugins are 'stock' from distro packages. However I'm badly in need > of an update, this is KUbuntu non-LTS, support has ended, and there is > a new version which I need to upgrade to, so some of these plugins > might be slightly out of date: > > > RemoteVSTClient: all cache files are up-to-date, not running scanner > Lv2Gtk2Helper: dlerror = (null) > Lv2Gtk2Helper: dlerror (libgtk-x11-2.0.so) = (null) > Lv2Gtk2Helper: dlerror (libgtkmm-2.4.so) = libgtkmm-2.4.so: cannot open shared > object file: No such file or directory > Lv2Gtk2Helper: dlerror (libgtkmm-2.4.so.1) = (null) These messages are from gtk helper library - they are also in lv2 branch. I see, that gtk2/gtkmm2 guis are working, all libraries were loaded. I leave them now because they can tell about problems with gtk2 libraries. Now It's clear, that kubuntu has gtk2-dev package, but only libgtkmm-2.4 runtime installed by default (I've checked some popular distros and it seams, that many of them provided only gtk2 runtime without -dev by default). The loading order is working properly:
if libgtk-x11-2.0.so is not found, that libgtk-x11-2.0.so.1 will be loaded (if found) thе same for libgtkmm-2.4.so. > error: /usr/lib/lv2/gx_delay.lv2/gx_delay.ttl:114:22: `.' inside blank > lilv_world_load_file(): error: Error loading file > `file:///usr/lib/lv2/gx_delay.lv2/gx_delay.ttl' > lilv_plugin_get_unique(): error: Multiple values found for > (http://guitarix.sourceforge.net/plugins/gx_delay_stereo#gui > http://www.w3.org/1999/02/22-rdf-syntax-ns#type ...) property > lilv_plugin_get_unique(): error: Multiple values found for > (http://guitarix.sourceforge.net/plugins/gx_delay_stereo#gui > http://lv2plug.in/ns/extensions/ui#binary ...) property > lilv_plugin_get_uis(): error: Corrupt UI > <http://guitarix.sourceforge.net/plugins/gx_delay_stereo#gui> > error: /usr/lib/lv2/gx_echo.lv2/gx_echo.ttl:114:22: `.' inside blank > lilv_world_load_file(): error: Error loading file > `file:///usr/lib/lv2/gx_echo.lv2/gx_echo.ttl' > lilv_plugin_get_unique(): error: Multiple values found for > (http://guitarix.sourceforge.net/plugins/gx_echo_stereo#gui > http://www.w3.org/1999/02/22-rdf-syntax-ns#type ...) property > lilv_plugin_get_unique(): error: Multiple values found for > (http://guitarix.sourceforge.net/plugins/gx_echo_stereo#gui > http://lv2plug.in/ns/extensions/ui#binary ...) property > lilv_plugin_get_uis(): error: Corrupt UI > <http://guitarix.sourceforge.net/plugins/gx_echo_stereo#gui> > ... It's up to lilv library. After merging to master I disabled lv2 host debug output. So, I think these messages were always be there and simply were lost in debug information. May be installing recent guitarix will solve the problem (it works in my setup. I have lilv version 0.20.0 and compiled guitarix from latest source). P.S. There were error messages about QWaitCondition on MusE exit (in one f your previous messages you mentioned about them). This error was fixed. It was related to lv2 worker thread objects. Regards, Andrew > Tim. > >> Regards, >> Andrew >> >>> Hi Andrew, I just tried building master with the new merges. >>> >>> Got to the ending, and this: >>> >>> [100%] Built target core >>> Scanning dependencies of target muse >>> [100%] Building CXX object muse/CMakeFiles/muse.dir/main.o >>> Linking CXX executable muse2 >>> libmuse_core.so: undefined reference to `vtable for >>> MusECore::LV2PluginWrapper_Window' >>> collect2: error: ld returned 1 exit status >>> make[2]: *** [muse/muse2] Error 1 >>> make[1]: *** [muse/CMakeFiles/muse.dir/all] Error 2 >>> make: *** [all] Error 2 >>> *** Failure: Exit code 2 *** >>> >>> >>> Thanks. >>> Tim. >>> > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk > _______________________________________________ > Lmuse-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lmuse-developer ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
