Hello. Andy Farkas wrote on 2022/11/02 15:26: > I cannot build audacity because sratom fails: > Any clues?
Probably because doxygen is installed.
It may be necessary to explicitly stop the following in
sratom-0.6.14/meson.build
if not get_option('docs').disabled()
subdir('doc')
endif
Regards.
