Wireshark mailing list archives

Re: Error when running "nmake -f makefile.nmake packaging" on win7 64 with MSVC 2012


From: Pascal Quantin <pascal.quantin () gmail com>
Date: Mon, 11 Aug 2014 13:46:24 +0200

2014-08-11 12:51 GMT+02:00 Anders Broman <anders.broman () ericsson com>:

 Invalid command: Split-Path

!include: error in script: "qt-dll-manifest.nsh" on line 1

Error in script "wireshark.nsi" on line 791 -- aborting creation process



qt-dll-manifest.nsh:



Split-Path : Cannot bind argument to parameter 'Path' because it is null.

At C:\xxx\trunk\packaging\nsis\windeployqt-to-nsis.ps1:23 char:22

+     $dir = Split-Path <<<<  -Parent $entry

    + CategoryInfo          : InvalidData: (:) [Split-Path],
ParameterBindingV

   alidationException

    + FullyQualifiedErrorId :
ParameterArgumentValidationErrorNullNotAllowed,M

   icrosoft.PowerShell.Commands.SplitPathCommand

 File "..\..\wireshark-qt-release\"

File /r "..\..\wireshark-qt-release\"



Ideas?



Regards

Anders


Hi Anders,

according to
http://technet.microsoft.com/en-us/library/hh849809%28v=wps.620%29.aspx,
Split-Path should work with PowerShell 2.0 onwards.
What do you get when typing $PSVersionTable.PSVersion in PowerShell? On my
side I have version 3.0 and the windeployqt-to-nsis.ps1 script works fine.

Pascal.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: