CorsairKeyboardSpectrograph icon indicating copy to clipboard operation
CorsairKeyboardSpectrograph copied to clipboard

Compile fails due to Guiddef.h

Open kraxarn opened this issue 10 years ago • 2 comments

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|

kraxarn avatar Aug 06 '15 11:08 kraxarn

It worked for me after commenting this line (30 in CorsairKeyboardVisualizer.cpp)

#define ENABLE_RAZER_SDK

lmdiazangulo avatar Dec 14 '16 21:12 lmdiazangulo

Yeah! I could run it. I had to run it as sudo though because it was being unable to claim the kb interface.

lmdiazangulo avatar Dec 14 '16 21:12 lmdiazangulo