Hi,
I get ( Win7 64 and Visual studio 2012 )
:
0 File(s) copied
xcopy ".\pdml2html.xsl" wireshark-gtk2 /d
0 File(s) copied
powershell -executionpolicy bypass -File tools/textify.ps1 -Destination wireshark-gtk2 ./COPYING ./NEWS ./README ./README.windows
Get-ChildItem : A parameter cannot be found that matches parameter name 'File'.
At C:\ewireshark2\trunk\tools\textify.ps1:71 char:42
+ foreach ($src_file in Get-ChildItem -File <<<< $SourceFiles) {
+ CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterB
indingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Comm
ands.GetChildItemCommand
xcopy ".\cfilters" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\colorfilters" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\dfilters" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\smi_modules" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\epan\wslua\init.lua" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\epan\wslua\console.lua" wireshark-gtk2 /d
0 File(s) copied
xcopy ipmap.html wireshark-gtk2 /d
0 File(s) copied
xcopy doc\*.html wireshark-gtk2 /d
0 File(s) copied
if not exist wireshark-gtk2\help mkdir wireshark-gtk2\help
xcopy ".\help\toc" wireshark-gtk2\help /d
0 File(s) copied
powershell -executionpolicy bypass -File tools/textify.ps1 -Destination wireshark-gtk2\help help\*.txt
Get-ChildItem : A parameter cannot be found that matches parameter name 'File'.
At C:\ewireshark2\trunk\tools\textify.ps1:71 char:42
+ foreach ($src_file in Get-ChildItem -File <<<< $SourceFiles) {
+ CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterB
indingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Comm
ands.GetChildItemCommand
ands.GetChildItemCommand
:
NMAKE : fatal error U1073: don't know how to make '..\..\wireshark-gtk2/help/cap
ture_filters.txt'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
Any ideas?
Regards
Anders