Opened 21 months ago
Closed 19 months ago
#772 closed Bug Report (fixed)
I installed lv2core in a specific directory. ui.h is not found
| Reported by: | ycollet | Owned by: | dave |
|---|---|---|---|
| Priority: | major | Component: | Build System |
| Keywords: | Cc: |
Description
I installed lv2core in a specific directory: /local/stow/lv2core-devel
the waf program should accept an option to specify the lv2core location (or you should get this directory from pkg-config).
My ui.h header is located here: /local/stow/lv2core-devel/lib/lv2/ui.lv2/ui.h
The problem occurs for other headers of lv2core: ui.h lv2.h (which is located at /local/stow/lv2core-devel/lib/lv2/lv2core.lv2/lv2.h).
YC
Change History (2)
comment:1 Changed 21 months ago by dave
comment:2 Changed 19 months ago by dave
- Resolution set to fixed
- Status changed from new to closed
Latest round of LV2 releases resolves these issues.
Note: See
TracTickets for help on using
tickets.

LV2 includes are not included directly from the bundle like that. You need to run lv2config with the appropriate parameters to generate an include tree.