ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 53024: /trunk/image/ /trunk/image/:

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Sat, 2 Nov 2013 18:36:56 +0100
2013/11/2 Joerg Mayer <jmayer@xxxxxxxxx>
Hello Pascal,

On Fri, Nov 01, 2013 at 05:02:40PM +0000, pascal@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53024
[...]
> Log:
>  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9298 :
>  Update manifest file so as to identify Windows 8.1 properly (see http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx for details)
>  Use manifest file to build tshark, rawshark and dumpcap

As I don't have access to a Windows 8/8.1 system: Can you try to do a cmake
build for the nmake "build system" and let me know how it goes?

Hi Jörg,

I dp not have a build environment on Windows 8/8.1 yet, but have access to a computer to check whether the generated binary runs or not. So I tried to build Wireshark with CMake for the fist time on my usual dev machine so as to copy the binaries generated on the Windows 8.1 box.

Running
cmake --build . -- VERBOSE=1

Led to the following errors:
------ Début de la génération : Projet : wiretap, Configuration : Debug Win32 ------
CUSTOMBUILD : cygwin warning :
    MS-DOS style path detected: C:/wireshark/trunk/tools/runlex.sh
    Preferred POSIX equivalent is: /cygdrive/c/wireshark/trunk/tools/runlex.sh
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
      http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
  Generating ascend_scanner.c
  Running C:/cygwin/bin/flex.exe
  C:/wireshark/trunk/tools/runlex.sh: line 65: sed: command not found
  flex: could not create --header-file=C:/wireshark/build/wiretap/ascend_scanner_lex.h
  C:/cygwin/bin/flex.exe failed: exit status 0
  ascend_scanner.c
c1 : fatal error C1083: Impossible d'ouvrir le fichier source : 'ascend_scanner.c' : No such file or directory
  k12text.c
C:/wireshark/trunk/wiretap/k12text.l(82): fatal error C1083: Impossible d'ouvrir le fichier include : 'k12text_lex.h' : No such file or directory
  Génération de code en cours...

sed is part of my Cygwin installation. Could it be related to a failure to locate my Cygwin installation?

Cheers,
Pascal.