在Windows10上编译Redis5/6的步骤

bn31dyow  于 2021-06-07  发布在  Redis
关注(0)|答案(0)|浏览(508)

我读到一个问题:如何在windows-10上编译redis5.0.5,make中的错误
但是,编译redis6.x的步骤是什么呢。
我想知道的工具,环境和步骤,以便在Windows10上编译。

D:\Documents\Redis\redis-6.0.9\src
λ c:\cygwin64\bin\make.exe Makefile
      0 [main] sh (8328) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [main] sh (10436) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [main] sh (17648) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
/bin/sh: pkg-config: command not found
    CC Makefile.dep
      1 [main] sh (20420) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [main] sh (13280) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [main] sh (9304) C:\Program Files\Git\usr\bin\sh.exe:***fatal error - cygheap base mismatch detected - 0x180347408/0x18034C408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
/bin/sh: pkg-config: command not found
make: Nothing to be done for 'Makefile'.

D:\Documents\Redis\redis-6.0.9\src

如你所见,我试着。。。
谢谢。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题