Don't know if this info will be actual now, but I'll try to answer.

this command:

ldd lib64/muse-2.2/modules/lv2Gtk2Helper64.so

tries to find the library relative to user's home dir. It should look like

ldd <muse install prefix>/lib64/muse-2.2/modules/lv2Gtk2Helper64.so

to work.

What about recompiling this library: The reason of it's binary form in 
lots of gtk2+,gtk2mm dependences. But if you want to recompile it, make 
the following:

go to the muse source folder, then

cd muse3/muse/lv2Gtk2Helper/

or

cd muse2/muse/lv2Gtk2Helper/

if you use second version.

After that type:

touch lv2Gtk2Helper.cpp && make

You'll need to have all gtk2+,gtkmm2 deps to do so.


27.12.2015 00:58, Tim E. Real пишет:
> Just wondering if anyone replied to this yet.
>
> And, why was I booted off the user list (I can't reply),
>   along with many others a few months ago?
> Did anyone figure out why that happened?
>
> Tim.
>
> ----------  Forwarded Message  ----------
>
> Subject: [Bulk] [Lmuse-user] compiling lv2Gtk2Helper64.so localy
> Date: December 1, 2015, 03:29:14 AM
> From: Cinder <cin...@clovermail.net>
> To: lmuse-user <lmuse-user@lists.sourceforge.net>
>
> Hello. I'm trying to write an ebuild script to install Muse-2.2.1 with
> lv2 support on my gentoo amd64 system. I have it building and running
> now, but when muse starts a message says "LV2 GTK2 ui support is not
> available".
>
> The sugested command returns:
>
> $ ldd lib64/muse-2.2/modules/lv2Gtk2Helper64.so
> ldd: lib64/muse-2.2/modules/lv2Gtk2Helper64.so: No such file or directory
>
> This module is installed but doesn't link in my enviroment or something. I see
> in
> the sources that this file is precompiled. I think my gentoo would
> prefer to compile it. Is there a simple way I could tweak a CMakeLists.txt or
> Makefile to triger this module to be
> compiled localy? Thank you for your fine FOSS:)
>
> Kind regards Cinder
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lmuse-developer mailing list
> lmuse-develo...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lmuse-developer

-- 
Regards,
Andrew


------------------------------------------------------------------------------
_______________________________________________
Lmuse-user mailing list
Lmuse-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmuse-user

Reply via email to