| Summary: | [Scanner Discovery] Discovery command does not work if workspace name has spaces | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Pafnuty <pavlundra> |
| Component: | cdt-build | Assignee: | Andrew Gvozdev <angvoz.dev> |
| Status: | RESOLVED FIXED | QA Contact: | Andrew Gvozdev <angvoz.dev> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug |
| Version: | 8.0 | ||
| Target Milestone: | 8.0.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Pafnuty
It works for me fine with Cygwin toolchain. But I see that file in scanner discovery command is adorned with quotes for cygwin. That is not the case for other toolchains though.
Which toolchain are you using? Can you open project properties, C/C++ Build->Discovery Options, then enclose "${plugin_state_location}/specs.cpp" with double quotes and rebuild the project?
1. Toolchain: Linux GCC
(I've just installed clear Ubuntu 11.04 and used the default compilers settings. Also Eclipse Indigo was just unpacked from zip-archive only.)
2. Enclosing "${plugin_state_location}/specs.cpp" with double quotes resolved the problem immideately! (Even without rebuild.) Thanks!
P.S. Just my idle curiosity: Andrew Gvozdev is a Russian name?
Thanks for reporting, fixed on master and for 8.0.2.
> P.S. Just my idle curiosity: Andrew Gvozdev is a Russian name?
Yes.
*** cdt git genie on behalf of Andrew Gvozdev ***
bug 360283: Discovery command does not work if workspace name has
spaces
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=c617df3475fcbaed5c3ff44ba9e7b43ff370ecf1
*** cdt git genie on behalf of Andrew Gvozdev ***
bug 360283: Discovery command does not work if workspace name has
spaces
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=df7907c7bd24a6fcafffd18aada3b44e3bf7a731
|