| [news.eclipse.tools.cdt] Re: "Search Project" for Application shows empty window within "Run Configurations" |
Phillip Heller wrote:
So I've designed an autotools managed project, and I want to create a "Run configuration" for it.
When I select "Search Project" next to the C/C++ Application field within the "main" pane, it displays a dialog which I'd expect to be populated with my project tree folder hiearchy, yet nothing is shown.
I can specify the absolute path to the executable, and it works just fine. But, I'd rather do it the eclipse way....
Perhaps I'm doing something wrong?
Version info:
Eclipse IDE for C/C++ Developers
Build id: 20090619-0625
Eclipse CDT P2 Customizations for SDK installation
Version: 1.0.0.200906161748 Build id: 200906161748
Eclipse C/C++ Development Tools
Version: 6.0.0.200906161748 Build id: 200906161748
Any clues would be appreciated!In Project Properties->C/C++ General->Paths and Symbols you can specify your output folders (Output Location). Eclipse will look there for executables. Default is the complete project.
Axel