linux - search.h-No such file or directory while porting libtiff on Android-tiff 4.0.1 -


i trying port libtiff on android. source version using tiff 4.0.1. building source inside u1 android os. getting below error when run mmm external/tiff 4.0.1/

in file included external/tiff-4.0.1/libtiff/tiffiop.h:33,                  external/tiff-4.0.1/libtiff/tif_dirread.c:42: external/tiff-4.0.1/libtiff/tif_config.h:93:1: warning: "have_malloc_h" redefined in file included <command-line>:0: ./system/core/include/arch/linux-arm/androidconfig.h:221:1: warning: location of previous definition in file included external/tiff-4.0.1/libtiff/tif_dirread.c:42: external/tiff-4.0.1/libtiff/tiffiop.h:54:21: error: search.h: no such file or directory 

i tries searching lot on internet not issue. can 1 provide me approx idea wrong or package missing.

i resolved issue finally. hope doing work in future. need remove lines libtiff/tiffiop.h header file being referenced.that worked me.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -