Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Managed make and spaces in include paths


I've seen escaping the space work in some places in the makefile, e.g. Program\ Files.

Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



David Daoust/Ottawa/IBM@IBMCA
Sent by: cdt-dev-admin@xxxxxxxxxxx

21/02/2004 08:28 AM

Please respond to
cdt-dev@xxxxxxxxxxx

To
cdt-dev@xxxxxxxxxxx
cc
Subject
Re: [cdt-dev] Managed make and spaces in include paths






It would help if you could define what type of behavior you would expect.


The dependency generator is outputting the path that you have specified (spaces and all).  I believe that gnu make will not accept any paths with spaces in them -- it treats the space as a separator.   If we "quote" the directory path, then gnu make does not find the file.


       - Dave



"Brad Jarvinen" <Brad.Jarvinen@xxxxxxxxxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

02/20/2004 09:59 PM

Please respond to
cdt-dev

To
"Cdt-Dev (E-mail)" <cdt-dev@xxxxxxxxxxx>
cc
Subject
[cdt-dev] Managed make and spaces in include paths







In CDT 1.2.0, I add an include path to a managed make project where the include path has spaces in it.  When I go to build, the .dep file generated then contains spaces in the header listings for files from that include path.  It seems that the dependency generator doesn't handle spaces in include paths properly.  Can anyone confirm this, or am I doing something wrong?

Thanks,
Brad
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top