cannot find the portableapps_package.vcxproj with wireshark3.6.8 / 4.1.0 tot win64
hi sir, I want to build version3.6.8 PortableApps. I could cmake/build the wireshark.exe. however, I cannot find the 'portableapps_package.vcxproj' at the build folder.
could you give me a hint what is missing?
thanks
I already follow the instructions to install PortableApps. nsis installed version and portable version. I could see the nsis_prep.vcxproj, but not the portableapps_package.vcxproj
reference doc
https://www.wireshark.org/docs/wsdg_h... 3.11.6. Windows: PortableApps .paf.exe Package
msbuild /m /p:Configuration=RelWithDebInfo wireshark_nsis_prep.vcxproj
msbuild /m /p:Configuration=RelWithDebInfo portableapps_package.vcxproj
C:\Development\totbuild64>cmake -G "Visual Studio 16 2019" -DUSE_qt6=OFF -A x64 ..\wireshark_tot
-- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.19042.
-- Generating build using CMake 3.20.21032501-MSVC_2
-- Using "Visual Studio 16 2019" generator (multi-config)
-- LTO/IPO is not enabled
-- Using 3rd party repository
-- Building for win64 and CPU target amd64
Working in C:\Development\wireshark-win64-libs
Current library manifest found. Skipping download.
-- V: 4.1.0, MaV: 4, MiV: 1, PL: 0, EV: .
-- Linker flags: /LARGEADDRESSAWARE /MANIFEST:NO /INCREMENTAL:NO /RELEASE /guard:cf
CMake Warning at CMakeLists.txt:1198 (message):
Support for QT5_BASE_DIR will be removed in a future release.
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
2022-10-03T11:39:01.017+08:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
2022-10-03T11:39:02.968+08:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
2022-10-03T11:39:04.953+08:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
-- C-Flags: /MP /diagnostics:caret /Zo /utf-8 /guard:cf /w34295 /w34100 /w34189 /wd4200 /DWIN32 /D_WINDOWS /W3
-- CXX-Flags: /MP /diagnostics:caret /Zo /utf-8 /guard:cf /w34295 /w34100 /w34189 /wd4200 /DWIN32 /D_WINDOWS /W3 /GR /EHsc
-- Warnings as errors enabled: /WX
-- The following OPTIONAL packages have been found:
* Git
* GMODULE2
* Perl
* LIBSSH (required version >= 0.6), Library for implementing SSH clients, <https://www.libssh.org/>
extcap remote SSH interfaces (sshdump, ciscodump, wifidump)
* PCAP
* AIRPCAP
* Qt5Network (required version >= 5.15.2)
* Qt5Multimedia
* MaxMindDB, C library for the MaxMind DB file format, <https://github.com/maxmind/libmaxminddb>
Support for GeoIP lookup
* SMI, Library to access SMI management information, <https://www.ibr.cs.tu-bs.de/projects/libsmi/>
Support MIB and PIB parsing and OID ...