You are here

Add new comment

Thanks for the quick response Rui, the first answer solved my problem. I've installed the latest versions of all the referenced libraries hosted on drobilla, however now I get a different error during compilation :( -

".obj/qtractorLv2Plugin.o: In function `qtractorLv2Plugin::selectProgram(int, int)':
qtractorLv2Plugin.cpp:(.text+0x3131): undefined reference to `suil_instance_get_handle'
/usr/local/lib/liblilv-0.so: undefined reference to `sord_get'
collect2: error: ld returned 1 exit status
make[2]: *** [qtractor] Error 1
make[2]: Leaving directory `/home/oliver/Downloads/qtractor-0.6.0/src'
make[1]: *** [sub-src-make_default] Error 2
make[1]: Leaving directory `/home/oliver/Downloads/qtractor-0.6.0'
make: *** [src/qtractor] Error 2"

This appears to be coming from the sord/suil libraries, which I don't understand since I definitely have the latest versions installed...

Unfortunately, from what I've read LM15 has issues with the kxstudio repos - my computer seems to think they are empty! So it would appear that installing from source is my best option, aside from using your opensuse packages.

Any ideas as to what might be causing this error?

Thanks