Skip to main content

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

This was something I was going to ask... so the FFS hierarchy is virtual
then?  I.e. it's not strictly a filter that hides files, you can also add
files in arbritary folders in the hiearchy, even if the folder is not the
actual parent of the file with respect to the operating system's view of
the filesystem?

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
             "Schaefer, Doug"                                              
             <Doug.Schaefer@wi                                             
             ndriver.com>                                               To 
             Sent by:                  "CDT General developers list."      
             cdt-dev-bounces@e         <cdt-dev@xxxxxxxxxxx>               
             clipse.org                                                 cc 
                                                                           
                                                                   Subject 
             01/11/2008 02:08          [cdt-dev] First gotcha with         
             PM                        add/exclude children of FFS         
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




**** 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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top