00:01:32 did you try clean build? 00:01:36 takel: i think that's because static boost libs are compiled without -fPIC 00:02:07 yes clean build 00:02:27 where to insert this -fpic 00:02:33 which cmakelists 00:03:35 it's when building boost, which doesn't use cmakelists 00:03:49 something like ./b2 cflags='-fPIC' 00:03:58 ah 00:04:05 ok i try 00:06:07 this happen with ndk21 00:06:14 with ndk17 compile is ok 00:07:42 hrm, that's interesting. maybe it's a different problem 00:22:04 just compiled with ./b2 cflags='-fPIC' but still same error 00:25:07 output here https://pastebin.com/Hu3ptevp 00:34:42 some other suggestion? 00:55:33 i forgot to explain that because cmake has lot of problems with ndk21 i manually add linker,clang etc 00:57:04 and change cmake_system_name to linux to avoid android checks that created much more errors 15:12:57 * n33tpill[m] uploaded an image: image.png (3116KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/GGLYHyvmDLsRmyFgJbrMgHGF/image.png > 15:24:53 Old video n33tpill[m] 17:28:09 * n33tpill[m] uploaded an image: image.png (239KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/BqEsUyFMLfHqQzyoYiSpgBFB/image.png > 19:06:04 i have a error when try to compile android with ndk21 19:06:07 https://pastebin.com/kshXcUqM 19:06:26 if compile is done with ndk17 everything work 19:07:16 Looks like an archive built for the wrong arch. 19:07:42 only libboost has issue 19:07:48 all other compile 19:08:24 path for linker,ar archiver,clang are in makefile 19:08:35 inserted in makefile 19:08:54 and not wrong because compile goes until 90%