0

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

  • Does this answer your question? [How to test a C++ library usability in configure.in?](https://stackoverflow.com/questions/1021962/how-to-test-a-c-library-usability-in-configure-in) – John Bollinger Mar 24 '22 at 13:46
  • I'm sorry, but you seem to have taken that automatically generated message as an actual question. In fact, ***yes***, the referenced question and its answers ***do*** answer this question. – John Bollinger Mar 25 '22 at 13:13
  • Previous link helped thanks john – M N Adarsh Kumar Mar 31 '22 at 00:59

0 Answers0