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
Post a Comment