<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">When I use windows for compiling I usually don't use the GUI until after the project has mostly compiled and I am just iterating on a little bug.<div><br></div><div>Regarding building against ITK...<br><div><br></div><div><br><div><div>On Oct 31, 2012, at 1:10 PM, John Drescher &lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt; wrote:</div><blockquote type="cite"><font color="#000000">...</font> however building<br>applications with ITK4 seems to take much longer than ITK 3.20.1 even<br>on systems with SSD and ram disks. This may have to do with the<br>increased amount of include folders in ITK. I have not solved that.<br></blockquote><div><br></div></div>There are two ways to decrease the include path when using ITK.</div></div><div><br></div><div>1) Install ITK. By installing ITK, it will flatten the directory structure greatly reducing the include path.</div><div>2) When using the cmake's find_package list the ITK modules needed as components[1].</div><div><br></div><div>[1]&nbsp;<a href="https://github.com/Kitware/ITK/blob/master/Utilities/Maintenance/WhatModulesITK.py">https://github.com/Kitware/ITK/blob/master/Utilities/Maintenance/WhatModulesITK.py</a></div><div><br></div><div>Brad</div></body></html>