Conversation
sithlord48
force-pushed
the
fix_8657
branch
2 times, most recently
from
July 19, 2025 01:39
5cd4fc1 to
14b19fe
Compare
sithlord48
force-pushed
the
fix_8657
branch
2 times, most recently
from
July 19, 2025 15:04
1dd6f38 to
dec529e
Compare
a new file src/lib/VersionInfo.h.in now holds our version info vars fixes #8657
nbolton
approved these changes
Jul 21, 2025
nbolton
left a comment
Member
There was a problem hiding this comment.
That did the trick, pretty quick now after new empty commit, configure and build:
/usr/bin/cmake --build /home/nick/Projects/deskflow/build --target all --
[1/30] Generating developer documentation
[2/30] Building CXX object src/lib/deskflow/CMakeFiles/app.dir/App.cpp.o
[3/30] Linking CXX static library src/lib/deskflow/libapp.a
[4/30] Linking CXX executable src/unittests/deskflow/ConfigTests
[5/30] Linking CXX executable src/unittests/deskflow/ArgParserTests
[6/30] Linking CXX executable src/unittests/deskflow/ClipboardChunksTests
[7/30] Linking CXX executable src/unittests/deskflow/ClipboardTests
[8/30] Linking CXX executable src/unittests/deskflow/IKeyStateTests
[9/30] Linking CXX executable src/unittests/deskflow/KeyMapTests
[10/30] Linking CXX executable src/unittests/deskflow/LanguageManagerTests
[11/30] Linking CXX executable src/unittests/deskflow/X11LayoutParserTests
[12/30] Linking CXX executable src/unittests/platform/XWindowsClipboardTests
[13/30] Linking CXX executable src/unittests/server/ServerTests
[14/30] Linking CXX executable src/unittests/deskflow/ServerAppTests
[15/30] Linking CXX executable src/unittests/server/ServerConfigTests
[16/30] Linking CXX executable bin/deskflow-client
[17/30] Linking CXX executable bin/deskflow-server
[18/30] Building CXX object src/lib/gui/CMakeFiles/gui.dir/Messages.cpp.o
[19/30] Building CXX object src/lib/gui/CMakeFiles/gui.dir/VersionChecker.cpp.o
[20/30] Building CXX object src/lib/gui/CMakeFiles/gui.dir/dialogs/AboutDialog.cpp.o
[21/30] Building CXX object src/lib/gui/CMakeFiles/gui.dir/MainWindow.cpp.o
[22/30] Linking CXX static library src/lib/gui/libgui.a
[23/30] Linking CXX executable src/unittests/gui/config/ScreenTests
[24/30] Linking CXX executable src/unittests/gui/DotEnvTests
[25/30] Linking CXX executable src/unittests/gui/core/CommandProcessTests
[26/30] Linking CXX executable src/unittests/gui/LoggerTests
[27/30] Linking CXX executable bin/legacytests
[28/30] Building CXX object src/apps/deskflow-gui/CMakeFiles/deskflow.dir/deskflow-gui.cpp.o
[29/30] Linking CXX executable bin/deskflow
[30/30] Running utility command for run_tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #8657
a new file
src/lib/VersionInfo.h.innow holds our version vars