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] Current C-Standard used in wireshark

From: Thomas Wiens <th.wiens@xxxxxx>
Date: Sat, 2 Jan 2016 17:48:56 +0100
On 02.01.2016 17:23 Graham Bloice wrote:

> I can't see what the error is from so little context.  You're using the
> same build approach, i.e. CMake and the same environment with VS2010 and
> that works?

No, VS2010 on Win7/32 using nmake, works.

New computer, VS2013, Win7/64, used the actual guide from:
https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupCMake.html

msbuild step fails with at least:

"C:\Development\wsbuild32\Wireshark.sln" (Standardziel) (1) ->
"C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj.metaproj"
(Standardziel) (61) ->
"C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj"
(Standardziel) (68) ->
(CustomBuild Ziel) ->
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error
MSB6006: "cmd.exe" wurde mit dem Code 9009 beendet.
[C:Development\wsbuild32\docbook\user_guide_docbook.vcxproj]

I've tried to reinstall all the VS2013 programs, but doesn't help. I've
had before VS2012 installed, and deinstalled it before installing
VS2013. I have no problems compiling other C++ programs.

Maybe it's better to setup a virtual machine only for use with wireshark
development, as there are so many dependencies.

Thomas