.C filename cut off when passed to gcc
Status: Beta
Brought to you by:
mischu
I'm not sure if it's my configuration, but for some reason CPPChecker is cutting off the fronts of filenames before they passed to gcc. For instance I save a file (with autobuild) named 'physics_modules/FEMDiffusion/FEMDiffusion.C', and CPPChecker generates the console command:
gcc -c -Wall ics_modules/FEMDiffusion/FEMDiffusion.C
which is missing the first 4 characters in the filename.
Ack, sorry about the double-post.