Author Topic: File name case problems  (Read 3153 times)

cjari

  • Guest
File name case problems
« on: April 06, 2007, 08:14:55 pm »
Hello.
I used codeblocks project file that was imported from MS VS studio and it worked under windows. But now when trying the same project file in linux the case of the file names matter and that causes some problems. Now I dont mean the include statements, of course those are my problem. :) But I mean codeblock project files tree.
You see if there is file entry in the project like this : "subfolder/file.cpp" and the file's real name is "File.cpp" or it's in folder "SubFolder" then the codeblock's will still be able to include it in the build BUT the name of the generated object file will be invalid. Also It's not possible to open the file by clicking it in codeblock's project file tree.
Oh and you see some errors about failed timestamps on those files as well.

I hope this info helps to fix the problem but I also wanted to ask if there is some existing solution for this, like re-include files function?

Thanks!