Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Project name spaces not allowed?

Hi folks,
 
I think I have submitted a patch which fixes the problem with multiple colons on one line for the build process. https://bugs.eclipse.org/bugs/show_bug.cgi?id=117013 
 
The patch works for us internally. Read more details there, and also the reason why I think that the fix is not mature enough for committing it for general use.
 
Maybe the whole issue will disappear with the internal builder implementation, which does not any longer depend on details of the make implementation.
Has anyone tried the internal builder on this?

Best Regards
Dr. Norbert Ploett



Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Hagge, Nils
Gesendet: Mittwoch, 2. Mai 2007 10:35
An: CDT General developers list.
Betreff: AW: [cdt-dev] Project name spaces not allowed?

> A standard make tool should support quoting. 
That's what I also naively thought at the beginnging ;-)
At least which the make from cygwin that's not the case and that is really annoying since it is hard to avoid the colon thing when working with windows. 
Since I do not use spaces in names anyway (they do not make sense to me) I can live with this issue. Although you are right the IDE should address this problem and issue at least a warning.
 
Certainly, the best solution would be if quoting for all kind of names would be supported by the tools.
 
Nils
 

Back to the top