Re: Can not access lv2 plugins within latest build

Ted Felix <ted-Ll1PANez7xxWk0Htik3J/[email protected]> Sat, 10 Jan 2026 14:17:59 -0500
Newsgroups gmane.comp.audio.rosegarden.user
Message-ID <[email protected]>
   Looks exactly like mine.  Maybe cmake is the problem.  Let's compare 
versions and do one last pkg-config query.  Post the output of these (my 
output shown):

$ cmake --version
cmake version 3.28.3
$ pkg-config --version
1.8.1
$ pkg-config --cflags lv2

   For that last one I get nothing, which I assume is because 
/usr/include is always in the C++ compiler search path and pkg-config is 
clever enough to know this.

Ted.

On 1/10/26 1:55 PM, Babarosa wrote:
> These are my results:
> 
> babarosa@MacBookPro:~$ pkg-config --variable=includedir lv2
> /usr/include
> 
> 
> babarosa@MacBookPro:~$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/lv2.pc
> prefix=/usr
> includedir=${prefix}/include
> 
> lv2dir=/usr/lib/lv2
> plugindir=/usr/lib/lv2
> 
> Name: LV2
> Description: Plugin standard for audio systems
> Version: 1.18.10
> Cflags: -I${includedir}
> babarosa@MacBookPro:~$
> ================================================
> 
> Am 10.01.26 um 19:30 schrieb Ted Felix:
>> cat /usr/lib/x86_64-linux-gnu/pkgconfig/lv2.pc