Source files with the same file name

Discussion about CodeLite development process and patches
relent95
CodeLite Curious
Posts: 1
Joined: Wed Jun 24, 2015 9:54 am
Genuine User: Yes
IDE Question: C++
Contact:

Source files with the same file name

Post by relent95 »

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().
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Source files with the same file name

Post by eranif »

please post a bug
Eran
Make sure you have read the HOW TO POST thread
Post Reply