You are here

Add new comment

rncbc's picture

this is arch linux right?

too bad. i've been told, from some other arch users, that slv2 has been broken, since some recent redland, raptor or librdf update, whatever; as a matter of fact, this issue also affects ardour2 which seems to have lost LV2 plugin support altogether, due to the very same reason.

in your case, if that won't get fixed upstream (on arch repos) then you have one of two choices:

  1. build without lv2 plugin support:
    ./configure --disable-slv2
  2. build against the newer lilv, suil, sord and serd stack:
    ./configure --enable-lilv

hth.
cheers