Here in my local function i have fallowing json values and function not getting which has to be invoked at ac_search_lib
Json::Value root;
Json::Reader reader;
reader.parse(concatinator, root, false);
id = root.getMemberNames();
or do i need to use local function names
AC_SEARCH_LIBS([getMemberNames], [dl jsoncpp], [],
[
AC_MSG_ERROR([unable to find the getMemberNames() function]) ])
getting this error :
configure: error: unable to find the getMemberNames() function make: *** [Makefile:509: config.status] Error 1 mv: cannot stat 'test_suite/gtest': No such file or directory