I'm trying to compile libzqm on windows using MinGW (GCC 4.8). Compilation terminates with this error:
'strndup' was not declared in this scope
So, strndup
should be in string.h
right? I tried to add /mingw/x86_64-w64-mingw32/include
to CXXFLAGS
but didn't work.
Any suggestion ?