61
More Forks / Re: [1] Fork mod compatiblity reporting
« Last post by Whispers on November 22, 2024, 01:53:05 pm »I love this idea!
@Meridian
Researching...
...it seems rapidyaml is trying to forward declare certain std types (like std::string) for some reason. But the macro logic isn't able to determine which standard library it is.
Edit:
"Android NDK uses LLVM's libc++, with support for _LIBCPP_ABI_NAMESPACE inline namespace. Older versions of the Android NDK supported GNU libstdc++, indicated by __GLIBCXX__ or __GLIBCPP__."
You shouldn't have gotten the "unknown standard library" error, because the conditions check for those specific macros. I don't get it...
Meridian, do you remember having any crashes with handling zip files on other platforms in the past?
Both are equally easy, I may even do both.
But I'll come back to you later about those hardcoded/dynamic alien mission parameters again, that will be the tricky part.