Community
Participate
Working Groups
Build Identifier: Eclipse IDE for C/C++ Developers Build id: 20090619-0625 Every time I build, even if I use a Make Target in a single folder, the make command runs quickly but the "Build Process..." is blocked on "Updating project..." forever. All binary parsers and indexer can be turned off, it is the same behavior. Searching for this problem, I found this : http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg09874.html that explains that Eclipse is going through a long process of refreshing the entire project tree every time a build process is launched. On big projects, it never ends. Reproducible: Always Steps to Reproduce: 1. Open a CDT project with a large amount of folders and files (e.g. my project has 150.000 files and 10.000 folders) 2. Create a Make Target on source folder 3. Launch this Make Target
A bug fix for this problem would be to integrate the source code modification explained here : http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg09874.html and adding a flag in the project properties the allows the user either to update project after each build or not.
(In reply to comment #1) > A bug fix for this problem would be to integrate the source code modification > explained here : > http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg09874.html > and adding a flag in the project properties the allows the user either to update > project after each build or not. There is a patch like that attached to bug 133881. There is some discussion going on in there. You can vote and add your ideas. *** This bug has been marked as a duplicate of bug 133881 ***
Bug is a duplicate of Bug 133881 - Make refreshing after building optional