On Sat, 2011-07-16 at 12:26 +0100, Aurélien Leblond wrote:
Using ./waf
didn't solve the problem.
I'm doing it from the core.lv2 directory because I'm creating packages
for Ubuntu.
If I come back to the SVN revision 273, it works fine.
Since 274, I can't do "./waf configure" from the core.lv2 directory.
(doing it from the trunk directory works though...)
Adding the following line the "def options(opt)" of wscript solved the issue:
opt.load('compiler_cxx')
Oops (though, for the record, not quite right, it should be
opt.load('compiler_c') and conf.load('compiler_c') in options() and
configure(), respectively).
Fixed in r282.
Thanks,
-dr