And ...
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'lv2-plugin' >= 1.0.4 : yes
Checking for 'lv2-gui' >= 1.0.4 : not found
The packages are installed and come from one package
so if it finds one, it
should also find the other!
Hmmm, that's a weird one!
My only explanation is that you have the file
/usr/lib/pkgconfig/lv2-plugin.pc but not
/usr/lib/pkgconfig/lv2-gui.pc...
Could you check on your system?
Btw, what distribution do you use?
From my side, I'm not even sure I need to check for
both libraries in
my wscript... As you said, they come from the same lv2-c++-tools
package.
Thanks for the feedback anyway :)
Aurélien