You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I cloned 8fd338d. Tried to install, got:
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.
The text was updated successfully, but these errors were encountered: