I get an error trying to build ClevoControl.kext.
On line 64 of ClevoControl.cpp I get an error: Too few arguments provided to function-like macro invocation. Maybe some weird Xcode behaviour?
Thanks for putting up this, it seems Apple deprecated strcpy (maybe in 10.13? I don't know) , so now using strlcpy instead.
Fixed in f0ccc5ef58f5304c9a07b4e3d2108b76997e3492.
I get an error trying to build ClevoControl.kext.
On line 64 of ClevoControl.cpp I get an error:
Too few arguments provided to function-like macro invocation
. Maybe some weird Xcode behaviour?