I can't build a project if there are two source files with the same file name and their parent directory names are also equal, like the following example.
client/set/obj.c
server/set/obj.c
It was tested for CodeLite 5.4 on Ubuntu 12.04, but I am sure the problem still exists on recent versions, inspecting the source code of BuilderGnuMake::DoGetTargetPrefix().
Source files with the same file name
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Jun 24, 2015 9:54 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source files with the same file name
please post a bug
Eran
Eran
Make sure you have read the HOW TO POST thread