Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-core-dev] [conflicting names] problem

Title: [conflicting names] problem
Michael,
 
the problem is known to us - https://bugs.eclipse.org/bugs/show_bug.cgi?id=108489
So far nobody has volunteered to fix it :-(
 
 
Norbert Ploett


Von: cdt-core-dev-bounces@xxxxxxxxxxx [mailto:cdt-core-dev-bounces@xxxxxxxxxxx] Im Auftrag von LAMB, Michael
Gesendet: Freitag, 10. Februar 2006 00:08
An: cdt-core-dev@xxxxxxxxxxx
Betreff: [cdt-core-dev] [conflicting names] problem

Good morning all,

The error parser seems to flag an error/warning as [conflicting names] if the error occurred in a file name that also exists in another directory. It doesnt seem to use the path only the name in determining if the name is conflicted or not.

This creates problems in the cross-platform programs that I work on where we have both a linux and win32 directory in a standard make project. Each of these directories for example contain a udp.h/upd.cpp set of files and the makefile for each platform decides which directory to use. The error parser wont display problem markers in these files due to the problem that I described above.

Is this a deliberate decision to only allow one instance of a file name throughout a whole project?

Thank you,

Michael Lamb


Back to the top