Hi all,
when i type mingw32-make package, final got error bellow
mingw32-make[4]: Entering directory 'E:/librepilot/build/librepilot-gcs_release/sr c/plugins/ophid'
C:/msys32/mingw32/bin/mingw32-make -f Makefile.Release
mingw32-make[5]: Entering directory 'E:/librepilot/build/librepilot-gcs_release/sr c/plugins/ophid'
cp -f E:/librepilot/ground/gcs/src/plugins/ophid/opHID.pluginspec ../../../lib/lib repilot-gcs/plugins/LibrePilot/opHID.pluginspec
compiling E:/librepilot/ground/gcs/src/plugins/ophid/src/ophid_plugin.cpp
In file included from E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid.h:38:0,
from E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_plugin. h:36,
from E:/librepilot/ground/gcs/src/plugins/ophid/src/ophid_plugin. cpp:29:
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:64:1: error: 'HIDAPI ' does not name a type
HIDAPI VOID WINAPI HidD_GetHidGuid(LPGUID);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:65:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_GetPreparsedData(HANDLE, PHIDP_PREPARSED_DATA *);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:66:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_FreePreparsedData(PHIDP_PREPARSED_DATA);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:67:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_FlushQueue(HANDLE);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:68:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_GetConfiguration(HANDLE, PHIDD_CONFIGURATION, ULONG);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:69:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_SetConfiguration(HANDLE, PHIDD_CONFIGURATION, ULONG);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:70:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_GetPhysicalDescriptor(HANDLE, PVOID, ULONG);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:71:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_GetIndexedString(HANDLE, ULONG, PVOID, ULONG);
^
E:/librepilot/ground/gcs/src/plugins/ophid/inc/ophid_usbmon.h:72:1: error: 'HIDAPI ' does not name a type
HIDAPI BOOL WINAPI HidD_GetSerialNumberString(HANDLE, PVOID, ULONG);
^
Makefile.Release:211: recipe for target 'release/ophid_plugin.o' failed
mingw32-make[5]: *** [release/ophid_plugin.o] Error 1
mingw32-make[5]: Leaving directory 'E:/librepilot/build/librepilot-gcs_release/src /plugins/ophid'
Makefile:34: recipe for target 'release' failed
mingw32-make[4]: *** [release] Error 2
mingw32-make[4]: Leaving directory 'E:/librepilot/build/librepilot-gcs_release/src /plugins/ophid'
Makefile:172: recipe for target 'sub-ophid-make_first' failed
mingw32-make[3]: *** [sub-ophid-make_first] Error 2
mingw32-make[3]: Leaving directory 'E:/librepilot/build/librepilot-gcs_release/src /plugins'
Makefile:127: recipe for target 'sub-plugins-make_first-ordered' failed
mingw32-make[2]: *** [sub-plugins-make_first-ordered] Error 2
mingw32-make[2]: Leaving directory 'E:/librepilot/build/librepilot-gcs_release/src '
Makefile:39: recipe for target 'sub-src-make_first-ordered' failed
mingw32-make[1]: *** [sub-src-make_first-ordered] Error 2
mingw32-make[1]: Leaving directory 'E:/librepilot/build/librepilot-gcs_release'
Makefile:279: recipe for target 'gcs' failed
mingw32-make: *** [gcs] Error 2