Hi Regina, > How to "clear output trees"? I'm a "dummy" concerning building.
In cygwin, something like > cd $SRC_ROOT > find . -maxdepth 2 -name "wntmsci12*" | xargs rm -rf should do. Alternatively, > cd instsetoo_native > build --from solenv --prepare should also do what you need, and also clear the so-called solver ($SRC_ROOT/solver, where all files built in a module are delivered to, to be used by other modules). Be aware that both approaches mean that you do a full rebuild of the complete OOo source tree after that. However, I often found the time spent for that a better investment than the time wasted for figuring out bugs caused by out-of-date build trees. > a "dmake depend=1" might help - it will throw away the old >> auto-generated file dependencies, and recreate them on the next dmake run. > > That doesn't help. I have also tried dmake depend=t and dmake depend=true. Hmm, sorry, no idea then. Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
