我正在尝试编译和构建winexe。我已经下载了samba源代码,并运行了以下命令来编译winexe。
./waf configure --samba-dir=../../samba --samba-inc-dirs=../../samba/ --samba-lib-dirs=../../samba/我得到了以下错误。请建议我解决这个错误。
[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)发布于 2022-10-21 13:46:48
解说文件被否决了,
编辑文件“smb_”,
使用execfile删除行并使用exec(打开(“wscript”).read())
https://stackoverflow.com/questions/39742487
复制相似问题