Results 331 comments of Sergii Pylypenko

P_tmpdir in Android libc headers is just define to "/tmp/", also tmpfile() will try to create a file inside both /data/local/tmp and /tmp, both of which will fail. There's TODO...

I think you can replace proot binary while it's running. But I dpn't know where it's located in GNURoot On Feb 17, 2015 1:22 PM, "DavideRossi" [email protected] wrote: > Thanks...

I never used mutt, so there's not much that I can help with, sorry. Does it create any Unix sockets with long filenames? I think that issue was fixed in...

Inkscape tries to mmap() /dev/zero to allocate memory on ARM architecture (but not for x86), so I've had to fix and recompile Inkscape for my Gimp Inkscape app (rebranded Debian...

Not anytime soon, sorry. Maybe I'll get Android 6 tablet this year. On May 27, 2016 12:01 AM, "Peter V. Saveliev" [email protected] wrote: > Any hope there will be a...

I've pushed support for 64-bit architectures to the experimental branch clang-ndk-r16, you will need NDK r16-beta2 to build it. It uses clang and llvm libc++.

zlib is detected properly with NDK r19, libboost_iostreams library links to zlib. NDK r19 has built-in standalone toolchain, which makes all things much simpler. On Tue, Feb 19, 2019 at...

CURL is a bad example here - upstream repository supports Android NDK natively, and includes Android.mk file, there is almost zero effort to integrate it into whatever Android project you're...

I've pushed support for Boost 1.65.1 to the experimental branch clang-ndk-r16, you will need NDK r16-beta2 to build it.

It builds fine with the r16 final release. On 9 Mar 2018 11:26 am, "niannianmeng" wrote: > I want build x86 boost lib, anyone can provide the link of NDK...