You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, I understand that it is better to build it in an Docker environment, but because of RapidJSON, it cannot be built with the latest MinGW toolchain.
Please apply this patch or update libs.
diff --git a/external/rapidjson/document.h b/external/rapidjson/document.h
index 151f5de..12a98ee 100644
--- a/external/rapidjson/document.h+++ b/external/rapidjson/document.h@@ -329,7 +329,7 @@ struct GenericStringRef {
operator const Ch *() const { return s; }
const Ch* const s; //!< plain CharType pointer
- const SizeType length; //!< length of the string (excluding the trailing NULL terminator)+ unsigned int length; //!< length of the string (excluding the trailing NULL terminator)
private:
//! Disallow construction from non-const array
This needs a better fix than modifying the library (which hasn't been updated since 2016) - see the code around RAPIDJSON_NO_SIZETYPEDEFINE in the rapidjson.
Of course, I understand that it is better to build it in an Docker environment, but because of RapidJSON, it cannot be built with the latest MinGW toolchain.
Please apply this patch or update libs.
Step by reproduce:
$ pacman -Syu
$ pacman -S mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain
The text was updated successfully, but these errors were encountered: