I build vlc-0.8.5 on Windows XP under Cygwin.
Everything works fine except that error occurs when I make package-win32 as following:
Code: Select all
Section: "Mozilla plugin" ->(SEC03)
SectionIn: [1] [2]
!insertmacro: OpenUninstallLog
FileOpen: $INSTDIR\uninstall.log as w -> $UninstallLog
FileSeek: fp=$UninstallLog, ofs=0, mode=END, output=
!insertmacro: end of OpenUninstallLog
!insertmacro: InstallFolder
File: Returning to: "."
File: "mozilla" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in macro InstallFolder on macroline 1
Error in script "./vlc-0.8.5/vlc.win32.nsi" on line 420 -- aborting creation process
make: *** [package-win32-base-exe] Error 1
BTW, make package-win32-base is OK.
Reguards
Brain Lai