Hey, On Thu, Oct 08, 2015 at 04:47:48PM +0800, [email protected] wrote: > [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 > WriteRegStr: HKCU\Software\virt-viewer\=$INSTDIR > SetOutPath: "$INSTDIR" > File: "deps.txt" -> no files found. > Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] | > /oname=outfile one_file_only) > Error in script "data/virt-viewer.nsis" on line 75 -- aborting creation > process
deps.txt should be generated as part of the nsis generation process when
you run "make nsis".
data/Makefile.am has:
deps.txt:
AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@
Which will probably need to be adjusted on non-rpm distros... (or even
on distros with different packaging conventions for the mingw*
packages).
Christophe
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
