Hello, I am trying to set up a Build environment for Wireshark on Windows7 using VS2013 and CMake. But when I try to build Wireshark from its sources I still got some errors. Does anybody know what the cause of these errors is: Build FAILED.
asked 13 Jul ‘17, 14:25 Christian_R |
One Answer:
You have an "odd" version of flex in your path:
I would ensure that the element When building Wireshark you have to be careful about what's on your path, that's why I recommend building in a VM so that it's easier to control. answered 14 Jul '17, 05:35 grahamb ♦ edited 14 Jul '17, 07:32 Christian_R Thought it night be the problem, too. I will try to disable it. (14 Jul '17, 07:30) Christian_R Thank you or showing me how to read the build messages. (15 Jul '17, 00:48) Christian_R |
We need to see the full context of the errors. Can you redirect the msbuild output to a file and post the file (or a link to it)?
e.g.
If you turn off parallel builds by dropping the
/m
then the output is easier to follow.I will prepare it tomorrow!
Also, don’t forget that you can always check the buildbot
stdio
logs and compare the buildbot’s environment, etc. with your own. There are logs for each step by each buidbot, so look at those that are relevant to you. See: https://buildbot.wireshark.org/wireshark-master/waterfall@cmaynard Thank you for the interesting link. Didn´t know that, before.
@grahamb I have uploaded the build.txt herre: build.txt