java - Case Sensitive include when builing using ndk-build -


i getting strange problem. want build native code of android app in c++. have included includes in android.mk. 1 of include

local_c_includes += $(local_path)/borders 

now have header file pqr/abc.h in borders included file xyz.h this

#include "pqr/abc.h" 

i getting error pqr/abc.h not exist.when change pqr pqr works. problem occurs on machine only. on mac , ndk version r9d. how resolve case sensitive includes?

this how case insensitive paths work on windows filesystem. there little can fix relevant #include statements in sources. other people linux or mac thank effort.

on other hand, problem in file system, not machine. so, if have windows share somewhere (maybe windows partition on local machine), can put source files there, , build pass.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -