1
3D Printers / Re: HowTo: Compilling Lasershark 3DP with Cygwin64 on Win7 64Bit
« on: January 13, 2015, 03:36:18 PM »
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-cpp
All 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!
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-cpp
All 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!