<p>Thank you , Mr Fergeau .. <br></p><p>       This problem has been solved with your help ...</p><div id="origbody"><div style="background: #f2f2f2;">----- 原始邮件 -----<br>发件人:Christophe Fergeau <cfergeau@redhat.com><br>收件人:hongzhen_luo@sina.com<br>抄送人:virt-tools-list <virt-tools-list@redhat.com><br>主题:Re: [virt-tools-list] [help]Please help check  ''makensis error ''!<br>日期:2015年10月12日 19点57分<br></div>Hey,<br>On Thu, Oct 08, 2015 at 04:47:48PM +0800, hongzhen_luo@sina.com wrote:<br>> [root@fc21-03 virt-viewer-2.0]# makensis -DGTK_VERSION=2.0 -DHaveLibvirt=True -DHaveSpiceGtk=True -DHaveOVirt=True -DHaveGtkVnc=True -DDESTDIR=/home/lzb/projects/tmp data/virt-viewer.nsis<br>> WriteRegStr: HKCU\Software\virt-viewer\=$INSTDIR<br>> SetOutPath: "$INSTDIR"<br>> File: "deps.txt" -> no files found.<br>> Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |<br>>    /oname=outfile one_file_only)<br>> Error in script "data/virt-viewer.nsis" on line 75 -- aborting creation process<br>deps.txt should be generated as part of the nsis generation process when<br>you run "make nsis".<br>data/Makefile.am has:<br>deps.txt:<br>        AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@<br>Which will probably need to be adjusted on non-rpm distros... (or even<br>on distros with different packaging conventions for the mingw*<br>packages).<br>Christophe<br></div>