Wireshark mailing list archives
Re: Can't build GTK only using CMake on Windows7
From: Graham Bloice <graham.bloice () trihedral com>
Date: Fri, 25 Mar 2016 10:31:02 +0000
On 25 March 2016 at 02:46, Robert Cragie <robert.cragie () gridmerge com> wrote:
Following the announcement about deprecating nmake (which I have been
using successfully for years), I thought I would try using CMake. I
deliberately only want to build the GTK version so I use the following
options with CMake:
cmake -DENABLE_CHM_GUIDES=on -DBUILD_wireshark=off -G "Visual Studio 12"
..\wireshark
CMake runs but there are some errors at the end:
CMake Error at packaging/nsis/CMakeLists.txt:199 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:wireshark>
No target "wireshark"
Call Stack (most recent call first):
CMakeLists.txt:2338 (ADD_NSIS_PACKAGE_TARGET)
CMake Error at packaging/nsis/CMakeLists.txt:199 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:wireshark>
No target "wireshark"
Call Stack (most recent call first):
CMakeLists.txt:2338 (ADD_NSIS_PACKAGE_TARGET)
CMake Error at packaging/nsis/CMakeLists.txt:199 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:wireshark>
No target "wireshark"
Call Stack (most recent call first):
CMakeLists.txt:2338 (ADD_NSIS_PACKAGE_TARGET)
CMake Error at packaging/nsis/CMakeLists.txt:199 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:wireshark>
No target "wireshark"
Call Stack (most recent call first):
CMakeLists.txt:2338 (ADD_NSIS_PACKAGE_TARGET)
I now try and build using msbuild:
msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln
I notice the following failures and there is no .exe produced:
70>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\wsutil\wsutil.vcxproj"
(default targets) -- FAILED.
65>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\wsutil\wsutil.vcxproj.metaproj"
(default targets) -- FAILED.
80>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\generate_user-guide.xml.vcxproj"
(default targets) -- FAILED.
24>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\generate_user-guide.xml.vcxproj.metaproj"
(default targets) -- FAILED.
79>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\generate_developer-guide.xml.vcxproj"
(default targets) -- FAILED.
86>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\release_notes_html.vcxproj"
(default targets) -- FAILED.
23>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\generate_developer-guide.xml.vcxproj.metaproj"
(default targets) -- FAILED.
43>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\docbook\release_notes_html.vcxproj.metaproj"
(default targets) -- FAILED.
2>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\ALL_BUILD.vcxproj.metaproj"
(default targets) -- FAILED.
1>Done Building Project
"C:\Users\robcra01\Documents\WiresharkBitbucket\wsbuild32\Wireshark.sln"
(default targets) -- FAILED.
Build FAILED.
Any ideas here?
Currently we don't support building without Qt using CMake. -- Graham Bloice
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 24)
- Re: Can't build GTK only using CMake on Windows7 Graham Bloice (Mar 25)
- Re: Can't build GTK only using CMake on Windows7 Joerg Mayer (Mar 27)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 29)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 29)
- Re: Can't build GTK only using CMake on Windows7 Graham Bloice (Mar 29)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Graham Bloice (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Graham Bloice (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Graham Bloice (Mar 30)
- Re: Can't build GTK only using CMake on Windows7 Robert Cragie (Mar 29)
