Bug ID |
11816
|
Summary |
Building with CMake and Xcode - Debug directory issues
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Mac OS X 10.11
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 14077 [details]
run/Debug/Wireshark.app and run/Wireshark.app files
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
When building with CMake and Xcode (using Debug build configuration) the files
are copied to inconsistent Debug directories in the "run" directory, which
generates a unusable Wireshark.app when running from build directory.
I usually soft link from run/Debug/Wireshark.app to run/Wireshark.app before
running cmake, but this should be fixed in cmake to work out-of-the-box.
Attached is the files generated in the "run" directory, which shows which files
are copied to run/Debug/Wireshark.app and which are copied to
run/Wireshark.app.
You are receiving this mail because:
- You are watching all bug changes.