[LAU] Where should lv2core put lv2.h?

torbenh torbenh at gmx.de
Fri Jun 24 20:19:15 UTC 2011


On Fri, Jun 24, 2011 at 06:28:54PM +0100, Harry Van Haaren wrote:
> Hi Chuck,
> 
> I've only recently started using LV2, and decided to document exactly what I
> done to get it all running.
> Here's the link to the whole article:
> http://harryhaaren.blogspot.com/2011/05/lv2-new-host-lib-lilv-newbies-guid-to.html
> 
> Here's the except you want:
> 
> If you get the following errors:
> Checking for header lv2/lv2plug.in/ns/lv2core/lv2.h : no
> Checking for header lv2/lv2plug.in/ns/ext/event/event.h : no
> Checking for header lv2/lv2plug.in/ns/ext/event/event-helpers.h : no
> Checking for header lv2/lv2plug.in/ns/ext/uri-map/uri-map.h : no
> 
> Then this is what you do:
> 1. Direct your browser to http://lv2plug.in/spec/
> 2. Grab lv2core
> <http://lv2plug.in/spec/lv2core-4.0.tar.bz2>,lv2-event<http://lv2plug.in/spec/lv2-event-1.0.tar.gz>,
> and lv2-uri-map <http://lv2plug.in/spec/lv2-uri-map-1.0.tar.gz>.
> 3. Untar lv2core, ./waf configure, ./waf, ./waf install it (the first one
> should be fixed now)

now run lv2config !!!
following steps are not necessary.


> 4. Bop open a terminal, cd /usr/include/lv2/lv2plug.in/ns/
> 5. sudo mkdir ext
> 6. Copy the event folder into ext, and copy the uri-map folder in too.
> 7. *CHECK THE DIRECTORY STRUCTURE!!!* the output of ./waf configure tells
> you *exactly* where its looking for the files, *PUT THEM THERE*. Can't
> stress this enough. Use your brain & figure out what's not where its meant
> to be
> 
> ./waf configure should print out yes yes yes yes yes yes to all dependencies
> now, so
> ./waf build,
> 
> HTH! -Harry

> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user


-- 
torben Hohn


More information about the Linux-audio-user mailing list