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
Previous makefile works but one cmake rule is missing:
cmake -DCMAKE_INSTALL_PREFIX=dist ..
CMake Error at CMakeLists.txt:41 (install):
install TARGETS given no OBJECTS DESTINATION for object library target
"cmmk_obj".
-- Configuring incomplete, errors occurred!
See also "/home/stephen/git/libcmmk/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered:
I'm running Ubuntu Server LTS and can't use a GUI for security purposes, so I can't use xset or xmodmap since those require me to set up an X display (or have had one set up in most cases).
Also, scroll lock does turn on the LEDs on my CM Storm, but any keys I press while the LEDs are on don't show up until the LEDs get turned off. So I need something like this to properly turn on the LEDs.
howels, not sure which keyboard model you have, but if you were looking into this library for any of the reasons I was, solution 2 from this link might work for you.
Previous makefile works but one cmake rule is missing:
The text was updated successfully, but these errors were encountered: