I'm currently trying to update my system to the newer event spec, and I'm having a hard time.
./waf configure
./waf
sudo ./waf install

works, but then the lilv wscript still won't see the event-helpers.h file.

I'm confused, and I think its due to not knowing what the file heirarchy of the lv2 exensions is.

From what I gather:
Plugins should be installed here:
/usr/local/include/lv2/lv2plug.in/ns/ext/<name>/<name>.h

When ./waf install completes, you've still got to run lv2config.
What does lv2config do? I gather it symlinks the files around, or so? This is what I can't figure out.

Help appreciated, -Harry