I updated to the latest master from github (4fedf428) and now my
projects break with the error message:
Building target targets/s
Error: Unsatisfied APIs detected:
* log, required by: sys/log/modlog
Since I neither need nor want any logging in my app I figured I'll
turn it off by setting
NEWT_FEATURE_LOGCFG: 0
in syscfg.yml - unfortunately this results in a segfault in the newt
tool. Updating that to the latest master (bc272f6e) has the same
result.
Any idea what's going on here?
Thanks in advance,
Markus