<div dir="auto">I just saw it on the link given by you.. <div dir="auto">It somehow didn't appear on the mail.. </div><div dir="auto">Thanks Julien :) </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 5 Jul, 2020, 8:08 PM Mike Kaganski, <<a href="mailto:mikekaganski@hotmail.com">mikekaganski@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 05.07.2020 17:30, anshu khare wrote:<br>
> Could you please tell me the exact command?<br>
<br>
The command was already mentioned by Julien<br>
(<a href="http://document-foundation-mail-archive.969070.n3.nabble.com/Error-in-building-tp4282620p4282665.html" rel="noreferrer noreferrer" target="_blank">http://document-foundation-mail-archive.969070.n3.nabble.com/Error-in-building-tp4282620p4282665.html</a>).<br>
<br>
Specifically, you wrote this:<br>
<br>
> On running make clean, the output is :<br>
> <br>
> <br>
> rm -fr C:/build/test-install<br>
> make: rm: No such file or directory<br>
> make: *** [Makefile:177: clean-host] Error 127<br>
<br>
... after which you wrote:<br>
<br>
> I tried to build it.. But it's giving the same error<br>
<br>
> To be specific the error when i run<br>
> <br>
>  /opt/lo/bin/make gb_COLOR=1<br>
> <br>
> is<br>
> <br>
> <br>
> C:/sources/libo-core/sal/osl/all/debugbase.cxx: fatal error C1853:<br>
> 'C:/build/workdir/PrecompiledHeader/nodebug/precompiled_sal.hxx.pch'<br>
> precompiled header file is from a different version of t<br>
> he compiler, or the precompiled header is C++ and you are using it from C<br>
> (or vice versa)<br>
<br>
The problem seemed to be using `make clean` literally, not turning<br>
`make` into `/opt/lo/bin/make` to clean. Since that call failed to find<br>
`rm`, it naturally hadn't removed nothing, and you re-tried to build in<br>
the unchanged working tree.<br>
<br>
-- <br>
Best regards,<br>
Mike Kaganski<br>
</blockquote></div>