synthv1 icon indicating copy to clipboard operation
synthv1 copied to clipboard

Required and optional dependencies don't provide lv2/lv2plug.in/ns/extensions/ui/ui.h

Open yurivict opened this issue 4 years ago • 2 comments

I have all required and optional dependencies installed but the file lv2/lv2plug.in/ns/extensions/ui/ui.h required by this line https://github.com/rncbc/synthv1/blob/master/CMakeLists.txt#L220 is still not found.

yurivict avatar Feb 12 '21 21:02 yurivict

cmake is not the official build system nor it is yet recommended

rncbc avatar Feb 13 '21 00:02 rncbc

I have all required and optional dependencies installed but the file lv2/lv2plug.in/ns/extensions/ui/ui.h required by this line https://github.com/rncbc/synthv1/blob/master/CMakeLists.txt#L220 is still not found.

CMake works well for me (on Windows).

If you use Msys2 on Windows, you can consider my PKGBUILD for LV2 SDK.

Or if you use Linux distributions, consider following LV2's official build guide (Arch Linux/Manjaro can install package lv2 directly.)

AnClark avatar May 15 '21 03:05 AnClark