首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Linux中安装Winexe

在Linux中安装Winexe
EN

Stack Overflow用户
提问于 2016-09-28 08:52:50
回答 1查看 2K关注 0票数 0

我正在尝试编译和构建winexe。我已经下载了samba源代码,并运行了以下命令来编译winexe。

代码语言:javascript
复制
./waf configure --samba-dir=../../samba --samba-inc-dirs=../../samba/ --samba-lib-dirs=../../samba/

我得到了以下错误。请建议我解决这个错误。

代码语言:javascript
复制
[3326/3810] Compiling default/source/smb_static/smb_static.objlist.empty.c
Waf: Leaving directory `/root/samba/bin'
Build failed: could not find 'source/smb_static/smb_static.objlist.empty.c' for
        {task: cc smb_static.objlist.empty.c -> smb_static.objlist.empty_2.o}
Checking for library smb_static                     : not found
Build of static winexe                              : disabled
Cannot continue! Please either install Samba shared libraries and re-run waf, or download the Samba source code and re-run waf with the "--samba-dir" option.
(complete log in /root/winexe/source/build/config.log)
EN

回答 1

Stack Overflow用户

发布于 2022-10-21 13:46:48

解说文件被否决了,

编辑文件“smb_”,

使用execfile删除行并使用exec(打开(“wscript”).read())

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39742487

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档