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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -