Make stops bc symbol RyosWriteCheckWait is already defined (making the enum...
Roccat hardware support for Linux
Brought to you by:
erazor_de
Hey,
when I run make, the linker complains about RyosWriteCheckWait is defined already.
After editing the file ryosmk/libroccatryosmk/ryos_device.h and make the enum a typedef enum the make completes.
Thank you for the cool tools and all your efforts!
Aloha
Andreas
Anonymous
will be fixed in the next release by removing the name from the enum. Thanks for reporting.
Sorry if this is a separate bug - it looked similar enough but I'll create a separate issue if required.
From
make:I tried OP's
typedef enumfix and I think that's worked...maketook much longer and seemed to complete but only got to 60%. Butsudo make installlooks to have worked. Thanks!