I am not able to build opustags as it fails during compilation because of
In file included from /home/op/build/opustags/src/cli.cc:10:
/home/op/build/opustags/src/opustags.h:390:7: error: no template named
'optional' in namespace 'std'
std::optional<std::string> path_out;
~~~~~^
...
I am not proficient in C++, so I'm not able to properly fix this, but if I add an explicit include in opustags, it builds fine.
Hi,
I am not able to build opustags as it fails during compilation because of
I am not proficient in C++, so I'm not able to properly fix this, but if I add an explicit include in opustags, it builds fine.
I'm using clang 10.0.1 on OpenBSD. Also, FYI to build here it also needs the
target_link_libraries
to iconv.I've just fixed a bunch of tags on various ogg files, thanks for developing this :)