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

Added glaze to packages needed for manual installation on Arch #917

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

nnra6864
Copy link
Contributor

I was getting the following error when trying to build until I installed glaze from AUR:

CMake Error at hyprpm/CMakeLists.txt:13 (find_package):
  By not providing "Findglaze.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "glaze", but
  CMake did not find one.

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

    glazeConfig.cmake
    glaze-config.cmake

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


-- Configuring incomplete, errors occurred!
make[1]: *** [Makefile:15: release] Error 1
make[1]: Leaving directory '/home/nnra/Packages/Hyprland'
make: *** [Makefile:32: all] Error 2

NOTE: Packages for other distros might have to get updated too, I don't have the ability to test them out so I didn't wanna change anything yet.

I was getting the following error when trying to build until I installed glaze from AUR:
```
CMake Error at hyprpm/CMakeLists.txt:13 (find_package):
  By not providing "Findglaze.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "glaze", but
  CMake did not find one.

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

    glazeConfig.cmake
    glaze-config.cmake

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


-- Configuring incomplete, errors occurred!
make[1]: *** [Makefile:15: release] Error 1
make[1]: Leaving directory '/home/nnra/Packages/Hyprland'
make: *** [Makefile:32: all] Error 2
```
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@vaxerski vaxerski merged commit f5486a4 into hyprwm:main Dec 28, 2024
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

Successfully merging this pull request may close these issues.

2 participants