On Sat, 2011-07-23 at 21:22 +0200, Lieven Moors wrote:
On Sat, Jul 23, 2011 at 09:10:42PM +0200, Lieven Moors
wrote:
> On Sat, Jul 23, 2011 at 02:19:39PM -0400, David Robillard wrote:
> > On Sat, 2011-07-23 at 17:53 +0200, Lieven Moors wrote:
> > > On Sat, Jul 23, 2011 at 10:23:13AM -0500, Gabriel Beddingfield wrote:
[...]
Since I'm not even sure it is a bug
in an LV2 extension, I might be forgiven
to post it here.
It's a problem you run into when you
try to configure one of the drobilla
packages (I think it's flowcanvas).
... Well, this thread was pretty silly. If it's a problem with building
my repository, hosted at
drobilla.net, then yes, file bugs there :P
(Though it's certainly not flowcanvas, which has nothing whatsoever to
do with LV2)
Configure fails, says that ext/event/event-helpers.h
cannot be found, even though it's there.
After scratching my head for a while,
I found out it's the waf test that is
failing.
On Harry Haaren's blog I found the
answer.
modify line 28 in event-helpers.h
by removing http from the address.
Line 28 in event-helpers.h is an include line that does not contain
"http" anywhere:
http://lv2plug.in/repo/trunk/ext/event.lv2/event-helpers.h
The same is true of the version in the latest release of that extension:
http://lv2plug.in/spec/lv2-event-1.2.tar.bz2
<Insert lecture about complaining about bugs in old versions of things
here>
-dr