【问题标题】:Can't compile Wine under WindowsWindows下无法编译Wine
【发布时间】:2013-06-04 10:12:43
【问题描述】:

我需要在 windows 下编译 wine dll 以进行调试。

我安装了cygwin,下载了wine并运行“./configure”,然后出现以下错误。我对 Linux 环境完全陌生,所以我什至可以理解它的含义。

./configure: fork: retry: Resource temporarily unavailable
261414951 [main] sh 1368 fhandler_dev_zero::fixup_mmap_after_fork: requested 0x7E6E0000 != 0x0 mem alloc base 0x0, state 0x10000, size 524288, Win32 error 487
261415207 [main] sh 1368 C:\cygwin\bin\sh.exe: *** fatal error in forked process - recreate_mmaps_after_fork_failed
261415593 [main] sh 1368 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump

【问题讨论】:

    标签: cygwin wine


    【解决方案1】:

    根据Cygwin wiki,与fork() 相关的错误通常通过变基来解决。

    停止所有 Cygwin 服务;打开命令提示符并发出:

    \cygwin\bin\dash -c '/usr/bin/rebaseall'
    

    【讨论】:

      猜你喜欢
      • 2014-09-19
      • 2015-01-20
      • 1970-01-01
      • 1970-01-01
      • 2017-05-25
      • 1970-01-01
      • 2021-08-26
      • 1970-01-01
      • 2023-04-08
      相关资源
      最近更新 更多