I tried to compile wireshark source code by Cmake,some error happened,do i lack some component?could you like to give me some suggestions with the error script show behind the environment setting the environment setting is as below
error script is as below:
|
Your CMake line is a bit odd, that's not what's in the Developer's Guide, until you have a regular build working please don't deviate from the Developer's Guide. Apart from that I'll guess that the failure to build the release_notes_html target is likely to be missing Cygwin components. Please post the output of your CMake generation step by redirecting it to a file, i.e. Hi grahamb : I appreciate your great support. Your comments are always helpful to me. Following your suggestion, I output the CMake building procedure into logfiles. As the files are too large to post here. So I uploaded it on Cloud.http://pan.baidu.com/s/1dFbo7Bj you can download it and have a check when you are available. Actually the wireshark executable file has been created and it can work,but in the building process,there is a lot of warnings and errors,I think there should be something wrong. Hope you can give me a few feedback. Many Many thanks .Looking forward for your feedback.
(17 Aug '16, 19:26)
Water
(17 Aug '16, 19:29)
Water
And i also post a few of the generate build files log here.
(17 Aug '16, 19:30)
Water
(17 Aug '16, 19:33)
Water
in the CmakeError.log below ,警告 means warning ,错误 means error, 失败 means failure. sorry for trouble you so much
(17 Aug '16, 19:34)
Water
The CMakeError.log isn't all that useful. The output of CMake is missing the vital bit which should appear at the end, something like:
Rerun the CMake command again, redirecting to a file and post that.
(18 Aug '16, 05:50)
grahamb ♦
showing 5 of 6
show 1 more comments
|
I guess some configuration issue or software component missing.As other *.sln prject have compiled successfully.Does any of you,master,meet the same problem as I did.