For instance,
./waf configure --no-lv2-gui --no-standalone
will still require libcurl and fail at ./waf configure time, if it is not installed. However, simply commenting out the line
conf.check_cfg(package='libcurl', atleast_version='7.26.0', args='--cflags --libs', uselib_store='CURL', mandatory=1)
from wscript will get through the ./waf configure and the ./waf build stage with no issues. So, I conclude, libcurl should be conditional to the lack of one (or both) the options I pass above to ./waf configure
Anonymous
Hi
Thanks for the report, I'll correct that.
Fixed now with https://sourceforge.net/p/guitarix/git/ci/14d0e466b26933baebf0cda71a706038d231dbcf/