First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wireshark Win 11 using MSYS2: cannot build .exe installer

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,

krupa's avatar
1
krupa
asked 2023-12-06 17:51:07 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

grahamb's avatar grahamb (2023-12-07 09:02:52 +0000) edit
add a comment see more comments

1 Answer

0

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

krupa's avatar
1
krupa
answered 2023-12-06 20:17:48 +0000, updated 2023-12-06 22:20:42 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer