Andreas wrote:

> the MacOSX behaviour on Solaris as well since rebuilding the complete 
> chain of frameworks is very expensive (takes hours).

Maybe you should have a look at your includes/imports.
Global includes like <MyFramework/MyFramework.h> are expensive.
Use of

@class myotherclass;

in your headers will speed compiles up compared to includes of myotherclass.
GSWeb is doing this wrong currently. So have a look at that if you want to know 
how to do it NOT.

HTH.

Dave

-- 
   _  _
 _(_)(_)_  David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG,
  _/  \_   Fax +49 33056 82835 Phone +49 33056 82834
 (______)  http://www.turbocat.de/



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to