<div>Hi,</div><div>I tried to build oonf(both dynamic and static parts) in the cygwin.And I get these 2 problems.</div><div>I do not know weather the oonf is designed to be OK with cygwin so I just post this.</div><div>Cmake version:3.3.2</div><div>Cygwin version:CYGWIN_NT 10.0</div><div><br></div><div>1.When doing cmake ,a warning followed with many errors comes out.</div><div>   Warning is about WIN32 on Cygwin.</div><div>***************************************************************************</div><div>CMake Warning at /usr/share/cmake-3.3.2/Modules/Platform/CYGWIN.cmake:15 (message):<br>  CMake no longer defines WIN32 on Cygwin!</div><div><br></div><div>  (1) If you are just trying to build this project, ignore this warning or<br>  quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in<br>  the CMake cache.  If later configuration or build errors occur then this<br>  project may have been written under the assumption that Cygwin is WIN32.<br>  In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.</div><div><br></div><div>  (2) If you are developing this project, add the line</div><div><br></div><div>    set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required</div><div><br></div><div>  at the top of your top-level CMakeLists.txt file or set the minimum<br>  required version of CMake to 2.8.4 or higher.  Then teach your project to<br>  build on Cygwin without WIN32.<br>Call Stack (most recent call first):<br>  /usr/share/cmake-3.3.2/Modules/CMakeSystemSpecificInformation.cmake:36 (include)<br>  CMakeLists.txt:1 (project)</div><div>****************************************************************************</div><div>  Errors are similar.Every api and plugin give an error like below.</div><div>********************************************************************</div><div>CMake Error at cmake/declare_library.cmake:26 (install):<br>  install Library TARGETS given no DESTINATION!<br>Call Stack (most recent call first):<br>  src-api/common/CMakeLists.txt:26 (oonf_create_library)</div><div>*********************************************************************</div><div><br></div><div>2.I found thosr cmake errors came frome the lib install in oonf_create_library,so I just </div><div>del it and cmake give me the Makefile.But then when making olsrd2_static,it tell me my </div><div>CC do not support "<span style="mso-spacerun:'yes';font-family:ËÎÌå;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">--enable-auto-import</span>".I was thinking it was my cross complie toolchain's fault and just del</div><div>"<span style="mso-spacerun:'yes';font-family:ËÎÌå;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">--enable-auto-import</span>" in cc_flags.cmake file.But it did not fix the error.On the same time ,</div><div>I found there is always a "<span style="mso-spacerun:'yes';font-family:ËÎÌå;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">--enable-auto-import</span>" in the cmakeCache.txt.I am not good at </div><div>cmake system.So I wonder if I did something wrong.</div><div><br></div><div>Best wishes.<br></div>