c++ - Case insensitive gnu make compilation -


i encountered problem of project compilations under linux. make command swarms:

in file included hellfire.h:18:0,                  creatures.cpp:2: daemons.h:7:41: fatal error: coolblackdaemon.h: no such file or directory #include "coolblackdaemon.h" 

but ls says coolblackdaemon.h there is. so, there such way make gnu make compilation case insensitive? may there magical key, or few magical words makefile, knows?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -