Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] First gotcha with add/exclude children of FFS

**** Build of configuration Debug for project Test ****
**** Internal Builder is used for build ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -otestdir\test.o
..\testdir\test.cpp
g++: ..\testdir\test.cpp: No such file or directory
g++: no input files
Build error occurred, build is stopped
Time consumed: 158 ms. 

Sigh.

Of course, I've added the testdir directory from somewhere outside my
project. Managed build obviously is assuming that the physical tree
looks like the IResource tree. As Chris mentioned on the call yesterday,
we're going to find a lot of these...
 
Doug Schaefer
Engineering Manager, Wind River Systems
and Eclipse CDT Project Lead


Back to the top