Hi Macpod, Stimpy,
I am experiencing issues during compiling of libjson-rpc-cpp with Cygwin under Windows 7 32-bit. I keep getting following error:
-- Found libjsoncpp: /home/Daniel/download/libjson-rpc-cpp/win32-deps/lib/libjsoncpp.dll.a
-- Found libcurl: /usr/lib/libcurl.dll.a
-- Activated libmicrohttpd HTTP Server
CMake Error at cmake/FindMHD.cmake:32 (MESSAGE):
Could not find libmicrohttpd
Call Stack (most recent call first):
src/jsonrpccpp/CMakeLists.txt:52 (find_package)
I downloaded pre-compiled dependencies as desribed here for Windows compile:
https://github.com/cinemast/libjson-rpc-cppAll dependencies are found during cmake except libmicrohttpd despite the fact that it is present in the folder /win32-deps (however, there is only libmicrohttpd-10.dll, not *.dll.a).
Do you have any ideas how I should continue? Thank you!