<div dir="ltr">I'm running Windows 10 x64 with Cygwin x64.<div><br></div><div><b>make</b> is.</div><div><br></div><div><div><font face="monospace, monospace">$ make -v</font></div><div><font face="monospace, monospace">GNU Make 4.2.1</font></div><div><font face="monospace, monospace">Built for x86_64-unknown-cygwin</font></div><div><br></div></div><div><b>gcc </b>is:</div><div><br></div><div><div><font face="monospace, monospace">$ gcc -v</font></div><div><font face="monospace, monospace">Using built-in specs.</font></div><div><font face="monospace, monospace">COLLECT_GCC=gcc</font></div><div><font face="monospace, monospace">COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/lto-wrapper.exe</font></div><div><font face="monospace, monospace">Target: x86_64-pc-cygwin</font></div><div><font face="monospace, monospace">Configured with: /cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.x86_64/src/gcc-5.4.0/configure --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.x86_64/src/gcc-5.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible</font></div><div><font face="monospace, monospace">Thread model: posix</font></div><div><font face="monospace, monospace">gcc version 5.4.0 (GCC)</font></div><div><br></div></div><div>Running <b>make inside the eleveldb directory</b> (Cygwin shell) gives:</div><div><br></div><div><div><font face="monospace, monospace">walte@jfww-notebook ~/eleveldb_idea/eleveldb</font></div><div><font face="monospace, monospace">$ make</font></div><div><font face="monospace, monospace">./rebar get-deps</font></div><div><font face="monospace, monospace">==> eleveldb (get-deps)</font></div><div><font face="monospace, monospace">./rebar compile</font></div><div><font face="monospace, monospace">==> eleveldb (compile)</font></div><div><font face="monospace, monospace">Compiling d:/SoftDevelopment/Projects/eleveldb_idea/eleveldb/c_src/eleveldb.cc</font></div><div><font face="monospace, monospace">Microsoft (R) C/C++ Optimizing Compiler Version 16.00.40219.01 for x64</font></div><div><font face="monospace, monospace">Copyright (C) Microsoft Corporation.  All rights reserved.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">cl : Command line warning D9002 : ignoring unknown option '-O3'</font></div><div><font face="monospace, monospace">cl : Command line warning D9002 : ignoring unknown option '-fPIC'</font></div><div><font face="monospace, monospace">cl : Command line warning D9002 : ignoring unknown option '-O3'</font></div><div><font face="monospace, monospace">eleveldb.cc</font></div><div><font face="monospace, monospace">d:/SoftDevelopment/Projects/eleveldb_idea/eleveldb/c_src/eleveldb.cc(23) : fatal error C1083: Cannot open include file: 'syslog.h': No such file or directory</font></div><div><font face="monospace, monospace">ERROR: compile failed while processing D:/SoftDevelopment/Projects/eleveldb_idea/eleveldb: rebar_abort</font></div><div><font face="monospace, monospace">make: *** [Makefile:15: compile] Error 1</font></div></div><div><br></div><div><b><font size="4">How can I fix it?</font></b></div></div>