Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sass: No such file or directory #207

Closed
panjea opened this issue Sep 6, 2024 · 1 comment
Closed

sass: No such file or directory #207

panjea opened this issue Sep 6, 2024 · 1 comment

Comments

@panjea
Copy link

panjea commented Sep 6, 2024

-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so
-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so - found
-- Looking for cbreak in /usr/lib/x86_64-linux-gnu/libncursesw.so
-- Looking for cbreak in /usr/lib/x86_64-linux-gnu/libncursesw.so - found
-- Looking for nodelay in /usr/lib/x86_64-linux-gnu/libncursesw.so
-- Looking for nodelay in /usr/lib/x86_64-linux-gnu/libncursesw.so - found
-- Found Curses: /usr/lib/x86_64-linux-gnu/libncursesw.so  
-- Could NOT find SDL2_ttf (missing: SDL2_TTF_LIBRARIES SDL2_TTF_INCLUDE_DIRS) 
-- Disabling SDL based examples
CMake Warning at example/CMakeLists.txt:111 (find_package):
  By not providing "FindQt5QuickControls2.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5QuickControls2", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5QuickControls2"
  with any of the following names:

    Qt5QuickControls2Config.cmake
    qt5quickcontrols2-config.cmake

  Add the installation prefix of "Qt5QuickControls2" to CMAKE_PREFIX_PATH or
  set "Qt5QuickControls2_DIR" to a directory containing one of the above
  files.  If "Qt5QuickControls2" provides a separate development package or
  SDK, be sure it has been installed.


-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.56")  
-- Disabling Qt based examples
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
-- Disabling ImGui based examples
-- Configuring done (0.6s)
-- Generating done (0.1s)
-- Build files have been written to: /home/rap/HolyBlender/krita/build-lager
[100%] Build debugger web UI
make[3]: sass: No such file or directory
make[3]: *** [makefile:13: gui.css] Error 127
make[2]: *** [CMakeFiles/gui.dir/build.make:71: CMakeFiles/gui] Error 2
make[1]: *** [CMakeFiles/Makefile2:224: CMakeFiles/gui.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
brentharts added a commit to brentharts/krita that referenced this issue Sep 6, 2024
brentharts added a commit to brentharts/krita that referenced this issue Sep 7, 2024
@brentharts
Copy link

fixed with:

-Dlager_BUILD_TESTS=off
-Dlager_BUILD_EXAMPLES=off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants