That smells to me like an over enthusiastic anti virus program<br><div class="gmail_quote"><div dir="ltr">On Sun, 04 Dec 2016 at 15:17, Jason Marshall <<a href="mailto:j_k_marshall_2004@live.com">j_k_marshall_2004@live.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr" class="gmail_msg">
<div id="m_1182182924755670639divtagdefaultwrapper" style="color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt" dir="ltr" class="gmail_msg">
<p class="gmail_msg">Dear Sir/ Madam</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">I am attempting to build LibreOffice on a Windows 7 32-but platform.  Initially I attempted to do this without recourse to lode but the build failed.  I was advised to re-attempt a build but using the Lode project.  I have been able to successfully get Lode
 to setup a dev build environment, with the following command completing successfully:</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">./setup --dev</span><br class="gmail_msg">
</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">Following that, I then run the following:</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<strong class="gmail_msg"><font color="#7a0874" class="gmail_msg"></font></strong>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">cd dev/core</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">./autogen.sh</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">../../opt/bin/make 2>&1 | tee build.log</span></p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">However, at a relatively advanced stage of the build, I receive the following error message and the build terminates:</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg"></p>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">[build UNO] cppuhelper</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Microsoft (R) Windows Script Host Version 5.8</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Copyright (C) Microsoft Corporation. All rights reserved.</span></p>
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg"></span>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">C:\cygwin\lode\dev\core\workdir\UnpackedTarball\xml2\win32\configure.js(181, 2) Microsoft JScript runtime error: Automation server can't create object</span></p>
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg"></span>
<p class="gmail_msg"><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Microsoft (R) Program Maintenance Utility Version 12.00.21005.1</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Copyright (C) Microsoft Corporation.  All rights reserved.</span></p>
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg"></span>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">NMAKE : fatal error U1064: MAKEFILE not found and no target specified</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Stop.</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">make[1]: *** [C:/cygwin/lode/dev/core/external/libxml2/ExternalProject_xml2.mk:34: C:/cygwin/lode/dev/core/workdir/ExternalProject/xml2/build] Error 1</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">make[1]: *** Waiting for unfinished jobs....</span><br class="gmail_msg">
<span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">make: *** [Makefile:266: build] Error 2</span></p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">This message is precisely the same as that which was received when I attempted to build without Lode.  Accordingly, it would seem that the use of Lode has not solved the problem, with likely the problem lying elsewhere.</p>
<p class="gmail_msg"></p>
<p class="gmail_msg"></p>
<p class="gmail_msg">I note that the error message above makes reference to the following script:</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">C:\cygwin\lode\dev\core\workdir\UnpackedTarball\xml2\win32\configure.js(181, 2) Microsoft JScript runtime error:
</span><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">Automation server can't create object</span></p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">I have viewed this script at the line identified in the error, which is pasted as follows:</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg"><span style="font-family:'Courier New',monospace;font-size:10pt" class="gmail_msg">fso = new ActiveXObject("Scripting.FileSystemObject");</span></p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">I would infer that this is a JScript issue, but am not absolutely familiar with such scripting.  It looks like the command above is fairly simple, which perhaps indicates that the issues lies elsewhere.</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">Would anybody have any ideas as to what the problem may be?</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">Thank you for your time.</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">Yours faithfully</p>
<p class="gmail_msg"><br class="gmail_msg">
</p>
<p class="gmail_msg">Jason Marshall<br class="gmail_msg">
</p>
<p class="gmail_msg"></p>
</div>
</div>

_______________________________________________<br class="gmail_msg">
LibreOffice mailing list<br class="gmail_msg">
<a href="mailto:LibreOffice@lists.freedesktop.org" class="gmail_msg" target="_blank">LibreOffice@lists.freedesktop.org</a><br class="gmail_msg">
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br class="gmail_msg">
</blockquote></div>