I am porting a C++ large project form Windows to Linux. My C++ files include header files that do not match those on the project directory due to the case sensitivity of file names in Linux file systems.
Any help?
I would prefer finding a flag for gcc (or ext4 file system) to manual editing or sed'ing my files.
Thanks for all!