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

macOS M1 installation issues #181

Closed
jasoneveleth opened this issue Jun 11, 2023 · 3 comments
Closed

macOS M1 installation issues #181

jasoneveleth opened this issue Jun 11, 2023 · 3 comments

Comments

@jasoneveleth
Copy link

jasoneveleth commented Jun 11, 2023

I cloned 8fd338d. Tried to install, got:

CMake Error at cmake_install.cmake:41 (file):
  file INSTALL cannot find "/Users/jason/src/lager/resources/gui/gui.css": No
  such file or directory.

I fixed this by editing line 41 of cmake_install.cmake to be <path>/gui.scss. That fixed it. I think there is some configuration issue generating the css path name rather than scss.

I'm not sure how to fix it in the repo, but I thought I'd share.

@jasoneveleth
Copy link
Author

Just to be clear, it works after that change.

@arximboldi
Copy link
Owner

No, sadly the gui.css file is required. However it should be generated from the .scss file properly. Maybe there are some missing targets in CMake to trigger that. In that folder there is a make file to do it.

@jasoneveleth
Copy link
Author

Ah okay, thank you.

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

2 participants