I'm currently trying to update my system to the newer event spec, and I'm having a hard time.<br />./waf configure<br />./waf<br />sudo ./waf install<br /><br />works, but then the lilv wscript still won't see the event-helpers.h file.<br /><br />I'm confused, and I think its due to not knowing what the file heirarchy of the lv2 exensions is.<br /><br />From what I gather:<br />Plugins should be installed here:<br />/usr/local/include/lv2/lv2plug.in/ns/ext/<name>/<name>.h<br /><br />When ./waf install completes, you've still got to run lv2config.<br />What does lv2config do? I gather it symlinks the files around, or so? This is what I can't figure out.<br /><br />Help appreciated, -Harry