[Insight-developers] Cable wrapping in the PC

Brad King brad.king@kitware.com
Tue, 8 Jan 2002 15:18:27 -0500 (EST)


> 1) MSDEV gets sick with really large projects. I broke up the cable
> instantiations in the CMakeListsTcl.txt files into multiple dlls. This
> seems to fix the problem.
I'm afraid this may be the only solution to this problem.  We might be
able to come up with some hackery to prevent MsDev from spawning off all
the Cable instances at once and reaching the process limit, but I doubt
it.

> 2) I had to modifiy the #if logic in itkWin32Header.h to accomodate
> GCCXML. In conjunction with this, I added a -DGCCXML on my
> GCCXML_FLAGS in cmakesetup.
I will be adding an automatic "__GCCXML__", possibly with version numbers,
in a few weeks when I make big changes to it.

> Also, if you plan to build with wrapping on, make sure you have mucho
> disk space avaiable. The xml files are HUGE.
This problem will also be addressed with the changes.  There are several
ways to significantly reduce the size of these files, and I plan to use as
many of them as possible.

-Brad