https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #11 from Svend Tofte ---
cmake -P cmake_install.cmake worked for installing ecm, and then commenting out
these two lines, and cmake generated the project:
L:39 find_library(DL_LIBRARY ${CMAKE_DL_LIBS})
L:46 message(FATAL_ERROR "No runtime i
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #10 from Jos van den Oever ---
Have you tried running 'make install' on the ECM in Windows?
Or you might be able to change the demo CMakeLists.txt with some IF statement
so that missing ECM is not a problem. KDE parts are optional and just
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #9 from Svend Tofte ---
Ok, that helped alot. It still fails on "ECM", which I guess is this repo
https://github.com/KDE/extra-cmake-modules
I ran cmake in ecm cloned folder, and it didn't complain too much (a doc
generation tool was missi
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #8 from Jos van den Oever ---
The demo application takes information from the parent directory
CMakeLists.txt. The example and template applications are stand-alone.
You can run cmake and build in example/todo/, but not in demo/. For demo y
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #7 from Svend Tofte ---
Sorry for spamming, but I can't edit this in, but my cmake version is 3.12.2
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #6 from Svend Tofte ---
Here's the cmake output btw:
https://gist.github.com/stofte/4cbe0e8afcc38dca3a718b2738a25708
cmake output from building todo also included at the bottom, for comparison.
When I look at the cmakelist.txt it looks fair
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #5 from Svend Tofte ---
Hello Jos, I'm not able to build the demo app (using cmake and the same
approach as used for the todo sample). It breaks on the usage of a "build"
command, which is not found.
Looking at the generated msbuild files (
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #4 from Jos van den Oever ---
The patch also fixes the 'test' and 'demo' targets. I'm curious if the demo
application works on windows.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400716
Jos van den Oever changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #2 from Svend Tofte ---
Applying the patch fixes my build issues yes :)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400716
--- Comment #1 from Jos van den Oever ---
Nice to hear you got it working on windows.
Would these changes work for you?
diff --git a/examples/todos/CMakeLists.txt b/examples/todos/CMakeLists.txt
index 9a940af..8400542 100644
--- a/examples/todos/CMake
11 matches
Mail list logo