Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » conflicting names in standard make project
conflicting names in standard make project [message #158371] Fri, 18 November 2005 08:27 Go to next message
Eclipse UserFriend
Originally posted by: josef.baumgartne.de.telex.com

Hello,

I have a problem with the gnu error parser. I have a standard make C
project.
The project has several subdirectories with a makefile for each
subdirectory.
A make in the root directory recursively calls the makefiles in the
subdirectory.
The different subdirectories can contain files with the same name (e.g.
main.c).

If I do a build and the compiler detects a problem in auch a file I cannot
jump to the error, because the error parser reports "conflicting names".

I tried to solve this by creating a "Make Target" in a subdirectory and
making only this subdirectory. I thought the error parser would then only
check the files in this directory, but the problem still occurs and I get
conflicting names.

Does anybody know how to solve this?

Thanks,

Josef
Re: conflicting names in standard make project [message #158380 is a reply to message #158371] Fri, 18 November 2005 08:51 Go to previous messageGo to next message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Hi Josef,

this bug should be fixed in CDT 3.0.1 - see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=108920 for details.


Norbert

"Josef Baumgartner" <josef.baumgartne@de.telex.com> schrieb im Newsbeitrag
news:7307d56a33d991da0e28c9d037aee192$1@www.eclipse.org...
> Hello,
>
> I have a problem with the gnu error parser. I have a standard make C
> project.
> The project has several subdirectories with a makefile for each
> subdirectory.
> A make in the root directory recursively calls the makefiles in the
> subdirectory.
> The different subdirectories can contain files with the same name (e.g.
> main.c).
>
> If I do a build and the compiler detects a problem in auch a file I cannot
> jump to the error, because the error parser reports "conflicting names".
>
> I tried to solve this by creating a "Make Target" in a subdirectory and
> making only this subdirectory. I thought the error parser would then only
> check the files in this directory, but the problem still occurs and I get
> conflicting names.
>
> Does anybody know how to solve this?
>
> Thanks,
>
> Josef
>
Re: conflicting names in standard make project [message #158404 is a reply to message #158380] Fri, 18 November 2005 10:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: josef.baumgartner.de.telex.com

Hi Norbert,
thank you. I looked at the bug and found a link to bug 108489. I think this
is the right one and unfortunately it isn't fixed yet.
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=108489)

I use Eclipse 3.1 and CDT 3.0.1

Josef

Norbert Ploett wrote:

> Hi Josef,

> this bug should be fixed in CDT 3.0.1 - see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=108920 for details.


> Norbert

> "Josef Baumgartner" <josef.baumgartne@de.telex.com> schrieb im Newsbeitrag
> news:7307d56a33d991da0e28c9d037aee192$1@www.eclipse.org...
>> Hello,
>>
>> I have a problem with the gnu error parser. I have a standard make C
>> project.
>> The project has several subdirectories with a makefile for each
>> subdirectory.
>> A make in the root directory recursively calls the makefiles in the
>> subdirectory.
>> The different subdirectories can contain files with the same name (e.g.
>> main.c).
>>
>> If I do a build and the compiler detects a problem in auch a file I cannot
>> jump to the error, because the error parser reports "conflicting names".
>>
>> I tried to solve this by creating a "Make Target" in a subdirectory and
>> making only this subdirectory. I thought the error parser would then only
>> check the files in this directory, but the problem still occurs and I get
>> conflicting names.
>>
>> Does anybody know how to solve this?
>>
>> Thanks,
>>
>> Josef
>>
Re: conflicting names in standard make project [message #158411 is a reply to message #158404] Fri, 18 November 2005 11:10 Go to previous messageGo to next message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Josef,

so it is a bug and somebody will have to fix it. :-)

Will you?
In that case you can see at which class to start from "my" bug.

Cheers,

Norberr


"Josef Baumgartner" <josef.baumgartner@de.telex.com> schrieb im Newsbeitrag
news:5e99453753e5dad77c9e63d8696f4267$1@www.eclipse.org...
> Hi Norbert,
> thank you. I looked at the bug and found a link to bug 108489. I think
> this
> is the right one and unfortunately it isn't fixed yet.
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=108489)
>
> I use Eclipse 3.1 and CDT 3.0.1
>
> Josef
>
> Norbert Ploett wrote:
>
>> Hi Josef,
>
>> this bug should be fixed in CDT 3.0.1 - see
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=108920 for details.
>
>
>> Norbert
>
>> "Josef Baumgartner" <josef.baumgartne@de.telex.com> schrieb im
>> Newsbeitrag news:7307d56a33d991da0e28c9d037aee192$1@www.eclipse.org...
>>> Hello,
>>>
>>> I have a problem with the gnu error parser. I have a standard make C
>>> project.
>>> The project has several subdirectories with a makefile for each
>>> subdirectory.
>>> A make in the root directory recursively calls the makefiles in the
>>> subdirectory.
>>> The different subdirectories can contain files with the same name (e.g.
>>> main.c).
>>>
>>> If I do a build and the compiler detects a problem in auch a file I
>>> cannot jump to the error, because the error parser reports "conflicting
>>> names".
>>>
>>> I tried to solve this by creating a "Make Target" in a subdirectory and
>>> making only this subdirectory. I thought the error parser would then
>>> only check the files in this directory, but the problem still occurs and
>>> I get conflicting names.
>>>
>>> Does anybody know how to solve this?
>>>
>>> Thanks,
>>>
>>> Josef
>>>
>
Re: conflicting names in standard make project [message #158555 is a reply to message #158411] Mon, 21 November 2005 07:24 Go to previous message
Eclipse UserFriend
Originally posted by: josef.baumgartner.de.telex.com

Norbert,

sorry, but I think I'm not able to fix that bug :-(
So I hope somebody else does.

Josef


Norbert Ploett wrote:

> Josef,

> so it is a bug and somebody will have to fix it. :-)

> Will you?
> In that case you can see at which class to start from "my" bug.

> Cheers,

> Norberr


> "Josef Baumgartner" <josef.baumgartner@de.telex.com> schrieb im Newsbeitrag
> news:5e99453753e5dad77c9e63d8696f4267$1@www.eclipse.org...
>> Hi Norbert,
>> thank you. I looked at the bug and found a link to bug 108489. I think
>> this
>> is the right one and unfortunately it isn't fixed yet.
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=108489)
>>
>> I use Eclipse 3.1 and CDT 3.0.1
>>
>> Josef
>>
>> Norbert Ploett wrote:
>>
>>> Hi Josef,
>>
>>> this bug should be fixed in CDT 3.0.1 - see
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=108920 for details.
>>
>>
>>> Norbert
>>
>>> "Josef Baumgartner" <josef.baumgartne@de.telex.com> schrieb im
>>> Newsbeitrag news:7307d56a33d991da0e28c9d037aee192$1@www.eclipse.org...
>>>> Hello,
>>>>
>>>> I have a problem with the gnu error parser. I have a standard make C
>>>> project.
>>>> The project has several subdirectories with a makefile for each
>>>> subdirectory.
>>>> A make in the root directory recursively calls the makefiles in the
>>>> subdirectory.
>>>> The different subdirectories can contain files with the same name (e.g.
>>>> main.c).
>>>>
>>>> If I do a build and the compiler detects a problem in auch a file I
>>>> cannot jump to the error, because the error parser reports "conflicting
>>>> names".
>>>>
>>>> I tried to solve this by creating a "Make Target" in a subdirectory and
>>>> making only this subdirectory. I thought the error parser would then
>>>> only check the files in this directory, but the problem still occurs and
>>>> I get conflicting names.
>>>>
>>>> Does anybody know how to solve this?
>>>>
>>>> Thanks,
>>>>
>>>> Josef
>>>>
>>
Previous Topic:What a reasonable computer configuration is needed for quick Code Assist?
Next Topic:how to change linker output name
Goto Forum:
  


Current Time: Sat Nov 09 04:30:35 GMT 2024

Powered by FUDForum. Page generated in 0.03187 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top