Wireshark mailing list archives

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


From: Graham Bloice <graham.bloice () trihedral com>
Date: Mon, 11 Aug 2014 13:03:31 +0100

On 11 August 2014 11:51, Anders Broman <anders.broman () ericsson com> wrote:

 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



packagins\nsis\Makefile.nmake calls windeployqt-to-nsis.ps1 to create the
qt-dll-manifest.nsh file listing all the qt dlls required for the installer.

In the script, windeployqt is called to return the list of DLL's and then
on Line 23 of the script calls split-path to get the path component of the
DLL.  From the error it seems that one of the entries is null.

Try this:

In a Powershell prompt at your top level source directory:

<code>
$env:Path += ";PATH\TO\QT\BIN"
windeployqt --release --no-compiler-runtime --list relative
wireshark-qt-release\qtshark.exe
</code>

-- 
Graham Bloice
___________________________________________________________________________
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: