Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] cmake build on windows without libpcap

From: Dario Lombardo <dario.lombardo.ml@xxxxxxxxx>
Date: Thu, 11 May 2017 17:42:50 +0200
Did you try from a clean build dir? As noted before, cmake caching sometimes makes a mess.

On Thu, May 11, 2017 at 4:12 PM, Pavel Strnad <strnadp@xxxxxxxxxx> wrote:
Hi list,

Does anyone currently build without libpcap?
Intention is to build Wireshakr for windows without capturing options as analyzer only.

I have found an option for cmake -DENABLE_PCAP=OFF but doing so results in errors below (related to caputils and qtui):

"c:\Development\pswsbuild64\Wireshark.sln" (default target) (1) ->
      "c:\Development\pswsbuild64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
      "c:\Development\pswsbuild64\caputils\caputils.vcxproj.metaproj" (default target) (7) ->
      "c:\Development\pswsbuild64\caputils\caputils.vcxproj" (default target) (83) ->
      (ClCompile target) ->
        C:\Development\pswireshark\caputils/capture-pcap-util-int.h(48): error C2143: syntax error : missing ')' before '*' [c:\Development\pswsbuild64\caputi
      ls\caputils.vcxproj]
        C:\Development\pswireshark\caputils/capture-pcap-util-int.h(48): error C2143: syntax error : missing '{' before '*' [c:\Development\pswsbuild64\caputi
      ls\caputils.vcxproj]
....

"c:\Development\pswsbuild64\ui\qt\qtui.vcxproj.metaproj" (default target) (33) ->
      "c:\Development\pswsbuild64\ui\qt\qtui.vcxproj" (default target) (99) ->
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(153): error C2039: 'showExtcapOptions' : is not a member of 'MainWelcome' [c:\Development\pswsbu
      ild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(158): error C2039: 'interfaceClicked' : is not a member of 'MainWelcome' [c:\Development\pswsbui
      ld64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(208): error C2039: 'showExtcapOptions' : is not a member of 'MainWelcome' [c:\Development\pswsbu
      ild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(208): error C2065: 'showExtcapOptions' : undeclared identifier [c:\Development\pswsbuild64\ui\qt
      \qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(286): error C2039: 'showExtcapOptions' : is not a member of 'MainWelcome' [c:\Development\pswsbu
      ild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(289): error C2355: 'this' : can only be referenced inside non-static member functions or non-sta
      tic data member initializers [c:\Development\pswsbuild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_welcome.cpp(289): error C2065: 'staticMetaObject' : undeclared identifier [c:\Development\pswsbuild64\ui\qt\
      qtui.vcxproj]
        C:\Development\pswireshark\ui\qt\compiled_filter_output.cpp(26): fatal error C1083: Cannot open include file: 'pcap.h': No such file or directory [c:\
      Development\pswsbuild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_window.cpp(1704): error C2039: 'extcap_options_finished' : is not a member of 'MainWindow' [c:\Development\p
      swsbuild64\ui\qt\qtui.vcxproj]
        C:\Development\pswsbuild64\ui\qt\moc_main_window.cpp(1705): error C2039: 'showExtcapOptionsDialog' : is not a member of 'MainWindow' [c:\Development\p
      swsbuild64\ui\qt\qtui.vcxproj]

   0 Warning(s)
   25 Error(s)

Thanks for any help or hint.

Best Regards,
Pavel

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe