Re: [help]Please help check ''makensis error ''!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,

On Thu, Oct 08, 2015 at 04:47:48PM +0800, hongzhen_luo@xxxxxxxx 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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list

[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux