Ask Your Question
0

Wireshark Win 11 using MSYS2: cannot build .exe installer

asked 2023-12-06 17:51:07 +0000

krupa gravatar image

Hi,

I am new to Wireshark development ecosystem. Was able to build the executable using the instructions in the page below: https://www.wireshark.org/docs/wsdg_h...

However, when trying to build the install package using the commands below, I am getting 'unknown target' error for both the commands.

  • ninja wireshark_nsis_prep
  • ninja wireshark_nsis

Could it be because of any missing package? Much appreciate any help or pointers.

Thanks,

edit retag flag offensive close merge delete

Comments

Purely for my own interest, what's the reason for choosing an MSYS2 build?

grahamb gravatar imagegrahamb ( 2023-12-07 09:02:52 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-12-06 20:17:48 +0000

krupa gravatar image

updated 2023-12-06 22:20:42 +0000

While the original issue still persists, was able to run the command below directly from the MSYS2 URCT64 prompt and get the installer built:

cpack --config ./CPackConfig.cmake

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2023-12-06 17:51:07 +0000

Seen: 122 times

Last updated: Dec 06 '23