Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re: Build2 unveiling assumptions

OK, I can relax now. Turns out to be PermGen space issues when I have Android projects. It's probably not related to CDT at all.

But still, if my thought was to allow for projects that don't use .cproject, but have a simpler data store (i.e. project preferences), and avoid the whole ICProjectDesc thing, I don't see how this can happen without digging through the whole CDT.

Anyway, sorry for the spam.

:D

On Tue, May 4, 2010 at 9:04 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
OMG, ICConfigurationDescription is everywhere. And I'm getting an out of memory error when opening the editor on a new C++ file when I don't set one up. This is killing me...


On Tue, May 4, 2010 at 7:48 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
I've got a start on my new build system. I'm seeing a number of exceptions that reveal assumptions that every project has configurations in the ICProjectDescription. I fear how much of that has spread.

At any rate, I'll be committing code that works around those assumptions with appropriate bug reports.



Back to the top