On 24/06/2010 13:51, Davide Dozza wrote:
> Mathias Bauer ha scritto:
> 
> [...]
> 
>> That indicates that your frmmi.dll is either not there or misses some
>> prerequisites. You can find out more using the dependency walker tool
>> that you can download from the Internet (http://www.dependencywalker.com).
>>
>> Please go do the solver/bin folder and call "$(depends) frmmi.dll".
>> "$(depends)" is the path to your depends.exe. You should see which dll
>> is missing or where symbols in a dll are missing.
> 
> Depends reports that frmmi.dll was corrupted.
> 
> I suppose I've to rebuild the solver.
> 
> Is it possible to do it without rebuild OOo?
> 
> Davide

well, the solver contains OOo :)

but you can partially rebuild it:

first find out the module where the broken library is built:

grep frmmi.dll solver/inc/*/deliver.log

the module will be the directory name e.g. solver/inc/sw/deliver.log => sw

then cd into instsetoo_native and do:

build --prepare --from MODULE

that will remove all output trees from the module and all dependencies,
and also the delivered files from the solver.

then build --from MODULE  in instsetoo_native should rebuild the deleted
stuff.

-- 
"The use of four-letter words like goto can occasionally be justified
 even in the best of company." -- Donald E. Knuth


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tools.openoffice.org
For additional commands, e-mail: dev-h...@tools.openoffice.org

Reply via email to