[LV2] Building on OSX

David Robillard d at drobilla.net
Mon Nov 24 21:27:54 PST 2014


On 2014-11-24 23:56, Chris Share wrote:
> Hi,
> I'm new to LV2 programming however I just thought I'd mention that I've managed to get lv2-1.10.0 and jalv-1.4.6 to build on OSX 10.9.5. 
> 
> I ran into a problem with a header file not being found - <pcre.h>. Sorry but I didn't make a note of which lib has this problem. Apparently the lib and header that come installed with OSX don't match so I dowloaded and installed a replacement. See here <http://blog.phusion.nl/2012/10/26/fixing-nginx-pcre-compilation-issues-on-os-x-2/>

This was a bug in the build script, it should just not build
sord_validate if PCRE is missing (PCRE is not required for libsord itself).

http://dev.drobilla.net/changeset/317/sord

> Just one quick comment about the build process - it would be good if there was a note somewhere listing the libs that are required to build jalv - i.e. that you also need lilv, serd, sord, suil and sratom (and maybe why you need them too).

That's what configure checks are for :)

All of these libraries except serd/sord will be moving into LV2 itself
soon, anyway.

-- 
dr


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.lv2plug.in/pipermail/devel-lv2plug.in/attachments/20141125/c12017f8/attachment.pgp>


More information about the Devel mailing list