You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dears,
I just follow the steps of Ubuntu 14.04 in compile_Linux.md, and encountered a make error at the last step “make install”:
Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/http/httpd.cpp.o
In file included from /root/liangwei/xmr-stak/xmrstak/http/httpd.cpp:39:0:
/usr/include/microhttpd.h:717:32: error: ‘socklen_t’ has not been declared
socklen_t addrlen);
The error screenshot is shown below.My OS is Ubuntu 12.04 LTS.
I appreciate anyone could help me out? Thanks!
The text was updated successfully, but these errors were encountered:
Dears,
I just follow the steps of Ubuntu 14.04 in compile_Linux.md, and encountered a make error at the last step “make install”:
Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/http/httpd.cpp.o
In file included from /root/liangwei/xmr-stak/xmrstak/http/httpd.cpp:39:0:
/usr/include/microhttpd.h:717:32: error: ‘socklen_t’ has not been declared
socklen_t addrlen);
The error screenshot is shown below.My OS is Ubuntu 12.04 LTS.
I appreciate anyone could help me out? Thanks!
The text was updated successfully, but these errors were encountered: