简体   繁体   中英

arm-linux-androideabi-gcc gives png.h error

I am getting this error while run configure script with Android NDK-standalone toolchain for a 3rd part C library.

configure:3463: arm-linux-androideabi-gcc -E  conftest.c
conftest.c:19:17: fatal error: png.h: No such file or directory
#include <png.h>

How do I include png.h to arm-linux-androideabi-gcc compiler toolchain?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM