Hi,gues!<br> I compiled pixman0.20.0 use the NDK.With the configure as follow:<br> <font color="#330099">CC=agcc CPPFLAGS="-I/data/local/include" LDFLAGS="-L/data/local/lib" \<br> CXX=agcc LD=arm-eabi-ld RANLIB=arm-eabi-ranlib \<br>
PKG_CONFIG_LIBDIR=/data/local/lib/pkgconfig:/data/local/share/pkgconfig/ \<br> ./configure \<br>--prefix=/data/local \<br>--host=arm-eabi-linux \<br>--enable-shared \<br></font> and get the follow errors:<br><font color="#990000">In file included from pixman-private.h:17,<br>
from pixman-access.c:35:<br>pixman-compiler.h:202:6: error: #error "Unknown thread local support for this system. Pixman will not work with multiple threads. Define PIXMAN_NO_TLS to acknowledge and accept this limitation and compile pixman without thread-safety support."<br>
</font> How can I do to solve this problem?