https://bugs.kde.org/show_bug.cgi?id=472422

--- Comment #6 from David <gn...@hawaii.rr.com> ---
OK. This is all cmake shows me in terminal:

CMake Error at data/CMakeLists.txt:34 (install):
  install FILES given no DESTINATION!

CMake Error at CMakeLists.txt:47 (ecm_add_app_icon):
  Unknown CMake command "ecm_add_app_icon".

Or is this what you want (found when running cmake-gui and clicking configure):

CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error in CMakeLists.txt:
  GHS_TOOLSET_ROOT directory "/usr/ghs" does not exist.


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.25)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring incomplete, errors occurred!
See also "/home/software/krita/build/CMakeFiles/CMakeOutput.log".

I have tried it with three different install prefixes, and cmake insists it has
been given no destination.

My Krita source is in /home/software/gits/krita, not the "kritadev" mentioned
in the web page about building Krita
[https://docs.krita.org/en/untranslatable_pages/building_krita.html#building-on-linux].
So I have tried giving it the full path to the install folder
("/home/software/gits/krita/install"), tried using the
"$HOME/software/gits/krita/install" (modified version of what's on the building
page), and tried using "../install".

Sorry, I find the instructions on the building Krita page unclear and lacking
in explanation.

I've compiled other software on my system from git, all under the
/home/software/gits directory, and compiling worked.

Ideas?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to