Hi, I open wireshark-2.0.5 VS2013 project (ALL_BUILD.vcxproj) and rebuild it in Debug configuration. During the build I receive the following output error message:
How do I solve this issue? Thanks. asked 18 Sep '16, 05:55 ITCO edited 18 Sep '16, 08:39 grahamb ♦ |
One Answer:
The build seems to be attempting to copy the file onto itself. Are you attempting to build in-tree, i.e. in the sources directory? Is so, that isn't supported. What was the CMake command line you used? answered 18 Sep '16, 08:52 grahamb ♦ |
Thanks for the quick answer, I understand the problem and as you've suggested I build the solution in the Wireshark source tree. So I need to build it in another. Thanks.
Please follow the Developers Guide, Section 2.2.10.2:
If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.
Hi,
It worked without errors: ========== Rebuild All: 66 succeeded, 0 failed, 13 skipped ========== Thank You, Itamar.