I'm trying to build the library, i did the git submodule update --init, and all the steps until the last one mingw32-make (using the Windows Msys2). This one returned an error:
-- Build files have been written to: C:/Users/User/Downloads/OpenRGB-cppSDK-master/build-release
PS C:\Users\User\Downloads\OpenRGB-cppSDK-master\build-release> mingw32-make
[ 12%] Building CXX object CMakeFiles/orgbsdk.dir/src/Client.cpp.obj
C:\Users\User\Downloads\OpenRGB-cppSDK-master\src\Client.cpp:10:10: fatal error: Essential.hpp: No such file or directory
#include "Essential.hpp"
^~~~~~~~~~~~~~~
compilation terminated.
mingw32-make[2]: *** [CMakeFiles\orgbsdk.dir\build.make:76: CMakeFiles/orgbsdk.dir/src/Client.cpp.obj] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:98: CMakeFiles/orgbsdk.dir/all] Error 2
mingw32-make: *** [Makefile:135: all] Error 2
PS C:\Users\User\Downloads\OpenRGB-cppSDK-master\build-release>
I'm new to building C++ applications so any help would be much appreciated.
I'm trying to build the library, i did the
git submodule update --init, and all the steps until the last onemingw32-make(using the Windows Msys2). This one returned an error:I'm new to building C++ applications so any help would be much appreciated.