diff options
author | 2020-12-29 17:35:06 -0800 | |
---|---|---|
committer | 2020-12-30 08:57:12 -0800 | |
commit | 4ebd8485f480bbbb78029556c5e032333c3d6311 (patch) | |
tree | 13a521b70c348eff3258b372a76f0e00e9a9d03b /packaging/android/warning-ndk18b.txt | |
parent | 8cbde0829d209fa2f27d07e0ad875fd938b8e1f3 (diff) | |
download | subsurface-4ebd8485f480bbbb78029556c5e032333c3d6311.tar.gz |
cleanup: remove obsolete Android scripts
These have all been replaced with the current qmake based build process.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/warning-ndk18b.txt')
-rw-r--r-- | packaging/android/warning-ndk18b.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packaging/android/warning-ndk18b.txt b/packaging/android/warning-ndk18b.txt deleted file mode 100644 index 64d49ef52..000000000 --- a/packaging/android/warning-ndk18b.txt +++ /dev/null @@ -1,21 +0,0 @@ -WARNING -------- - -Using Cmake, Clang, NDK 18b, Qt 5.12 beta 4, some Subsurface code does -not compile. At this point in time, its fully unclear to me why we see the -error as it is. - -Thing fail deep down in Qt and NDK headers on #include <cmath>. Error like -"::signbit is not in the global namespace". The most logic reason is an -improper order in which include paths are constructed in the build process. -Any attempt to find the real reason failed. Even very similar command lines -from a qmake build that succeed fail with a cmake style build. - -The very very dirty hack is commenting out some lines in NDK 18b: - -"./android-ndk-r18b/sources/cxx-stl/llvm-libc++/include/cmath - -Comment lines 313-325, and all build, links and runs with no errors -related to this known at this point. - -Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> |