Hi,

Yuri Dario a écrit :
Hi,
I need to skip the offapi tree when building OOo: I need this because dmake crashes inside this tree when it is run from the root directory.
dmake works fine when started inside the offapi project.

I cannot help you for dmake (maybe file an issue ? ), but if you correctly build offapi and deliver the products in teh solver, you can use :

cd instsetoo_native
build --since offapi

works fine


And if you absolutely need to use " dmake " you can do (ugly workaround ) :

cd offapi
cp prj/build.lst prj/build.lst_backup
head -1 prj/build.lst_backup > prj/build.lst

dmake will ignore offapi, because only dependencies are verified (because nothing has to be built).

To rebuild offapi, you'll need to use your backup, or delete prj/build.lst and do a new " cvs up "


HTH

--
<[EMAIL PROTECTED]>
Francophone OpenOffice.org Commmunity developer (Linux PPC / Mac OS X / X11)
See : <http://fr.openoffice.org>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to