THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

error MSB6006: "cmd.exe " exited with code 1. [C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj]

after adding my custom plugin I am getting this error.

"C:\Development\wsbuild64\Wireshark.sln" (default target) (1) ->        "C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj.metaproj" (default target) (27) ->        "C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj" (default target) (124) ->        (CustomBuild target) ->          C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(209,5): error MSB6006: "cmd.exe        " exited with code 1. [C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj]

I looked in visual studio output window and its showing this error :

CMake Error at cmake_install.cmake:37 (file):
file cannot create directory: C:/Program Files
 (x86)/Wireshark/plugins/3.1/epan.

But I installed cmake before. And before adding my custom plugin I was not getting any such error and it was building perfectly.

error MSB6006: "cmd.exe " exited with code 1. [C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj]

after adding my custom plugin I am getting this error.

error.
"C:\Development\wsbuild64\Wireshark.sln" (default target) (1) ->        "C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj.metaproj" (default target) (27) ->        "C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj" (default target) (124) ->        (CustomBuild target) ->          C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(209,5): error MSB6006: "cmd.exe        " exited with code 1. [C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj]
[C:\Development\wsbuild64\plugins\epan\homematic\homematic.vcxproj]

I looked in visual studio output window and its showing this error :

CMake Error at cmake_install.cmake:37 (file): file cannot create directory: C:/Program Files (x86)/Wireshark/plugins/3.1/epan.

(x86)/Wireshark/plugins/3.1/epan.

But I installed cmake before. And before adding my custom plugin I was not getting any such error and it was building perfectly.