CorsairKeyboardSpectrograph
CorsairKeyboardSpectrograph copied to clipboard
Compile fails due to Guiddef.h
Trying to compile on Kubuntu 15.04 x64 Installed all the dependencies. Getting this error while compiling, which seems to issue with the Razer SDK thing, but I'm using a Corsair keyboard.
RzChromaSDKDefines.h|12|fatal error: Guiddef.h: No such file or directory|
It worked for me after commenting this line (30 in CorsairKeyboardVisualizer.cpp)
#define ENABLE_RAZER_SDK
Yeah! I could run it. I had to run it as sudo though because it was being unable to claim the kb interface.