mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() here are the problems that I found while compiling libwebsockets with CMake using as a generator MinGW Makefiles. 1. In http://git.warmcat.com/cgi-bin/cgit/libwebsockets/plain/win32port/win32helpers/gettimeofday.c Remove spaces around time.h, otherwise it looks for " time.h " and fails with "No such file ..." I also needed to comment out struct timezone { int tz_minuteswest; /* minutes W of Greenwich */ int tz_dsttime; /* type of dst correction */ }; It is already declared in mingw's time.h Signed-off-by: Arokux B <arokux@gmail.com> |
||
---|---|---|
.. | ||
client | ||
libwebsocketswin32 | ||
server | ||
win32helpers | ||
zlib | ||
win32port.sln |