asprintf undeclared - Windows/MinGW
Matheus@DESKTOP-BUHRSIO CLANG64 ~/libvlcpp
$ clang++ -lvlc -Wall -Werror examples/helloworld/main.cpp -o hello -I.
In file included from examples/helloworld/main.cpp:1:
In file included from ./vlcpp/vlc.hpp:27:
./vlcpp/Instance.hpp:265:17: error: use of undeclared identifier 'asprintf'
if (asprintf(&psz_ctx, "[%s] (%s:%d) %s", psz_module, psz_file, i_line, psz_msg) < 0)
^
1 error generated.