Hi
Not quite sure where this build fail comes from - running make from the root says that the build fail is in tail_build,
but running in the tail_build module gives a completely different error.
So I also ran a build under scripting and included that log.
Any ideas?
Thanks, Noel Grandin
Disclaimer: http://www.peralex.com/disclaimer.html
=============
(1/1) Building module scripting
=============
Entering /cygdrive/c/libreoffice/libo/scripting/prj
[ build JCS ] Jar/ScriptProviderForJava
[ build CHK ] loaded modules: scripting
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
dmake: Error code 2, while making 'all'
Retrying /cygdrive/c/libreoffice/libo/scripting/prj
[ build JCS ] Jar/ScriptProviderForJava
[ build CHK ] loaded modules: scripting
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
dmake: Error code 2, while making 'all'
-----------------------------------------------------------------------
Oh dear - something failed during the build - sorry !
For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development
internal build errors:
ERROR: error 65280 occurred while making /cygdrive/c/libreoffice/libo/scripting/prj
it seems that the error is inside 'scripting', please re-run build
inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------
/usr/bin/sh
cd C:/libreoffice/libo
source ./Env.Host.sh
cd scripting
rm -Rf C:/libreoffice/libo/scripting/wntmsci12.pro # optional module 'clean'
build
when the problem is isolated and fixed exit and re-run 'make' from the top-level
/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/Dep/SdiTarget/basctl/sdi/basslots.d:1: ***
target pattern contains no `%'. Stop.
=============
(1/162) Building module solenv
=============
Entering /cygdrive/c/libreoffice/libo/solenv
Entering /cygdrive/c/libreoffice/libo/solenv/gdb
solenv deliver
Module 'solenv' delivered successfully. 0 files copied, 7 files unchanged
=============
(2/162) Building module lpsolve
=============
=============
(3/162) Building module sane
=============
=============
(4/162) Building module soltools
=============
=============
(5/162) Building module stlport
=============
=============
(6/162) Building module afms
=============
=============
(7/162) Building module nss
=============
=============
(8/162) Building module more_fonts
=============
=============
(9/162) Building module twain
=============
=============
(10/162) Building module vigra
=============
=============
(11/162) Building module hsqldb
=============
=============
(12/162) Building module xml2cmp
=============
=============
(13/162) Building module x11_extensions
=============
=============
(14/162) Building module tomcat
=============
=============
(15/162) Building module unixODBC
=============
=============
(16/162) Building module beanshell
=============
=============
(17/162) Building module stax
=============
Entering /cygdrive/c/libreoffice/libo/lpsolve
Entering /cygdrive/c/libreoffice/libo/sane/prj
Entering /cygdrive/c/libreoffice/libo/soltools/winunistd
Entering /cygdrive/c/libreoffice/libo/stlport
Entering /cygdrive/c/libreoffice/libo/afms
Entering /cygdrive/c/libreoffice/libo/nss
Entering /cygdrive/c/libreoffice/libo/more_fonts/fonts/ttf_liberation
Entering /cygdrive/c/libreoffice/libo/twain/prj
Entering /cygdrive/c/libreoffice/libo/vigra
Entering /cygdrive/c/libreoffice/libo/hsqldb
Entering /cygdrive/c/libreoffice/libo/xml2cmp/prj
x11_extensions deliver
Entering /cygdrive/c/libreoffice/libo/tomcat
Entering /cygdrive/c/libreoffice/libo/unixODBC/prj
Entering /cygdrive/c/libreoffice/libo/beanshell
Module 'x11_extensions' delivered successfully. 0 files copied, 8 files unchanged
Entering /cygdrive/c/libreoffice/libo/stax
lpsolve deliver
Module 'lpsolve' delivered successfully. 0 files copied, 13 files unchanged
Entering /cygdrive/c/libreoffice/libo/soltools/mkdepend
Your java version already contains StAX
stlport deliver
afms deliver
Module 'stlport' delivered successfully. 0 files copied, 2 files unchanged
Module 'afms' delivered successfully. 0 files copied, 1 files unchanged
nss deliver
Entering /cygdrive/c/libreoffice/libo/more_fonts/fonts/ttf_amt
[ build ALL ] top level modules: sane
[ build ALL ] loaded modules: sane
vigra deliver
hsqldb deliver
[ build ALL ] top level modules: twain
[ build ALL ] loaded modules: twain
tomcat deliver
Module 'nss' delivered successfully. 0 files copied, 167 files unchanged
beanshell deliver
[ build ALL ] top level modules: xml2cmp
[ build ALL ] loaded modules: xml2cmp
stax deliver
Module 'vigra' delivered successfully. 0 files copied, 82 files unchanged
Module 'hsqldb' delivered successfully. 0 files copied, 1 files unchanged
sane deliver
Entering /cygdrive/c/libreoffice/libo/soltools/support
[ build ALL ] top level modules: unixODBC
[ build ALL ] loaded modules: unixODBC
Entering /cygdrive/c/libreoffice/libo/more_fonts/fonts/ttf_gentium
Module 'tomcat' delivered successfully. 0 files copied, 1 files unchanged
twain deliver
Module 'beanshell' delivered successfully. 0 files copied, 1 files unchanged
xml2cmp deliver
unixODBC deliver
Entering /cygdrive/c/libreoffice/libo/soltools/testhxx
Module 'stax' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/more_fonts/fonts/ttf_linlibertineg
Module 'sane' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/soltools/javadep
Module 'twain' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/more_fonts/fonts/ttf_dejavu
Entering /cygdrive/c/libreoffice/libo/soltools/giparser
Entering /cygdrive/c/libreoffice/libo/soltools/ldump
Module 'xml2cmp' delivered successfully. 0 files copied, 0 files unchanged
Module 'unixODBC' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/soltools/cpp
=============
(18/162) Building module saxon
=============
=============
(19/162) Building module apache-commons
=============
=============
(20/162) Building module moz
=============
Entering /cygdrive/c/libreoffice/libo/saxon
Entering /cygdrive/c/libreoffice/libo/apache-commons/java/logging
Entering /cygdrive/c/libreoffice/libo/moz
more_fonts deliver
saxon deliver
Entering /cygdrive/c/libreoffice/libo/apache-commons/java/codec
soltools deliver
Entering /cygdrive/c/libreoffice/libo/apache-commons/java/lang
Entering /cygdrive/c/libreoffice/libo/apache-commons/java/httpclient
Module 'saxon' delivered successfully. 0 files copied, 1 files unchanged
Module 'more_fonts' delivered successfully. 0 files copied, 60 files unchanged
Never Build Mozilla.
Module 'soltools' delivered successfully. 0 files copied, 11 files unchanged
Entering /cygdrive/c/libreoffice/libo/moz/zipped
=============
(21/162) Building module hyphen
=============
=============
(22/162) Building module libexttextcat
=============
=============
(23/162) Building module np_sdk
=============
=============
(24/162) Building module boost
=============
=============
(25/162) Building module libwpd
=============
=============
(26/162) Building module apple_remote
=============
=============
(27/162) Building module cppunit
=============
=============
(28/162) Building module expat
=============
=============
(29/162) Building module cosv
=============
=============
(30/162) Building module zlib
=============
=============
(31/162) Building module rhino
=============
=============
(32/162) Building module graphite
=============
=============
(33/162) Building module external
=============
=============
(34/162) Building module libxml2
=============
=============
(35/162) Building module xpdf
=============
=============
(36/162) Building module jpeg
=============
=============
(37/162) Building module psprint_config
=============
Entering /cygdrive/c/libreoffice/libo/hyphen
Entering /cygdrive/c/libreoffice/libo/libexttextcat
Entering /cygdrive/c/libreoffice/libo/np_sdk/mozsrc
Entering /cygdrive/c/libreoffice/libo/boost
Entering /cygdrive/c/libreoffice/libo/libwpd
dmake: /cygdrive/c/libreoffice/libo/solenv/inc/target.mk: line 54: Warning: -- Macro `SOLARINC'
redefined after use
apple_remote deliver
cd ./wntmsci12.pro/misc/build/boost_1_44_0/libs/thread/src/win32 && dmake -P2
Entering /cygdrive/c/libreoffice/libo/cppunit
cd ./wntmsci12.pro/misc/build/boost_1_44_0/libs/date_time/src/gregorian && dmake -P2
apache-commons deliver
Entering /cygdrive/c/libreoffice/libo/expat
Entering /cygdrive/c/libreoffice/libo/cosv/source/storage
Entering /cygdrive/c/libreoffice/libo/zlib
Entering /cygdrive/c/libreoffice/libo/rhino
Entering /cygdrive/c/libreoffice/libo/graphite
Module 'apple_remote' delivered successfully. 0 files copied, 8 files unchanged
Entering /cygdrive/c/libreoffice/libo/external/mingwheaders
Entering /cygdrive/c/libreoffice/libo/libxml2
Module 'apache-commons' delivered successfully. 0 files copied, 4 files unchanged
Entering /cygdrive/c/libreoffice/libo/xpdf
Entering /cygdrive/c/libreoffice/libo/jpeg
Entering /cygdrive/c/libreoffice/libo/psprint_config/prj
moz deliver
hyphen deliver
libexttextcat deliver
np_sdk deliver
boost deliver
Module 'hyphen' delivered successfully. 0 files copied, 4 files unchanged
libwpd deliver
Module 'np_sdk' delivered successfully. 0 files copied, 11 files unchanged
Module 'libexttextcat' delivered successfully. 0 files copied, 12 files unchanged
cppunit deliver
expat deliver
Module 'libwpd' delivered successfully. 0 files copied, 12 files unchanged
Entering /cygdrive/c/libreoffice/libo/cosv/source/strings
Module 'expat' delivered successfully. 0 files copied, 12 files unchanged
Module 'cppunit' delivered successfully. 0 files copied, 86 files unchanged
zlib deliver
rhino deliver
graphite deliver
Module 'zlib' delivered successfully. 0 files copied, 9 files unchanged
Module 'rhino' delivered successfully. 0 files copied, 1 files unchanged
Entering /cygdrive/c/libreoffice/libo/external/wine
libxml2 deliver
Module 'graphite' delivered successfully. 0 files copied, 4 files unchanged
Module 'moz' delivered successfully. 0 files copied, 1948 files unchanged
xpdf deliver
jpeg deliver
Entering /cygdrive/c/libreoffice/libo/cosv/source/comphelp
Module 'libxml2' delivered successfully. 0 files copied, 55 files unchanged
Entering /cygdrive/c/libreoffice/libo/external/gcc3_specific
Entering /cygdrive/c/libreoffice/libo/cosv/source/service
Module 'jpeg' delivered successfully. 0 files copied, 8 files unchanged
Module 'xpdf' delivered successfully. 0 files copied, 79 files unchanged
[ build ALL ] top level modules: psprint_config
[ build ALL ] loaded modules: psprint_config
Entering /cygdrive/c/libreoffice/libo/external/mingw-dlls
psprint_config deliver
Entering /cygdrive/c/libreoffice/libo/external/jawt
Entering /cygdrive/c/libreoffice/libo/external/glibc
Entering /cygdrive/c/libreoffice/libo/cosv/util
Nothing needed for this configuration
=============
(38/162) Building module lucene
=============
=============
(39/162) Building module jfreereport
=============
=============
(40/162) Building module libwpg
=============
=============
(41/162) Building module libxmlsec
=============
=============
(42/162) Building module libxslt
=============
=============
(43/162) Building module libwps
=============
=============
(44/162) Building module libpng
=============
Nothing to do.
Entering /cygdrive/c/libreoffice/libo/lucene
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libbase
Module 'psprint_config' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/libwpg
Entering /cygdrive/c/libreoffice/libo/libxmlsec
Entering /cygdrive/c/libreoffice/libo/libxslt
external deliver
Entering /cygdrive/c/libreoffice/libo/libwps
Entering /cygdrive/c/libreoffice/libo/libpng
lucene deliver
cosv deliver
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libloader
libwpg deliver
Module 'external' delivered successfully. 0 files copied, 26 files unchanged
Module 'boost' delivered successfully. 0 files copied, 3546 files unchanged
libxmlsec deliver
libxslt deliver
libwps deliver
Module 'lucene' delivered successfully. 0 files copied, 2 files unchanged
libpng deliver
Module 'cosv' delivered successfully. 0 files copied, 29 files unchanged
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/sac
Module 'libwpg' delivered successfully. 0 files copied, 4 files unchanged
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libfonts
Module 'libxmlsec' delivered successfully. 0 files copied, 52 files unchanged
Module 'libxslt' delivered successfully. 0 files copied, 34 files unchanged
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libserializer
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libformula
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/flute
Module 'libwps' delivered successfully. 0 files copied, 3 files unchanged
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/libxml
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/librepository
Module 'libpng' delivered successfully. 0 files copied, 6 files unchanged
=============
(45/162) Building module officecfg
=============
=============
(46/162) Building module extras
=============
=============
(47/162) Building module openssl
=============
=============
(48/162) Building module curl
=============
=============
(49/162) Building module icu
=============
=============
(50/162) Building module mdds
=============
=============
(51/162) Building module sal
=============
=============
(52/162) Building module xsltml
=============
=============
(53/162) Building module cairo
=============
=============
(54/162) Building module udm
=============
=============
(55/162) Building module libvisio
=============
=============
(56/162) Building module berkeleydb
=============
Entering /cygdrive/c/libreoffice/libo/officecfg/prj
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/misc/lang
Entering /cygdrive/c/libreoffice/libo/openssl
Entering /cygdrive/c/libreoffice/libo/curl
Entering /cygdrive/c/libreoffice/libo/icu
Entering /cygdrive/c/libreoffice/libo/mdds
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/liblayout
Entering /cygdrive/c/libreoffice/libo/sal/inc
Entering /cygdrive/c/libreoffice/libo/xsltml
Entering /cygdrive/c/libreoffice/libo/cairo/pixman
Entering /cygdrive/c/libreoffice/libo/udm/source/xml
MediaWiki Publisher extension disabled.
Entering /cygdrive/c/libreoffice/libo/libvisio
Entering /cygdrive/c/libreoffice/libo/berkeleydb
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/finance/lang
openssl deliver
curl deliver
icu deliver
mdds deliver
Entering /cygdrive/c/libreoffice/libo/jfreereport/java/jfreereport
Module 'openssl' delivered successfully. 0 files copied, 75 files unchanged
Entering /cygdrive/c/libreoffice/libo/sal/typesconfig
Module 'curl' delivered successfully. 0 files copied, 12 files unchanged
xsltml deliver
Entering /cygdrive/c/libreoffice/libo/cairo/cairo
Module 'mdds' delivered successfully. 0 files copied, 19 files unchanged
Entering /cygdrive/c/libreoffice/libo/udm/source/html
Module 'icu' delivered successfully. 0 files copied, 260 files unchanged
libvisio deliver
berkeleydb deliver
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/presnt/lang
jfreereport deliver
Module 'xsltml' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/sal/systools/win32/uwinapi
Module 'libvisio' delivered successfully. 0 files copied, 3 files unchanged
Module 'berkeleydb' delivered successfully. 0 files copied, 7 files unchanged
cairo deliver
Entering /cygdrive/c/libreoffice/libo/udm/util
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/misc/lang
Module 'jfreereport' delivered successfully. 0 files copied, 13 files unchanged
Entering /cygdrive/c/libreoffice/libo/sal/osl/w32
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Fauna
Entering /cygdrive/c/libreoffice/libo/sal/rtl/source
udm deliver
Module 'cairo' delivered successfully. 0 files copied, 18 files unchanged
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/agenda/lang
Entering /cygdrive/c/libreoffice/libo/sal/osl/all
--- ALWAYSDBGFILES ---
[ build ALL ] top level modules: officecfg
[ build ALL ] loaded modules: officecfg
officecfg deliver
Module 'udm' delivered successfully. 0 files copied, 4 files unchanged
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common
Entering /cygdrive/c/libreoffice/libo/sal/textenc
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/offimisc/lang
Entering /cygdrive/c/libreoffice/libo/sal/systools/win32/onlineupdate
--- ALWAYSDBGFILES OVER ---
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/www-graf
Entering /cygdrive/c/libreoffice/libo/extras/source/database
Module 'officecfg' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Flowers
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/FoodsandDrinks
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/presnt/lang
Entering /cygdrive/c/libreoffice/libo/sal/util
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Elements/Bullets2
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/labels
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Draws/People
Entering /cygdrive/c/libreoffice/libo/sal/cppunittester
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Travel
Entering /cygdrive/c/libreoffice/libo/sal/util/sal_textenc
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/gallery_sound
Entering /cygdrive/c/libreoffice/libo/sal/qa
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Buildings
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/htmlexpo
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples/lang
Entering /cygdrive/c/libreoffice/libo/sal/qa/ByteSequence
Entering /cygdrive/c/libreoffice/libo/extras/source/symbols
Entering /cygdrive/c/libreoffice/libo/sal/qa/osl/security
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/educate
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/alloc
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../wntmsci12.pro/bin/cppunittester ../../wntmsci12.pro/bin/rtl_ByteSequence.dll
- start unit test #1 on library ../../wntmsci12.pro/bin/rtl_ByteSequence.dll
----------------------------------------------------------
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/presnt/lang
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/osl_Security.dll
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/locale
- start unit test #1 on library ../../../wntmsci12.pro/bin/osl_Security.dll
----------------------------------------------------------
OK (14)
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/presnt
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/strings
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/rtl_Alloc.dll
#Initializing ...
#
#logonUser function need root/Administrator account to test.
#You can test by login with root/Administrator, and excute:
#testshl2 -forward "username password" ../../../wntmsci9/bin/Security.dll
# where username and password are forwarded account info.
#if no text forwarded, this function will be skipped.
#
#Retrived system information is below:
Computer Name: Not retrived
Current User Name: noel
Current User Home Directory:file:///C:/Users/noel/Documents
Current Config Directory: file:///C:/Users/noel/AppData/Roaming
Current UserID: S-1-5-21-1956054069-936804406-3170976925-1000
Current User is: NOT Administrator.
#
#Initialization Done.
OK (9)
- start unit test #1 on library ../../../wntmsci12.pro/bin/rtl_Alloc.dll
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/forms/lang
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/cipher
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/rtl_locale.dll
- start unit test #1 on library ../../../wntmsci12.pro/bin/rtl_locale.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/misc
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/qa_rtl_strings.dll
- start unit test #1 on library ../../../wntmsci12.pro/bin/qa_rtl_strings.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/osl/getsystempathfromfileurl
OK (13)
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/report/lang
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/osl/process
OK (3)
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/rtl_cipher.dll
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories-nonfree
- start unit test #1 on library ../../../wntmsci12.pro/bin/rtl_cipher.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/crc32
OK (3)
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/labels/lang
OK (24)
Entering /cygdrive/c/libreoffice/libo/sal/qa/OStringBuffer
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/desktop/lang
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/osl_Thread.dll
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/osl_process.dll
- start unit test #1 on library ../../../wntmsci12.pro/bin/osl_Thread.dll
----------------------------------------------------------
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/rtl_crc32.dll
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/doublelock
- start unit test #2 on library ../../../wntmsci12.pro/bin/osl_process.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/personal
- start unit test #1 on library ../../../wntmsci12.pro/bin/rtl_crc32.dll
----------------------------------------------------------
----------------------------------------------------------
OK (0)
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../wntmsci12.pro/bin/cppunittester ../../wntmsci12.pro/bin/rtl_OStringBuffer.dll
- start unit test #1 on library ../../wntmsci12.pro/bin/rtl_OStringBuffer.dll
----------------------------------------------------------
OK (6)
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/sal/qa/rtl/oustringbuffer
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/rtl_doublelocking.dll
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/letter/lang
- start unit test #1 on library ../../../wntmsci12.pro/bin/rtl_doublelocking.dll
----------------------------------------------------------
OK (787)
Entering /cygdrive/c/libreoffice/libo/sal/qa/sal
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples-nonfree/lang
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/qa_rtl_oustringbuffer.dll
- start unit test #1 on library ../../../wntmsci12.pro/bin/qa_rtl_oustringbuffer.dll
----------------------------------------------------------
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../wntmsci12.pro/bin/cppunittester ../../wntmsci12.pro/bin/qa_sal_types.dll
Entering /cygdrive/c/libreoffice/libo/sal/qa/osl/condition
OK (4)
- start unit test #1 on library ../../wntmsci12.pro/bin/qa_sal_types.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Objects
OK (1)
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Plants
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/sal/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
../../../wntmsci12.pro/bin/cppunittester ../../../wntmsci12.pro/bin/osl_Condition.dll
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples-nonfree/advertisement/lang
- start unit test #1 on library ../../../wntmsci12.pro/bin/osl_Condition.dll
----------------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/extras/source/palettes
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/fax/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Cities
OK (2)
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/labels/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/officorr
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/layout/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/educate/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/officorr/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/bullets
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/styles/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/layout/lang
Entering /cygdrive/c/libreoffice/libo/extras/unx/source/bitmaps
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/layout
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/layout
OK (6)
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/sounds
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/rulers
Entering /cygdrive/c/libreoffice/libo/extras/source/misc_config
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Humans
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/personal/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Celebration
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Statues
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/offimisc/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/wordbook
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/personal/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Space
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples-nonfree/documentation/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/finance/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/templates/wizard/bitmap
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/www-back
Entering /cygdrive/c/libreoffice/libo/extras/source/autotext/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/forms/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/officorr/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/gallery_system
Entering /cygdrive/c/libreoffice/libo/extras/source/gallery/accessories/Photos/Landscapes
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/offimisc
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates-nonfree/educate/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples/advertisement/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/forms
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/templates/common/finance
Entering /cygdrive/c/libreoffice/libo/extras/source/premium/samples/documentation/lang
Entering /cygdrive/c/libreoffice/libo/extras/source/autotext
=============
(57/162) Building module hunspell
=============
=============
(58/162) Building module libcmis
=============
=============
(59/162) Building module neon
=============
=============
(60/162) Building module python
=============
=============
(61/162) Building module redland
=============
Entering /cygdrive/c/libreoffice/libo/hunspell
Entering /cygdrive/c/libreoffice/libo/libcmis
OK (10)
Entering /cygdrive/c/libreoffice/libo/neon
Entering /cygdrive/c/libreoffice/libo/python
sal deliver
Entering /cygdrive/c/libreoffice/libo/redland/raptor
hunspell deliver
libcmis deliver
dmake: Warning: -- Found file corresponding to virtual target
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
neon deliver
python deliver
Entering /cygdrive/c/libreoffice/libo/redland/rasqal
Module 'hunspell' delivered successfully. 0 files copied, 19 files unchanged
Module 'libcmis' delivered successfully. 0 files copied, 11 files unchanged
Module 'sal' delivered successfully. 0 files copied, 135 files unchanged
extras deliver
=============
(62/162) Building module o3tl
=============
=============
(63/162) Building module autodoc
=============
=============
(64/162) Building module gettext
=============
=============
(65/162) Building module salhelper
=============
=============
(66/162) Building module mythes
=============
=============
(67/162) Building module store
=============
=============
(68/162) Building module icc
=============
Entering /cygdrive/c/libreoffice/libo/redland/redland
Entering /cygdrive/c/libreoffice/libo/o3tl/prj
Module 'neon' delivered successfully. 0 files copied, 21 files unchanged
Entering /cygdrive/c/libreoffice/libo/autodoc/source/display/html
Entering /cygdrive/c/libreoffice/libo/gettext
Entering /cygdrive/c/libreoffice/libo/salhelper/source
Entering /cygdrive/c/libreoffice/libo/mythes
Module 'extras' delivered successfully. 0 files copied, 36 files unchanged
Entering /cygdrive/c/libreoffice/libo/store/inc
redland deliver
Entering /cygdrive/c/libreoffice/libo/icc
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser/kernel
Module 'python' delivered successfully. 0 files copied, 840 files unchanged
gettext deliver
salhelper deliver
mythes deliver
Entering /cygdrive/c/libreoffice/libo/store/source
Module 'redland' delivered successfully. 0 files copied, 60 files unchanged
icc deliver
Module 'gettext' delivered successfully. 0 files copied, 26 files unchanged
Module 'salhelper' delivered successfully. 0 files copied, 13 files unchanged
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/idl
Module 'mythes' delivered successfully. 0 files copied, 5 files unchanged
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser_i/tokens
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser_i/idoc
Entering /cygdrive/c/libreoffice/libo/store/util
Module 'icc' delivered successfully. 0 files copied, 1 files unchanged
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser/cpp
Entering /cygdrive/c/libreoffice/libo/autodoc/source/tools
store deliver
Entering /cygdrive/c/libreoffice/libo/autodoc/source/display/kernel
Entering /cygdrive/c/libreoffice/libo/autodoc/source/display/idl
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/info
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser/semantic
Module 'store' delivered successfully. 0 files copied, 8 files unchanged
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser/tokens
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/kernel
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/loc
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary_i/kernel
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/doc
Entering /cygdrive/c/libreoffice/libo/autodoc/source/ary/cpp
Entering /cygdrive/c/libreoffice/libo/autodoc/source/display/toolkit
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser_i/idl
Entering /cygdrive/c/libreoffice/libo/autodoc/source/parser/adoc
[ build ALL ] top level modules: o3tl
[ build ALL ] loaded modules: o3tl
o3tl deliver
=============
(69/162) Building module registry
=============
=============
(70/162) Building module dictionaries
=============
=============
(71/162) Building module glib
=============
Entering /cygdrive/c/libreoffice/libo/registry/inc
Entering /cygdrive/c/libreoffice/libo/dictionaries/source
Entering /cygdrive/c/libreoffice/libo/glib
Entering /cygdrive/c/libreoffice/libo/registry/source
Entering /cygdrive/c/libreoffice/libo/autodoc/source/exes/adc_uni
Module 'o3tl' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/dictionaries/ru_RU
glib deliver
Entering /cygdrive/c/libreoffice/libo/dictionaries/vi
Entering /cygdrive/c/libreoffice/libo/dictionaries/sw_TZ
autodoc deliver
Entering /cygdrive/c/libreoffice/libo/dictionaries/br_FR
Entering /cygdrive/c/libreoffice/libo/registry/util
Entering /cygdrive/c/libreoffice/libo/dictionaries/hi_IN
Entering /cygdrive/c/libreoffice/libo/dictionaries/uk_UA
Module 'autodoc' delivered successfully. 0 files copied, 2 files unchanged
Entering /cygdrive/c/libreoffice/libo/dictionaries/bg_BG
Module 'glib' delivered successfully. 0 files copied, 225 files unchanged
Entering /cygdrive/c/libreoffice/libo/dictionaries/nl_NL
Entering /cygdrive/c/libreoffice/libo/registry/tools
Entering /cygdrive/c/libreoffice/libo/dictionaries/he_IL
Entering /cygdrive/c/libreoffice/libo/dictionaries/sv_SE
registry deliver
Entering /cygdrive/c/libreoffice/libo/dictionaries/th_TH
Entering /cygdrive/c/libreoffice/libo/dictionaries/da_DK
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/zu_ZA
Module 'registry' delivered successfully. 0 files copied, 22 files unchanged
Entering /cygdrive/c/libreoffice/libo/dictionaries/it_IT
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/hu_HU
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/ku_TR
Entering /cygdrive/c/libreoffice/libo/dictionaries/pt_BR
Entering /cygdrive/c/libreoffice/libo/dictionaries/gu_IN
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/ar
Entering /cygdrive/c/libreoffice/libo/dictionaries/af_ZA
Entering /cygdrive/c/libreoffice/libo/dictionaries/no
Entering /cygdrive/c/libreoffice/libo/dictionaries/es_ES
Entering /cygdrive/c/libreoffice/libo/dictionaries/en
Entering /cygdrive/c/libreoffice/libo/dictionaries/pt_PT
Entering /cygdrive/c/libreoffice/libo/dictionaries/lv_LV
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/ca
Entering /cygdrive/c/libreoffice/libo/dictionaries/sr
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/pl_PL
Entering /cygdrive/c/libreoffice/libo/dictionaries/lt_LT
Entering /cygdrive/c/libreoffice/libo/dictionaries/ne_NP
Entering /cygdrive/c/libreoffice/libo/dictionaries/et_EE
Entering /cygdrive/c/libreoffice/libo/dictionaries/bn_BD
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/sl_SI
Entering /cygdrive/c/libreoffice/libo/dictionaries/hr_HR
Entering /cygdrive/c/libreoffice/libo/dictionaries/sk_SK
Entering /cygdrive/c/libreoffice/libo/dictionaries/de
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/dictionaries/oc_FR
Entering /cygdrive/c/libreoffice/libo/dictionaries/fr_FR
Entering /cygdrive/c/libreoffice/libo/dictionaries/ro
Entering /cygdrive/c/libreoffice/libo/dictionaries/cs_CZ
Entering /cygdrive/c/libreoffice/libo/dictionaries/gl
=============
(72/162) Building module libcroco
=============
=============
(73/162) Building module libgsf
=============
=============
(74/162) Building module pango
=============
=============
(75/162) Building module codemaker
=============
=============
(76/162) Building module idlc
=============
=============
(77/162) Building module gdk-pixbuf
=============
Entering /cygdrive/c/libreoffice/libo/libcroco
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/libgsf
Entering /cygdrive/c/libreoffice/libo/pango
Validating thesaurus file
Entering /cygdrive/c/libreoffice/libo/codemaker/inc
Entering /cygdrive/c/libreoffice/libo/idlc/inc
Entering /cygdrive/c/libreoffice/libo/gdk-pixbuf
libcroco deliver
libgsf deliver
pango deliver
Entering /cygdrive/c/libreoffice/libo/codemaker/source/codemaker
Entering /cygdrive/c/libreoffice/libo/idlc/source/preproc
gdk-pixbuf deliver
Module 'libcroco' delivered successfully. 0 files copied, 31 files unchanged
dictionaries deliver
Module 'libgsf' delivered successfully. 0 files copied, 51 files unchanged
Entering /cygdrive/c/libreoffice/libo/codemaker/source/commonjava
Entering /cygdrive/c/libreoffice/libo/idlc/source
Module 'pango' delivered successfully. 0 files copied, 37 files unchanged
Entering /cygdrive/c/libreoffice/libo/codemaker/source/commoncpp
Module 'gdk-pixbuf' delivered successfully. 0 files copied, 14 files unchanged
=============
(78/162) Building module librsvg
=============
Entering /cygdrive/c/libreoffice/libo/librsvg
Entering /cygdrive/c/libreoffice/libo/codemaker/source/javamaker
librsvg deliver
Module 'dictionaries' delivered successfully. 0 files copied, 41 files unchanged
Entering /cygdrive/c/libreoffice/libo/codemaker/source/cppumaker
Module 'librsvg' delivered successfully. 0 files copied, 7 files unchanged
idlc deliver
codemaker deliver
Module 'idlc' delivered successfully. 0 files copied, 6 files unchanged
Module 'codemaker' delivered successfully. 0 files copied, 19 files unchanged
=============
(79/162) Building module udkapi
=============
Entering /cygdrive/c/libreoffice/libo/udkapi/prj
[ build ALL ] top level modules: udkapi
[ build ALL ] loaded modules: udkapi
udkapi deliver
Module 'udkapi' delivered successfully. 0 files copied, 425 files unchanged
=============
(80/162) Building module offapi
=============
=============
(81/162) Building module ridljar
=============
Entering /cygdrive/c/libreoffice/libo/offapi/prj
Entering /cygdrive/c/libreoffice/libo/ridljar/javamaker
Entering /cygdrive/c/libreoffice/libo/ridljar/source/unoloader/com/sun/star/lib/unoloader
Entering /cygdrive/c/libreoffice/libo/ridljar/source/unoloader
Entering /cygdrive/c/libreoffice/libo/ridljar/com
Entering /cygdrive/c/libreoffice/libo/ridljar/util
Nothing to update for zip
Nothing to update for zip
ridljar deliver
Module 'ridljar' delivered successfully. 2 files copied, 2 files unchanged
=============
(82/162) Building module jurt
=============
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/util
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/uno
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/uno
Entering /cygdrive/c/libreoffice/libo/jurt/source/pipe
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/comp/servicemanager
Entering /cygdrive/c/libreoffice/libo/jurt/source/pipe/wrapper
Entering /cygdrive/c/libreoffice/libo/jurt/test/com/sun/star/lib/uno/protocols/urp
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/uno/environments/java
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/comp/loader
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/uno/environments/remote
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/connections/pipe
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/comp/bridgefactory
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/comp/connections
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/comp/urlresolver
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/connections/socket
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/uno/protocols/urp
Entering /cygdrive/c/libreoffice/libo/jurt/com/sun/star/lib/uno/bridges/java_remote
Entering /cygdrive/c/libreoffice/libo/jurt/util
Nothing to update for zip
jurt deliver
Module 'jurt' delivered successfully. 1 files copied, 4 files unchanged
[ build ALL ] top level modules: offapi
[ build ALL ] loaded modules: offapi
offapi deliver
Module 'offapi' delivered successfully. 0 files copied, 3775 files unchanged
=============
(83/162) Building module oovbaapi
=============
=============
(84/162) Building module cppu
=============
Entering /cygdrive/c/libreoffice/libo/oovbaapi/prj
Entering /cygdrive/c/libreoffice/libo/cppu/inc
Entering /cygdrive/c/libreoffice/libo/cppu/source/typelib
Entering /cygdrive/c/libreoffice/libo/cppu/source/uno
Entering /cygdrive/c/libreoffice/libo/cppu/source/cppu
Entering /cygdrive/c/libreoffice/libo/cppu/source/AffineBridge
Entering /cygdrive/c/libreoffice/libo/cppu/source/UnsafeBridge
Entering /cygdrive/c/libreoffice/libo/cppu/source/threadpool
Entering /cygdrive/c/libreoffice/libo/cppu/source/LogBridge
Entering /cygdrive/c/libreoffice/libo/cppu/source/helper/purpenv
Entering /cygdrive/c/libreoffice/libo/cppu/util
dmake -P2 -f extra.mk
Entering /cygdrive/c/libreoffice/libo/cppu/qa/cppumaker
Entering /cygdrive/c/libreoffice/libo/cppu/qa
: &&
PATH=/cygdrive/c/libreoffice/libo/cppu/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../../wntmsci12.pro/bin/test_cppumaker.dll
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppu/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../wntmsci12.pro/bin/qa_any.dll
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppu/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../wntmsci12.pro/bin/qa_unotype.dll
- start unit test #1 on library ../wntmsci12.pro/bin/qa_any.dll
----------------------------------------------------------
- start unit test #2 on library ../wntmsci12.pro/bin/qa_unotype.dll
----------------------------------------------------------
#### 1
OK (4)
OK (21)
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppu/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../wntmsci12.pro/bin/qa_reference.dll
OK (3)
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppu/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../wntmsci12.pro/bin/qa_recursion.dll
- start unit test #3 on library ../wntmsci12.pro/bin/qa_reference.dll
----------------------------------------------------------
- start unit test #4 on library ../wntmsci12.pro/bin/qa_recursion.dll
----------------------------------------------------------
OK (1)
OK (1)
cppu deliver
Module 'cppu' delivered successfully. 0 files copied, 49 files unchanged
=============
(85/162) Building module jvmaccess
=============
=============
(86/162) Building module cppuhelper
=============
=============
(87/162) Building module xmlreader
=============
Entering /cygdrive/c/libreoffice/libo/jvmaccess/source
Entering /cygdrive/c/libreoffice/libo/cppuhelper/unotypes
Entering /cygdrive/c/libreoffice/libo/xmlreader/prj
Entering /cygdrive/c/libreoffice/libo/cppuhelper/inc
Entering /cygdrive/c/libreoffice/libo/jvmaccess/util
Entering /cygdrive/c/libreoffice/libo/cppuhelper/source
jvmaccess deliver
Entering /cygdrive/c/libreoffice/libo/cppuhelper/qa/unourl
Entering /cygdrive/c/libreoffice/libo/cppuhelper/qa/ifcontainer
Entering /cygdrive/c/libreoffice/libo/cppuhelper/qa/propertysetmixin
Module 'jvmaccess' delivered successfully. 0 files copied, 5 files unchanged
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppuhelper/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../../wntmsci12.pro/bin/cppu_unourl.dll
- start unit test #1 on library ../../wntmsci12.pro/bin/cppu_unourl.dll
----------------------------------------------------------
----------------------------------------------------------
: &&
PATH=/cygdrive/c/libreoffice/libo/cppuhelper/wntmsci12.pro/bin:/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/cppunit/cppunittester
../../wntmsci12.pro/bin/cppu_ifcontainer.dll
- start unit test #1 on library ../../wntmsci12.pro/bin/cppu_ifcontainer.dll
----------------------------------------------------------
OK (9)
OK (5)
cppuhelper deliver
[ build ALL ] top level modules: oovbaapi
[ build ALL ] loaded modules: oovbaapi
Module 'cppuhelper' delivered successfully. 0 files copied, 62 files unchanged
oovbaapi deliver
=============
(88/162) Building module unodevtools
=============
=============
(89/162) Building module bridges
=============
=============
(90/162) Building module cpputools
=============
=============
(91/162) Building module binaryurp
=============
=============
(92/162) Building module rdbmaker
=============
=============
(93/162) Building module ucbhelper
=============
Entering /cygdrive/c/libreoffice/libo/unodevtools/source/unodevtools
Entering /cygdrive/c/libreoffice/libo/bridges/inc
Entering /cygdrive/c/libreoffice/libo/cpputools/source/regsingleton
Entering /cygdrive/c/libreoffice/libo/binaryurp/prj
Entering /cygdrive/c/libreoffice/libo/rdbmaker/source/codemaker
Entering /cygdrive/c/libreoffice/libo/ucbhelper/prj
Entering /cygdrive/c/libreoffice/libo/unodevtools/source/skeletonmaker
[ build ALL ] top level modules: xmlreader
[ build ALL ] loaded modules: xmlreader
Entering /cygdrive/c/libreoffice/libo/bridges/unotypes
Entering /cygdrive/c/libreoffice/libo/cpputools/source/registercomponent
Entering /cygdrive/c/libreoffice/libo/rdbmaker/source/rdbmaker
Module 'oovbaapi' delivered successfully. 0 files copied, 731 files unchanged
xmlreader deliver
unodevtools deliver
Entering /cygdrive/c/libreoffice/libo/bridges/source/cpp_uno/shared
Entering /cygdrive/c/libreoffice/libo/cpputools/source/sp2bv
Module 'xmlreader' delivered successfully. 0 files copied, 1 files unchanged
Module 'unodevtools' delivered successfully. 0 files copied, 3 files unchanged
rdbmaker deliver
Entering /cygdrive/c/libreoffice/libo/bridges/source/jni_uno
Entering /cygdrive/c/libreoffice/libo/cpputools/source/unoexe
Entering /cygdrive/c/libreoffice/libo/bridges/source/cpp_uno/msvc_win32_intel
Module 'rdbmaker' delivered successfully. 0 files copied, 3 files unchanged
cpputools deliver
Entering /cygdrive/c/libreoffice/libo/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno
Entering /cygdrive/c/libreoffice/libo/bridges/source/cpp_uno/msvc_win32_x86-64
Entering /cygdrive/c/libreoffice/libo/bridges/source/cpp_uno/mingw_intel
=============
(94/162) Building module io
=============
=============
(95/162) Building module remotebridges
=============
Module 'cpputools' delivered successfully. 0 files copied, 10 files unchanged
Entering /cygdrive/c/libreoffice/libo/io/inc
Entering /cygdrive/c/libreoffice/libo/remotebridges/source/unourl_resolver
[ build ALL ] top level modules: binaryurp
[ build ALL ] loaded modules: binaryurp
binaryurp deliver
Entering /cygdrive/c/libreoffice/libo/io/source/connector
Entering /cygdrive/c/libreoffice/libo/io/source/stm
remotebridges deliver
Module 'binaryurp' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/io/source/TextOutputStream
[ build ALL ] top level modules: ucbhelper
[ build ALL ] loaded modules: ucbhelper
ucbhelper deliver
Nothing to update for zip
bridges deliver
Entering /cygdrive/c/libreoffice/libo/io/source/acceptor
Entering /cygdrive/c/libreoffice/libo/io/source/TextInputStream
Module 'remotebridges' delivered successfully. 0 files copied, 4 files unchanged
Module 'ucbhelper' delivered successfully. 0 files copied, 0 files unchanged
=============
(96/162) Building module comphelper
=============
Entering /cygdrive/c/libreoffice/libo/comphelper/prj
io deliver
Module 'bridges' delivered successfully. 1 files copied, 5 files unchanged
Module 'io' delivered successfully. 0 files copied, 16 files unchanged
[ build ALL ] top level modules: comphelper
[ build ALL ] loaded modules: comphelper
comphelper deliver
Module 'comphelper' delivered successfully. 0 files copied, 0 files unchanged
=============
(97/162) Building module basegfx
=============
=============
(98/162) Building module configmgr
=============
=============
(99/162) Building module sax
=============
=============
(100/162) Building module embedserv
=============
=============
(101/162) Building module jvmfwk
=============
=============
(102/162) Building module i18nutil
=============
Entering /cygdrive/c/libreoffice/libo/basegfx/prj
Entering /cygdrive/c/libreoffice/libo/configmgr/inc
Entering /cygdrive/c/libreoffice/libo/sax/test
Entering /cygdrive/c/libreoffice/libo/embedserv/source/inprocserv
Entering /cygdrive/c/libreoffice/libo/jvmfwk/inc
Entering /cygdrive/c/libreoffice/libo/i18nutil/prj
Entering /cygdrive/c/libreoffice/libo/configmgr/source
Entering /cygdrive/c/libreoffice/libo/sax/prj
Entering /cygdrive/c/libreoffice/libo/embedserv/source/embed
Entering /cygdrive/c/libreoffice/libo/jvmfwk/source
Entering /cygdrive/c/libreoffice/libo/embedserv/util
Entering /cygdrive/c/libreoffice/libo/jvmfwk/plugins/sunmajor/pluginlib
configmgr deliver
embedserv deliver
Entering /cygdrive/c/libreoffice/libo/jvmfwk/distributions/OpenOfficeorg
Module 'configmgr' delivered successfully. 0 files copied, 4 files unchanged
Module 'embedserv' delivered successfully. 0 files copied, 2 files unchanged
jvmfwk deliver
Module 'jvmfwk' delivered successfully. 0 files copied, 15 files unchanged
=============
(103/162) Building module stoc
=============
Entering /cygdrive/c/libreoffice/libo/stoc/inc
Entering /cygdrive/c/libreoffice/libo/stoc/source/bootstrap
Entering /cygdrive/c/libreoffice/libo/stoc/source/stocservices
Entering /cygdrive/c/libreoffice/libo/stoc/source/proxy_factory
[ build ALL ] top level modules: i18nutil
[ build ALL ] loaded modules: i18nutil
i18nutil deliver
Entering /cygdrive/c/libreoffice/libo/stoc/source/defaultregistry
Entering /cygdrive/c/libreoffice/libo/stoc/source/uriproc
/cygdrive/c/libreoffice/libo/sax/Library_fastsax.mk:56:
[ WARN ] !!!
[ WARN ] !!! sax/source/expatwrap/xml2utf is linked in by Library/iexpwrap.lib
Library/ifastsax.lib
[ WARN ] !!!
Entering /cygdrive/c/libreoffice/libo/stoc/source/javavm
[ build ALL ] top level modules: sax
[ build ALL ] loaded modules: sax
[ build ALL ] top level modules: basegfx
[ build ALL ] loaded modules: basegfx
sax deliver
Entering /cygdrive/c/libreoffice/libo/stoc/source/javaloader
basegfx deliver
Module 'i18nutil' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/stoc/source/implementationregistration
=============
(104/162) Building module regexp
=============
Entering /cygdrive/c/libreoffice/libo/regexp/prj
Module 'sax' delivered successfully. 0 files copied, 1 files unchanged
Entering /cygdrive/c/libreoffice/libo/stoc/source/loader
Module 'basegfx' delivered successfully. 0 files copied, 0 files unchanged
=============
(105/162) Building module basebmp
=============
Entering /cygdrive/c/libreoffice/libo/basebmp/prj
Entering /cygdrive/c/libreoffice/libo/stoc/source/servicemanager
Entering /cygdrive/c/libreoffice/libo/stoc/source/security
Entering /cygdrive/c/libreoffice/libo/stoc/source/simpleregistry
Entering /cygdrive/c/libreoffice/libo/stoc/source/registry_tdprovider
Entering /cygdrive/c/libreoffice/libo/stoc/source/tdmanager
Entering /cygdrive/c/libreoffice/libo/stoc/source/corereflection
[ build ALL ] top level modules: regexp
[ build ALL ] loaded modules: regexp
regexp deliver
Entering /cygdrive/c/libreoffice/libo/stoc/source/inspect
[ build ALL ] top level modules: basebmp
[ build ALL ] loaded modules: basebmp
basebmp deliver
Module 'regexp' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/stoc/source/invocation
Module 'basebmp' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/stoc/source/invocation_adapterfactory
Entering /cygdrive/c/libreoffice/libo/stoc/source/namingservice
Entering /cygdrive/c/libreoffice/libo/stoc/source/typeconv
Entering /cygdrive/c/libreoffice/libo/stoc/util
Entering /cygdrive/c/libreoffice/libo/stoc/test/uriproc
stoc deliver
Module 'stoc' delivered successfully. 0 files copied, 41 files unchanged
=============
(106/162) Building module cli_ure
=============
Entering /cygdrive/c/libreoffice/libo/cli_ure/inc
Entering /cygdrive/c/libreoffice/libo/cli_ure/version
Entering /cygdrive/c/libreoffice/libo/cli_ure/source
Entering /cygdrive/c/libreoffice/libo/cli_ure/source/basetypes
Entering /cygdrive/c/libreoffice/libo/cli_ure/source/climaker
Entering /cygdrive/c/libreoffice/libo/cli_ure/unotypes
Entering /cygdrive/c/libreoffice/libo/cli_ure/source/ure
Entering /cygdrive/c/libreoffice/libo/cli_ure/source/uno_bridge
Entering /cygdrive/c/libreoffice/libo/cli_ure/source/native
cli_ure deliver
Module 'cli_ure' delivered successfully. 0 files copied, 22 files unchanged
=============
(107/162) Building module unoil
=============
Entering /cygdrive/c/libreoffice/libo/unoil/javamaker
Entering /cygdrive/c/libreoffice/libo/unoil/climaker
Entering /cygdrive/c/libreoffice/libo/unoil/util
Nothing to update for zip
unoil deliver
Module 'unoil' delivered successfully. 1 files copied, 4 files unchanged
=============
(108/162) Building module javaunohelper
=============
Entering /cygdrive/c/libreoffice/libo/javaunohelper/inc
Entering /cygdrive/c/libreoffice/libo/javaunohelper/com/sun/star/lib/uno/helper
Entering /cygdrive/c/libreoffice/libo/javaunohelper/com/sun/star/comp/helper
Entering /cygdrive/c/libreoffice/libo/javaunohelper/source
Entering /cygdrive/c/libreoffice/libo/javaunohelper/com/sun/star/lib/uno/adapter
Entering /cygdrive/c/libreoffice/libo/javaunohelper/com/sun/star/comp/juhtest
Entering /cygdrive/c/libreoffice/libo/javaunohelper/com/sun/star/comp
Entering /cygdrive/c/libreoffice/libo/javaunohelper/util
Nothing to update for zip
javaunohelper deliver
Module 'javaunohelper' delivered successfully. 1 files copied, 4 files unchanged
=============
(109/162) Building module qadevOOo
=============
=============
(110/162) Building module ure
=============
=============
(111/162) Building module odk
=============
Entering /cygdrive/c/libreoffice/libo/qadevOOo/prj
Entering /cygdrive/c/libreoffice/libo/ure/source
Entering /cygdrive/c/libreoffice/libo/odk/inc
Entering /cygdrive/c/libreoffice/libo/odk/pack/unzip_udk
Entering /cygdrive/c/libreoffice/libo/odk/source/unoapploader/win
Entering /cygdrive/c/libreoffice/libo/odk/source/com/sun/star/lib/loader
Entering /cygdrive/c/libreoffice/libo/odk/source/unowinreg/win
ure deliver
Entering /cygdrive/c/libreoffice/libo/odk/pack/copying
Module 'ure' delivered successfully. 0 files copied, 9 files unchanged
[ build JCS ] Jar/OOoRunnerLight
[ build JCS ] Jar/OOoRunner
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JAR ] OOoRunnerLight
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JAR ] OOoRunner
[ build MOD ] qadevOOo
[ build ALL ] top level modules: qadevOOo
[ build ALL ] loaded modules: qadevOOo
qadevOOo deliver
Module 'qadevOOo' delivered successfully. 0 files copied, 0 files unchanged
=============
(112/162) Building module unotest
=============
Entering /cygdrive/c/libreoffice/libo/unotest/source/java/org/openoffice/test
Entering /cygdrive/c/libreoffice/libo/unotest/source/cpp
Entering /cygdrive/c/libreoffice/libo/unotest/source/cpp/unoexceptionprotector
Entering /cygdrive/c/libreoffice/libo/unotest/source/java/org/openoffice/test/tools
Nothing to update for zip
unotest deliver
Module 'unotest' delivered successfully. 1 files copied, 17 files unchanged
=============
(113/162) Building module i18npool
=============
Entering /cygdrive/c/libreoffice/libo/i18npool/prj
mkdir.exe -p ../../wntmsci12.pro/bin/odkcommon/settings/
tr -d "\015" < dk.mk | sed -e 's/@@RELEASE@@/3.5/' -e 's/@@BUILDID@@/350m1(Build:0)/'>
../../wntmsci12.pro/bin/odkcommon/settings/dk.mk
[ build ALL ] top level modules: i18npool
[ build ALL ] loaded modules: i18npool
i18npool deliver
Module 'i18npool' delivered successfully. 0 files copied, 0 files unchanged
=============
(114/162) Building module tools
=============
Entering /cygdrive/c/libreoffice/libo/tools/prj
Entering /cygdrive/c/libreoffice/libo/odk/pack/checkinc2
Entering /cygdrive/c/libreoffice/libo/odk/pack/checkinc
Entering /cygdrive/c/libreoffice/libo/odk/pack/gendocu
Entering /cygdrive/c/libreoffice/libo/odk/pack/checkidl
diff -br ../../wntmsci12.pro/bin/odkcommon/include/typelib
C:/libreoffice/libo/solver/wntmsci12.pro/inc/typelib 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/uno
C:/libreoffice/libo/solver/wntmsci12.pro/inc/uno 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/bridges
C:/libreoffice/libo/solver/wntmsci12.pro/inc/bridges 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/cppu
C:/libreoffice/libo/solver/wntmsci12.pro/inc/cppu 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/com/sun/star/uno
C:/libreoffice/libo/solver/wntmsci12.pro/inc/com/sun/star/uno 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/cppuhelper
C:/libreoffice/libo/solver/wntmsci12.pro/inc/cppuhelper 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc2.txt
cat ../../wntmsci12.pro/misc/checkinc2.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/osl
C:/libreoffice/libo/solver/wntmsci12.pro/inc/osl 2>&1 | C:/cygwin/bin/perl ../../util/checkdiff.pl
../../wntmsci12.pro/misc/checkinc.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/rtl
C:/libreoffice/libo/solver/wntmsci12.pro/inc/rtl 2>&1 | C:/cygwin/bin/perl ../../util/checkdiff.pl
../../wntmsci12.pro/misc/checkinc.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/sal
C:/libreoffice/libo/solver/wntmsci12.pro/inc/sal 2>&1 | C:/cygwin/bin/perl ../../util/checkdiff.pl
../../wntmsci12.pro/misc/checkinc.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/include/store
C:/libreoffice/libo/solver/wntmsci12.pro/inc/store 2>&1 | C:/cygwin/bin/perl
../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkinc.txt
cat ../../wntmsci12.pro/misc/checkinc.txt
diff -br ../../wntmsci12.pro/bin/odkcommon/idl C:/libreoffice/libo/solver/wntmsci12.pro/idl 2>&1 |
C:/cygwin/bin/perl ../../util/checkdiff.pl ../../wntmsci12.pro/misc/checkidl.txt
cat ../../wntmsci12.pro/misc/checkidl.txt
Entering /cygdrive/c/libreoffice/libo/odk/pack/checkbin
C:/cygwin/bin/perl ../../util/check.pl ../../wntmsci12.pro/bin/odkcommon windows ".exe"
../../wntmsci12.pro/misc/checkbin.txt
cat ../../wntmsci12.pro/misc/checkbin.txt
[ build ALL ] top level modules: tools
[ build ALL ] loaded modules: tools
tools deliver
Check for windows
check binaries: +++++++++
check packaging files: +++++++++++++++++++++++++
check config files:
check setting files:
check cpp docu:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
check java docu: +++++++++
check idl docu:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
OK
Module 'tools' delivered successfully. 0 files copied, 0 files unchanged
=============
(115/162) Building module unotools
=============
=============
(116/162) Building module UnoControls
=============
=============
(117/162) Building module ucb
=============
=============
(118/162) Building module rsc
=============
=============
(119/162) Building module l10ntools
=============
=============
(120/162) Building module xmlscript
=============
=============
(121/162) Building module idl
=============
=============
(122/162) Building module shell
=============
=============
(123/162) Building module pyuno
=============
Entering /cygdrive/c/libreoffice/libo/unotools/prj
Entering /cygdrive/c/libreoffice/libo/UnoControls/source/base
Entering /cygdrive/c/libreoffice/libo/ucb/inc
Entering /cygdrive/c/libreoffice/libo/rsc/prj
Entering /cygdrive/c/libreoffice/libo/l10ntools/source/filter/utils
Entering /cygdrive/c/libreoffice/libo/xmlscript/prj
Entering /cygdrive/c/libreoffice/libo/idl/prj
Entering /cygdrive/c/libreoffice/libo/shell/inc
Entering /cygdrive/c/libreoffice/libo/pyuno/source/module
Entering /cygdrive/c/libreoffice/libo/UnoControls/source/controls
Entering /cygdrive/c/libreoffice/libo/ucb/source/regexp
[ build ALL ] top level modules: unotools
[ build ALL ] loaded modules: unotools
Entering /cygdrive/c/libreoffice/libo/l10ntools/inc
[ build ALL ] top level modules: rsc
[ build ALL ] loaded modules: rsc
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/zipfile
Entering /cygdrive/c/libreoffice/libo/pyuno/source/loader
unotools deliver
Entering /cygdrive/c/libreoffice/libo/UnoControls/util
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/cmis
[ build ALL ] top level modules: xmlscript
[ build ALL ] loaded modules: xmlscript
rsc deliver
Module 'unotools' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/l10ntools/source/filter/merge
xmlscript deliver
Entering /cygdrive/c/libreoffice/libo/shell/source/all
[ build ALL ] top level modules: idl
[ build ALL ] loaded modules: idl
Entering /cygdrive/c/libreoffice/libo/pyuno/zipcore
Module 'rsc' delivered successfully. 0 files copied, 0 files unchanged
UnoControls deliver
Entering /cygdrive/c/libreoffice/libo/ucb/source/sorter
Module 'xmlscript' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/l10ntools/source/help
Module 'UnoControls' delivered successfully. 0 files copied, 2 files unchanged
idl deliver
Entering /cygdrive/c/libreoffice/libo/shell/source/tools/lngconvex
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/webdav
Nothing to update for zip
Entering /cygdrive/c/libreoffice/libo/l10ntools/source
Module 'idl' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/ooofilereader
pyuno deliver
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/file
Module 'pyuno' delivered successfully. 0 files copied, 22 files unchanged
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/util
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/package
Nothing to update for zip
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/propsheets
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/ftp
l10ntools deliver
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/ooofilt
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/ext
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/thumbviewer
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/expand
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/columninfo
Entering /cygdrive/c/libreoffice/libo/ucb/source/core
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/infotips
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/odma
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/res
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/hierarchy
Module 'l10ntools' delivered successfully. 2 files copied, 49 files unchanged
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler/prophdl
Entering /cygdrive/c/libreoffice/libo/ucb/source/cacher
Entering /cygdrive/c/libreoffice/libo/shell/source/backends/localebe
Entering /cygdrive/c/libreoffice/libo/ucb/source/ucp/tdoc
Entering /cygdrive/c/libreoffice/libo/shell/source/win32
Entering /cygdrive/c/libreoffice/libo/shell/source/backends/wininetbe
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/shlxthandler
Entering /cygdrive/c/libreoffice/libo/shell/source/tools/regsvrex
ucb deliver
Entering /cygdrive/c/libreoffice/libo/shell/source/win32/simplemail
=============
(124/162) Building module embeddedobj
=============
=============
(125/162) Building module testtools
=============
=============
(126/162) Building module sot
=============
=============
(127/162) Building module wizards
=============
=============
(128/162) Building module setup_native
=============
=============
(129/162) Building module dtrans
=============
=============
(130/162) Building module readlicense_oo
=============
=============
(131/162) Building module xmlhelp
=============
Entering /cygdrive/c/libreoffice/libo/embeddedobj/inc
Entering /cygdrive/c/libreoffice/libo/testtools/inc
Entering /cygdrive/c/libreoffice/libo/sot/prj
Module 'ucb' delivered successfully. 0 files copied, 52 files unchanged
Entering /cygdrive/c/libreoffice/libo/wizards/prj
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/tools
Entering /cygdrive/c/libreoffice/libo/dtrans/prj
Entering /cygdrive/c/libreoffice/libo/readlicense_oo
Entering /cygdrive/c/libreoffice/libo/xmlhelp/inc
Entering /cygdrive/c/libreoffice/libo/embeddedobj/source/general
Entering /cygdrive/c/libreoffice/libo/testtools/source/bridgetest/idl
shell deliver
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/shellextensions
Module 'shell' delivered successfully. 0 files copied, 41 files unchanged
Entering /cygdrive/c/libreoffice/libo/readlicense_oo/docs/readme
Entering /cygdrive/c/libreoffice/libo/xmlhelp/source/cxxhelp/provider
Entering /cygdrive/c/libreoffice/libo/embeddedobj/source/commonembedding
Entering /cygdrive/c/libreoffice/libo/testtools/source/bridgetest
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/languagepacks
readlicense_oo deliver
/cygdrive/c/libreoffice/libo/dtrans/Library_ftransl.mk:56:
[ WARN ] !!!
[ WARN ] !!! dtrans/source/win32/misc/ImplHelper is linked in by Library/idnd.lib
Library/iftransl.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/dtrans/Library_sysdtrans.mk:68:
[ WARN ] !!!
[ WARN ] !!! dtrans/source/win32/misc/ImplHelper is linked in by Library/iftransl.lib
Library/isysdtrans.lib
[ WARN ] !!!
[ build ALL ] top level modules: sot
[ build ALL ] loaded modules: sot
cd ../../wntmsci12.pro/bin && : &&
PATH=/cygdrive/c/libreoffice/libo/solver/wntmsci12.pro/bin${PATH:+:${PATH}}
C:/libreoffice/libo/solver/wntmsci12.pro/bin/uno \
-ro uno_services.rdb -ro uno_types.rdb \
-s com.sun.star.test.bridge.BridgeTest -- \
com.sun.star.test.bridge.CppTestObject
/cygdrive/c/libreoffice/libo/dtrans/StaticLibrary_dtobj.mk:41:
[ WARN ] !!!
[ WARN ] !!! dtrans/source/win32/misc/ImplHelper is linked in by Library/isysdtrans.lib
StaticLibrary/dtobj.lib
[ WARN ] !!!
Entering /cygdrive/c/libreoffice/libo/xmlhelp/source/cxxhelp/qe
[ build JCS ] Jar/commonwizards
[ build ALL ] top level modules: dtrans
[ build ALL ] loaded modules: dtrans
Entering /cygdrive/c/libreoffice/libo/embeddedobj/util
=====================================================================
Entering /cygdrive/c/libreoffice/libo/testtools/source/cliversioning
Delivering LICENSE files
=====================================================================
sot deliver
/usr/bin/cp version_libs/* ../../wntmsci12.pro/bin
.
=====================================================================
.
To run the test go to qacliversioning, run dmake and follow instructions.
.
Or install an office with full system integration and run ../../wntmsci12.pro/bin/runtests.exe
in a console withouth build environment.
.
Or install an office with setup /a. Expand PATH with the bin folder of the URE.
Delivering README files
Set UNO_PATH=system_path_to_program_folder
This must be the program folder of the brand layer.
For example, c:starofficeSunstaroffice 9program
Run runtests.exe.
.
To build a test library with run.
=====================================================================
Module 'readlicense_oo' delivered successfully. 0 files copied, 9 files unchanged
dmake name=version_10_10_10.dll
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/quickstarter
The name must always start with version_.
.
.
Module 'sot' delivered successfully. 0 files copied, 0 files unchanged
dtrans deliver
Entering /cygdrive/c/libreoffice/libo/xmlhelp/source/cxxhelp/util
Entering /cygdrive/c/libreoffice/libo/embeddedobj/source/msole
Entering /cygdrive/c/libreoffice/libo/testtools/com/sun/star/comp/bridge
Module 'dtrans' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/indexingfilter
Entering /cygdrive/c/libreoffice/libo/xmlhelp/util
embeddedobj deliver
### test succeeded!
Entering /cygdrive/c/libreoffice/libo/testtools/source/bridgetest/cli
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/regactivex
Module 'embeddedobj' delivered successfully. 0 files copied, 6 files unchanged
Entering /cygdrive/c/libreoffice/libo/xmlhelp/source/com/sun/star/help
Entering /cygdrive/c/libreoffice/libo/testtools/source/bridgetest/pyuno
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/patch
Entering /cygdrive/c/libreoffice/libo/odk/util
Nothing to update for zip
Entering /cygdrive/c/libreoffice/libo/xmlhelp/source/treeview
start test with dmake runtest
testtools deliver
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/javafilter
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/reg64
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/thesaurus
Module 'testtools' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/regpatchactivex
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\common\Helper.java uses or overrides a
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/reg4allmsdoc
Entering /cygdrive/c/libreoffice/libo/setup_native/source/ulfconv
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/rebase
[ build JAR ] commonwizards
xmlhelp deliver
Entering /cygdrive/c/libreoffice/libo/setup_native/source/win32/customactions/sellang
=============
(132/162) Building module svl
=============
Entering /cygdrive/c/libreoffice/libo/svl/prj
cd ../wntmsci12.pro/bin/odkcommon && zip -urq ../odkcommon.zip . || ret=$?; if [[ "$ret" != "12" &&
"$ret" != "1" ]] ; then exit $ret ; fi && echo "Nothing to update for zip"
C:/cygwin/bin/perl -w C:/libreoffice/libo/solenv/bin/cleanzip.pl ../wntmsci12.pro/bin/odkcommon.zip
setup_native deliver
Module 'xmlhelp' delivered successfully. 1 files copied, 12 files unchanged
=============
(133/162) Building module helpcontent2
=============
=============
(134/162) Building module sdext
=============
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/auxiliary
Entering /cygdrive/c/libreoffice/libo/sdext/inc
Module 'setup_native' delivered successfully. 0 files copied, 84 files unchanged
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/xpdfwrapper
echo aux_langdirs:=en-US > ../../wntmsci12.pro/inc/aux_langs.mk
echo help_exist:=en-US > ../../wntmsci12.pro/inc/help_exist.mk
/bin/rm -f ../../wntmsci12.pro/bin/helpimg.ilst
C:/cygwin/bin/perl ../../helpers/create_ilst.pl -dir=C:/libreoffice/libo/default_images/res/helpimg
../../wntmsci12.pro/bin/helpimg.ilst.wntmsci12.pro
mv ../../wntmsci12.pro/bin/helpimg.ilst.wntmsci12.pro ../../wntmsci12.pro/bin/helpimg.ilst
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/misc
[ build JCS ] Jar/agenda
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/tree
[ build JCS ] Jar/fax
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/odf
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/explorer/database
[ build JCS ] Jar/form
done
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/sax
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath/02
Entering /cygdrive/c/libreoffice/libo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/schart/01
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/pdfparse
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress/02
done
Entering /cygdrive/c/libreoffice/libo/sdext/source/minimizer/registry/data/org/openoffice/Office
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/guide
Entering
/cygdrive/c/libreoffice/libo/sdext/source/presenter/registry/data/org/openoffice/Office/extension
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sdraw/04
done
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/wrapper
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/05
done
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\fax\FaxWizardDialogImpl.java uses or
overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\fax\FaxWizardDialogImpl.java uses unchecked
or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering
/cygdrive/c/libreoffice/libo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension
[ build JCS ] Jar/letter
done
[ build ALL ] top level modules: svl
[ build ALL ] loaded modules: svl
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared
Entering /cygdrive/c/libreoffice/libo/sdext/source/presenter
svl deliver
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter/00
[ build JCS ] Jar/query
done
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/04
Module 'svl' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/sdext/source/minimizer
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sdraw
Entering /cygdrive/c/libreoffice/libo/sdext/source/pdfimport/xpdftest
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/autopi
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/07
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/02
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\form\StyleApplier.java uses or overrides a
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\form\FormDocument.java uses unchecked or
unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sdraw/guide
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath/01
dmake: Warning: -- Found file corresponding to virtual target
[../../wntmsci12.pro/misc/PresenterScreen/description-en-US.txt].
sdext deliver
[ build JCS ] Jar/report
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress/guide
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sbasic/guide
done
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\letter\LetterWizardDialogImpl.java uses or
overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: c:\libreoffice\libo\wizards\com\sun\star\wizards\letter\LetterWizardDialogImpl.java uses
unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath/04
done
[ build JCS ] Jar/table
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter/01
done
Module 'sdext' delivered successfully. 0 files copied, 8 files unchanged
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/00
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress/01
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sbasic/shared/01
done
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress/04
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/02
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter/04
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/autokorr
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/01
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/01
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/00
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/schart/04
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter/guide
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter/02
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/schart
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/optionen
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/schart/00
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath/00
[ build JCS ] Jar/web
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/simpress/00
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/shared/guide
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/schart/02
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/04
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sbasic/shared/02
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc/05
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/scalc
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sbasic/shared
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/smath/guide
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/swriter
done
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sdraw/00
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/source/text/sdraw/01
=============
(135/162) Building module xmloff
=============
=============
(136/162) Building module vcl
=============
=============
(137/162) Building module sysui
=============
=============
(138/162) Building module connectivity
=============
=============
(139/162) Building module scp2
=============
Entering /cygdrive/c/libreoffice/libo/xmloff/prj
done
Entering /cygdrive/c/libreoffice/libo/vcl/prj
done
Entering /cygdrive/c/libreoffice/libo/sysui/desktop/icons
done
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/shared
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/connectivity/inc
[ build JAR ] agenda
Entering /cygdrive/c/libreoffice/libo/scp2/macros
[ build JAR ] fax
Entering /cygdrive/c/libreoffice/libo/sysui/util
------------------------------
Making: ../wntmsci12.pro/inc/langmacros.inc
No new languages, or config. Keeping old file
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/sdraw
C:/cygwin/bin/perl checksize.pl
Checking:../wntmsci12.pro/
ok.
Entering /cygdrive/c/libreoffice/libo/connectivity/source/parse
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JAR ] form
[ build JAR ] letter
Entering /cygdrive/c/libreoffice/libo/scp2/source/templates
sysui deliver
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/smath
[ build JAR ] query
[ build JAR ] report
Module 'sysui' delivered successfully. 0 files copied, 94 files unchanged
Entering /cygdrive/c/libreoffice/libo/connectivity/source/commontools
Entering /cygdrive/c/libreoffice/libo/scp2/source/testtool
[ build JAR ] table
[ build JAR ] web
/cygdrive/c/libreoffice/libo/vcl/StaticLibrary_vclmain.mk:50:
[ WARN ] !!!
[ WARN ] !!! vcl/source/salmain/salmain is linked in by Library/ivcl.lib StaticLibrary/vclmain.lib
[ WARN ] !!!
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/schart
Entering /cygdrive/c/libreoffice/libo/connectivity/source/resource
[ build ALL ] top level modules: vcl
[ build ALL ] loaded modules: vcl
Entering /cygdrive/c/libreoffice/libo/scp2/source/crashrep
vcl deliver
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/simpress
Entering /cygdrive/c/libreoffice/libo/connectivity/source/simpledbt
Module 'vcl' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/scp2/source/binfilter
[ build ALL ] top level modules: xmloff
[ build ALL ] loaded modules: xmloff
xmloff deliver
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/sbasic
Entering /cygdrive/c/libreoffice/libo/connectivity/source/sdbcx
Entering /cygdrive/c/libreoffice/libo/scp2/source/onlineupdate
Module 'xmloff' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/scalc
Entering /cygdrive/c/libreoffice/libo/connectivity/source/dbtools
Entering /cygdrive/c/libreoffice/libo/scp2/source/python
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/sdatabase
[ build JCS ] Jar/reportbuilderwizard
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/file
Entering /cygdrive/c/libreoffice/libo/scp2/source/winexplorerext
Entering /cygdrive/c/libreoffice/libo/helpcontent2/util/swriter
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/hsqldb
Entering /cygdrive/c/libreoffice/libo/scp2/source/gnome
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/flat
Entering /cygdrive/c/libreoffice/libo/scp2/source/sdkoo
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/dbase
Entering /cygdrive/c/libreoffice/libo/scp2/source/writer
helpcontent2 deliver
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/macab
Entering /cygdrive/c/libreoffice/libo/scp2/source/javafilter
Nothing to build for GUI WNT
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/mozab/mozillasrc
Entering /cygdrive/c/libreoffice/libo/scp2/source/ooo
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/jdbc
[ build JAR ] reportbuilderwizard
Module 'helpcontent2' delivered successfully. 1 files copied, 10 files unchanged
Entering /cygdrive/c/libreoffice/libo/scp2/source/xsltfilter
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/mozab/bootstrap
Entering /cygdrive/c/libreoffice/libo/scp2/source/draw
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/mysql
Entering /cygdrive/c/libreoffice/libo/scp2/source/accessories
10 Nov 2011 9:09:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/kab
Entering /cygdrive/c/libreoffice/libo/scp2/source/extensions
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/ado
Entering /cygdrive/c/libreoffice/libo/scp2/source/graphicfilter
Nothing to build for GUI WNT
[ build MOD ] wizards
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/odbcbase
Entering /cygdrive/c/libreoffice/libo/scp2/source/canvas
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/evoab2
[ build ALL ] top level modules: wizards
[ build ALL ] loaded modules: wizards
Entering /cygdrive/c/libreoffice/libo/scp2/source/impress
Evolution 2.x Addressbook build disabled
wizards deliver
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/mozab
Entering /cygdrive/c/libreoffice/libo/scp2/source/layout
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/odbc
Entering /cygdrive/c/libreoffice/libo/scp2/source/activex
Entering /cygdrive/c/libreoffice/libo/connectivity/source/drivers/calc
Module 'wizards' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/scp2/source/math
Entering /cygdrive/c/libreoffice/libo/connectivity/com/sun/star/sdbcx/comp/hsqldb
Entering /cygdrive/c/libreoffice/libo/scp2/source/kde
Entering /cygdrive/c/libreoffice/libo/connectivity/qa/connectivity/tools
Making: sdbc_hsqldb.dpj
javadeps
Entering /cygdrive/c/libreoffice/libo/scp2/source/base
Entering /cygdrive/c/libreoffice/libo/connectivity/qa
Entering /cygdrive/c/libreoffice/libo/scp2/source/quickstart
odk deliver
Entering /cygdrive/c/libreoffice/libo/connectivity/source/manager
Entering /cygdrive/c/libreoffice/libo/scp2/source/calc
Making: ConnectivityComplexTests.dpj
javadeps
Entering /cygdrive/c/libreoffice/libo/connectivity/util
Entering /cygdrive/c/libreoffice/libo/scp2/util
Nothing to update for zip
Entering /cygdrive/c/libreoffice/libo/connectivity/source/cpool
scp2 deliver
Making: sdbc_hsqldb.dpj
javadeps
=============
(140/162) Building module test
=============
=============
(141/162) Building module scaddins
=============
=============
(142/162) Building module linguistic
=============
=============
(143/162) Building module reportbuilder
=============
Entering /cygdrive/c/libreoffice/libo/test/source
Entering /cygdrive/c/libreoffice/libo/scaddins/prj
Entering /cygdrive/c/libreoffice/libo/linguistic/prj
Module 'scp2' delivered successfully. 0 files copied, 112 files unchanged
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/data/org/openoffice
Module 'odk' delivered successfully. 1 files copied, 2 files unchanged
test deliver
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/data/org/openoffice/TypeDetection
Entering /cygdrive/c/libreoffice/libo/reportbuilder/template/en-US/wizard/report
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/schema/org/openoffice/Office
cp default.otr ../../../../wntmsci12.pro/misc/sun-report-builder/template/en-US/wizard/report
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/schema/org/openoffice/Office/UI
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/data/org/openoffice/Office
Entering /cygdrive/c/libreoffice/libo/reportbuilder/java
Note: complex\connectivity\FlatFileAccess.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Making: ConnectivityComplexTests.dpj
javadeps
Entering /cygdrive/c/libreoffice/libo/reportbuilder/registry/data/org/openoffice/Office/UI
Entering /cygdrive/c/libreoffice/libo/reportbuilder/java/com/sun/star/report
-----------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/reportbuilder/java/com/sun/star/report/function/metadata
- do a dmake show_targets to show available targets
-----------------------------------------------------
Entering /cygdrive/c/libreoffice/libo/reportbuilder/java/com/sun/star/report/util
connectivity deliver
Module 'test' delivered successfully. 0 files copied, 1717 files unchanged
=============
(144/162) Building module toolkit
=============
Entering /cygdrive/c/libreoffice/libo/toolkit/prj
[ build ALL ] top level modules: scaddins
[ build ALL ] loaded modules: scaddins
scaddins deliver
Entering /cygdrive/c/libreoffice/libo/reportbuilder/java/com/sun/star/report/pentaho
Module 'scaddins' delivered successfully. 0 files copied, 0 files unchanged
[ build ALL ] top level modules: linguistic
[ build ALL ] loaded modules: linguistic
Module 'connectivity' delivered successfully. 3 files copied, 120 files unchanged
linguistic deliver
Module 'linguistic' delivered successfully. 0 files copied, 0 files unchanged
=============
(145/162) Building module lingucomponent
=============
Entering /cygdrive/c/libreoffice/libo/lingucomponent/inc
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/lingutil
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/hyphenator/altlinuxhyph/hyphen
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/thesaurus/libnth
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/spellcheck/spell
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/spellcheck/macosxspell
Entering /cygdrive/c/libreoffice/libo/reportbuilder/util
Nothing to build for GUIBASE=WIN
Entering /cygdrive/c/libreoffice/libo/lingucomponent/source/languageguessing
lingucomponent deliver
: && cp C:/libreoffice/libo/solver/wntmsci12.pro/bin/reportbuilderwizard.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/flute-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libserializer-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libbase-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libfonts-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libformula-1.1.7.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/liblayout-0.2.10.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libloader-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/librepository-1.1.6.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/libxml-1.1.7.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/flow-engine-0.9.4.jar
../wntmsci12.pro/misc/sun-report-builder/ && cp
C:/libreoffice/libo/solver/wntmsci12.pro/bin/sac.jar ../wntmsci12.pro/misc/sun-report-builder/ &&
cp C:/libreoffice/libo/solver/wntmsci12.pro/bin/commons-logging-1.1.1.jar
../wntmsci12.pro/misc/sun-report-builder/
C:/cygwin/bin/touch.exe ../wntmsci12.pro/misc/rpt.copied
dmake: Warning: -- Found file corresponding to virtual target
[../wntmsci12.pro/misc/sun-report-builder/description-en-US.txt].
Module 'lingucomponent' delivered successfully. 0 files copied, 24 files unchanged
[ build ALL ] top level modules: toolkit
[ build ALL ] loaded modules: toolkit
toolkit deliver
Module 'toolkit' delivered successfully. 0 files copied, 0 files unchanged
=============
(146/162) Building module svtools
=============
Entering /cygdrive/c/libreoffice/libo/svtools/prj
################################################
# #
# just a prototype - for testing purpose only! #
# #
################################################
Making: report-builder.oxt
reportbuilder deliver
Module 'reportbuilder' delivered successfully. 1 files copied, 5 files unchanged
[ build ALL ] top level modules: svtools
[ build ALL ] loaded modules: svtools
svtools deliver
Module 'svtools' delivered successfully. 0 files copied, 0 files unchanged
=============
(147/162) Building module accessibility
=============
=============
(148/162) Building module fpicker
=============
=============
(149/162) Building module framework
=============
=============
(150/162) Building module editeng
=============
=============
(151/162) Building module canvas
=============
Entering /cygdrive/c/libreoffice/libo/accessibility/inc
Entering /cygdrive/c/libreoffice/libo/fpicker/inc
Entering /cygdrive/c/libreoffice/libo/framework/prj
Entering /cygdrive/c/libreoffice/libo/editeng/prj
Entering /cygdrive/c/libreoffice/libo/canvas/prj
Entering /cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/misc
Entering /cygdrive/c/libreoffice/libo/fpicker/source/odma
Entering /cygdrive/c/libreoffice/libo/accessibility/source/helper
Entering /cygdrive/c/libreoffice/libo/fpicker/source/win32/filepicker
Entering /cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/awb/tree
Entering /cygdrive/c/libreoffice/libo/fpicker/source/win32/folderpicker
Entering /cygdrive/c/libreoffice/libo/accessibility/source/standard
Entering /cygdrive/c/libreoffice/libo/fpicker/source/office
Entering /cygdrive/c/libreoffice/libo/accessibility/source/extended
Entering /cygdrive/c/libreoffice/libo/fpicker/source/win32/misc
Entering /cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/awb/canvas
Entering /cygdrive/c/libreoffice/libo/fpicker/util
Entering
/cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/awb/view/text
Entering /cygdrive/c/libreoffice/libo/fpicker/source/generic
Entering /cygdrive/c/libreoffice/libo/accessibility/bridge/org/openoffice/java/accessibility
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_bitmap is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_bitmapcanvashelper is linked in by
Library/idirectx9canvas.lib Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_canvasbitmap is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_canvasfont is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_canvashelper is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_canvashelper_texturefill is linked in by
Library/idirectx9canvas.lib Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_devicehelper is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_gdiplususer is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_impltools is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_linepolypolygon is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_textlayout is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_textlayout_drawhelper is linked in by
Library/idirectx9canvas.lib Library/igdipluscanvas.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/canvas/Library_gdipluscanvas.mk:76:
[ WARN ] !!!
[ WARN ] !!! canvas/source/directx/dx_vcltools is linked in by Library/idirectx9canvas.lib
Library/igdipluscanvas.lib
[ WARN ] !!!
fpicker deliver
Entering /cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/awb/view
[ build ALL ] top level modules: editeng
[ build ALL ] loaded modules: editeng
[ build ALL ] top level modules: canvas
[ build ALL ] loaded modules: canvas
canvas deliver
Entering /cygdrive/c/libreoffice/libo/accessibility/util
Module 'fpicker' delivered successfully. 0 files copied, 14 files unchanged
editeng deliver
Module 'canvas' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/accessibility/workben/org/openoffice/accessibility/awb
=============
(152/162) Building module cppcanvas
=============
Entering /cygdrive/c/libreoffice/libo/cppcanvas/prj
[ build ALL ] top level modules: framework
[ build ALL ] loaded modules: framework
framework deliver
Nothing to update for zip
Module 'editeng' delivered successfully. 0 files copied, 0 files unchanged
Entering /cygdrive/c/libreoffice/libo/accessibility/bridge/org/openoffice/accessibility
Module 'framework' delivered successfully. 0 files copied, 0 files unchanged
=============
(153/162) Building module basic
=============
Entering /cygdrive/c/libreoffice/libo/basic/prj
Nothing to update for zip
Nothing to update for zip
Entering /cygdrive/c/libreoffice/libo/accessibility/bridge/source/java
accessibility deliver
[ build ALL ] top level modules: cppcanvas
[ build ALL ] loaded modules: cppcanvas
cppcanvas deliver
Module 'accessibility' delivered successfully. 2 files copied, 5 files unchanged
Module 'cppcanvas' delivered successfully. 0 files copied, 1 files unchanged
[ build ALL ] top level modules: basic
[ build ALL ] loaded modules: basic
basic deliver
Module 'basic' delivered successfully. 0 files copied, 0 files unchanged
=============
(154/162) Building module sfx2
=============
Entering /cygdrive/c/libreoffice/libo/sfx2/prj
[ build ALL ] top level modules: sfx2
[ build ALL ] loaded modules: sfx2
sfx2 deliver
Module 'sfx2' delivered successfully. 0 files copied, 0 files unchanged
=============
(155/162) Building module avmedia
=============
Entering /cygdrive/c/libreoffice/libo/avmedia/prj
[ build ALL ] top level modules: avmedia
[ build ALL ] loaded modules: avmedia
avmedia deliver
Module 'avmedia' delivered successfully. 0 files copied, 0 files unchanged
=============
(156/162) Building module drawinglayer
=============
Entering /cygdrive/c/libreoffice/libo/drawinglayer/prj
[ build ALL ] top level modules: drawinglayer
[ build ALL ] loaded modules: drawinglayer
drawinglayer deliver
Module 'drawinglayer' delivered successfully. 0 files copied, 1 files unchanged
=============
(157/162) Building module svx
=============
Entering /cygdrive/c/libreoffice/libo/svx/prj
[ build ALL ] top level modules: svx
[ build ALL ] loaded modules: svx
svx deliver
Module 'svx' delivered successfully. 0 files copied, 0 files unchanged
=============
(158/162) Building module tail_build
=============
=============
(159/162) Building module extensions
=============
Entering /cygdrive/c/libreoffice/libo/tail_build/prj
Entering /cygdrive/c/libreoffice/libo/extensions/inc
Entering /cygdrive/c/libreoffice/libo/extensions/source/bibliography
Entering /cygdrive/c/libreoffice/libo/extensions/source/plugin/base
Entering /cygdrive/c/libreoffice/libo/extensions/source/oooimprovecore
Entering /cygdrive/c/libreoffice/libo/extensions/source/logging
Entering /cygdrive/c/libreoffice/libo/extensions/source/config/ldap
Entering /cygdrive/c/libreoffice/libo/extensions/source/activex/msidl
Entering /cygdrive/c/libreoffice/libo/extensions/source/dbpilots
Entering /cygdrive/c/libreoffice/libo/extensions/source/resource
Entering /cygdrive/c/libreoffice/libo/extensions/source/plugin/win
Entering /cygdrive/c/libreoffice/libo/extensions/source/propctrlr
Entering /cygdrive/c/libreoffice/libo/extensions/source/xmlextract
Entering /cygdrive/c/libreoffice/libo/extensions/source/abpilot
Entering /cygdrive/c/libreoffice/libo/extensions/source/plugin/util
Entering /cygdrive/c/libreoffice/libo/extensions/source/nsplugin/source
Entering /cygdrive/c/libreoffice/libo/extensions/source/update/ui
Entering /cygdrive/c/libreoffice/libo/extensions/source/update/feed
Entering /cygdrive/c/libreoffice/libo/extensions/source/update/check
Entering /cygdrive/c/libreoffice/libo/extensions/source/activex/main
Entering /cygdrive/c/libreoffice/libo/extensions/source/scanner
Entering /cygdrive/c/libreoffice/libo/extensions/source/oooimprovement
Entering /cygdrive/c/libreoffice/libo/extensions/source/ole
Entering /cygdrive/c/libreoffice/libo/extensions/util
extensions deliver
Module 'extensions' delivered successfully. 0 files copied, 64 files unchanged
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/copyright_ascii_ooo is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/main is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_spl.mk:54:
[ WARN ] !!!
[ WARN ] !!! desktop/source/migration/migration is linked in by Library/isofficeapp.lib
Library/ispl.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_unopkgapp.mk:59:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/lockfile is linked in by Library/isofficeapp.lib
Library/iunopkgapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_scalc.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sbase.exe
Executable/scalc.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sdraw.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/scalc.exe
Executable/sdraw.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_simpress.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sdraw.exe
Executable/simpress.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_smath.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/simpress.exe
Executable/smath.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_soffice.mk:48:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by
Executable/soffice_bin.exe Executable/soffice.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sweb.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/smath.exe
Executable/sweb.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_swriter.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sweb.exe
Executable/swriter.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_unopkg.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by Executable/soffice.exe
Executable/unopkg.exe
[ WARN ] !!!
[ build JCS ] Jar/officebean
[ build XCU ] /cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/XcuFilterUiTarget/filter_ui.xcu
[ build XCU ] fcfg_base_types.xcu
[ build XCU ] fcfg_base_filters.xcu
[ build XCU ] fcfg_base_others.xcu
[ build XCU ] fcfg_database_types.xcu
[ build XCU ] fcfg_database_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_database_others.xcu
[ build XCU ] fcfg_writer_types.xcu
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_writer_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_web_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_web_filters.xcu
[ build XCU ] fcfg_global_types.xcu
[ build XCU ] fcfg_global_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_calc_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_calc_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_draw_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_draw_filters.xcu
[ build XCU ] fcfg_impress_types.xcu
[ build XCU ] fcfg_impress_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_chart_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_chart_filters.xcu
[ build XCU ] fcfg_chart_others.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_math_types.xcu
[ build XCU ] fcfg_math_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_drawgraphics_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_drawgraphics_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_impressgraphics_types.xcu
[ build XCU ] fcfg_impressgraphics_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_internalgraphics_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_internalgraphics_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_palm_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_palm_filters.xcu
[ build XCU ] fcfg_pocketexcel_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_pocketexcel_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_pocketword_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_pocketword_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_xslt_types.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build XCU ] fcfg_xslt_filters.xcu
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build JCS ] Jar/XSLTFilter
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build JCS ] Jar/XSLTValidate
FCFGMerge
Copyright: 2003 by Sun Microsystems, Inc.
All Rights Reserved.
[ build JCS ] Jar/HelloWorld
Note: c:\libreoffice\libo\filter\source\xsltfilter\com\sun\star\comp\xsltfilter\XSLTransformer.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JCS ] Jar/Highlight
Note: c:\libreoffice\libo\filter\source\xsltvalidate\XSLTValidate.java uses unchecked or unsafe
operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JCS ] Jar/MemoryUsage
[ build JCS ] Jar/ScriptFramework
[ build LNK ] Library/imsword.lib
[ build LNK ] Library/iswui.lib
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/rtf/rtffld.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/rtf/rtffly.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/rtf/rtfnum.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/rtf/rtftbl.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/rtf/swparrtf.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/docxattributeoutput.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/docxexport.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/docxexportfilter.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/rtfattributeoutput.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/rtfexport.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/rtfexportfilter.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/rtfimportfilter.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/rtfsdrexport.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/WW8FFData.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/WW8FibData.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/WW8Sttbf.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/WW8TableInfo.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/fields.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/styles.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/tracer.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/writerhelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/writerwordglue.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtw8esh.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtw8nds.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtw8num.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtw8sty.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtww8.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/wrtww8gr.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8atr.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8glsy.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8graf.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8graf2.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par2.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par3.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par4.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par5.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8par6.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8scan.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/filter/ww8/ww8toolbar.o
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build LNK ] Library/ivbaswobj.lib
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/break.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/chardlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/drpcps.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/numpara.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/pardlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/swuiccoll.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/chrdlg/tblnumfm.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/config/mailconfigpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/config/optcomp.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/config/optload.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/config/optpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/addresslistdialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/createaddresslistdialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/customizeaddresslistdialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/dbinsdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/dbtablepreviewdialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mailmergewizard.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmaddressblockpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmdocselectpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmgreetingspage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmlayoutpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmmergepage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmoutputpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmoutputtypepage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/mmpreparemergepage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dbui/selectdbtabledialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/abstract.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/addrdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/ascfldlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/docstdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/macassgn.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/swdialmgr.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/swdlgfact.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/swuiexp.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/uiregionsw.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dialog/wordcountdialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/dochdl/selglos.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/envfmt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/envlop1.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/envprt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/label1.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/labelexp.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/labfmt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/labprt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/envelp/mailmrge.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/DropDownFieldDialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/FldRefTreeListBox.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/changedb.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/flddb.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/flddinf.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/flddok.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldedt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldfunc.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldref.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldtdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/fldvar.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/inpdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fldui/javaedit.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/fmtui/tmpdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/column.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/cption.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/frmdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/frmpage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/pattern.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/uiborder.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/frmdlg/wrap.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/index/cntex.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/index/cnttab.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/index/multmrk.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/index/swuiidxmrk.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/bookmark.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/docfnote.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/glosbib.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/glossary.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/insfnote.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/insrule.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/linenum.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/num.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/outline.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/pgfnote.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/pggrid.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/srtdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/swmodalredlineacceptdlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/misc/titlepage.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/colwd.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/convert.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/instable.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/mergetbl.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/rowht.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/splittbl.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/tabledlg.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/table/tautofmt.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/utlui/swrenamexnameddlg.o
Creating library c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/imsword.lib and
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/imsword.exp
[ build MOD ] uui
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/service.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarange.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbacell.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbacells.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbacolumn.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbacolumns.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaframe.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaframes.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalistformat.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalistgallery.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalistgalleries.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalisthelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalistlevel.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalistlevels.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalisttemplate.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbalisttemplates.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarevision.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarevisions.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarow.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarows.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbadocument.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbasections.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbadialog.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbawrapformat.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbafont.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbarangehelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaaddin.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaautotextentry.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbadocumentproperties.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaeventshelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbastyle.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbapane.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaglobals.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatemplate.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaaddins.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaview.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaheaderfooter.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaheadersfooters.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaheaderfooterhelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbabookmarks.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaoptions.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbadialogs.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbapalette.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaparagraph.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbafind.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbasection.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbabookmark.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaapplication.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbawindow.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbareplacement.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatable.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatablehelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatabstop.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatabstops.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaselection.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbasystem.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbainformationhelper.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbapagesetup.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbafield.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatables.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatableofcontents.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbatablesofcontents.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbavariable.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbadocuments.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaparagraphformat.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbaborders.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbavariables.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbastyles.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/vbapanes.o
c:/libreoffice/libo/workdir/wntmsci12.pro/CxxObject/sw/source/ui/vba/wordvbahelper.o
[ build JCS ] Jar/xmerge
Creating library c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iswui.lib and
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iswui.exp
[ build JAR ] officebean
[ build XCU ] en-US
Creating library c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/ivbaswobj.lib and
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/ivbaswobj.exp
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ build JAR ] XSLTFilter
[ build JAR ] XSLTValidate
[ build JAR ] HelloWorld
[ build JAR ] Highlight
[ build JAR ] MemoryUsage
[ build JAR ] ScriptFramework
[ build MOD ] writerfilter
[ build JAR ] xmerge
[ build MOD ] xmlsecurity
[ build ZIP ] fcfg_langpack_en-US
[ build MOD ] sw
[ build MOD ] bean
[ build JCS ] Jar/ScriptProviderForJava
[ build JCS ] Jar/aportisdoc
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make[1]: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
dmake: Error code 2, while making 'all'
Retrying /cygdrive/c/libreoffice/libo/tail_build/prj
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/copyright_ascii_ooo is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/main is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_spl.mk:54:
[ WARN ] !!!
[ WARN ] !!! desktop/source/migration/migration is linked in by Library/isofficeapp.lib
Library/ispl.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_unopkgapp.mk:59:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/lockfile is linked in by Library/isofficeapp.lib
Library/iunopkgapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_scalc.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sbase.exe
Executable/scalc.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sdraw.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/scalc.exe
Executable/sdraw.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_simpress.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sdraw.exe
Executable/simpress.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_smath.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/simpress.exe
Executable/smath.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_soffice.mk:48:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by
Executable/soffice_bin.exe Executable/soffice.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sweb.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/smath.exe
Executable/sweb.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_swriter.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sweb.exe
Executable/swriter.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_unopkg.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by Executable/soffice.exe
Executable/unopkg.exe
[ WARN ] !!!
[ build JCS ] Jar/ScriptProviderForJava
[ build ZIP ] ScriptsJava
[ build JCS ] Jar/aportisdoc
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make[1]: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
make[1]: *** Waiting for unfinished jobs....
Note:
c:\libreoffice\libo\xmerge\source\aportisdoc\java\org\openoffice\xmerge\converter\xml\sxw\aportisdoc\DocEncoder.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
dmake: Error code 2, while making 'all'
Entering /cygdrive/c/libreoffice/libo/tail_build/prj
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/copyright_ascii_ooo is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/main is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_spl.mk:54:
[ WARN ] !!!
[ WARN ] !!! desktop/source/migration/migration is linked in by Library/isofficeapp.lib
Library/ispl.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_unopkgapp.mk:59:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/lockfile is linked in by Library/isofficeapp.lib
Library/iunopkgapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_scalc.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sbase.exe
Executable/scalc.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sdraw.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/scalc.exe
Executable/sdraw.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_simpress.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sdraw.exe
Executable/simpress.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_smath.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/simpress.exe
Executable/smath.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_soffice.mk:48:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by
Executable/soffice_bin.exe Executable/soffice.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sweb.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/smath.exe
Executable/sweb.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_swriter.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sweb.exe
Executable/swriter.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_unopkg.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by Executable/soffice.exe
Executable/unopkg.exe
[ WARN ] !!!
[ build CFG ] fcfg_langpack
[ build JCS ] Jar/ScriptProviderForJava
[ build JCS ] Jar/pexcel
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make[1]: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
make[1]: *** Waiting for unfinished jobs....
dmake: Error code 2, while making 'all'
Retrying /cygdrive/c/libreoffice/libo/tail_build/prj
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/copyright_ascii_ooo is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_sofficeapp.mk:92:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/main is linked in by Executable/soffice_bin.exe
Library/isofficeapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_spl.mk:54:
[ WARN ] !!!
[ WARN ] !!! desktop/source/migration/migration is linked in by Library/isofficeapp.lib
Library/ispl.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Library_unopkgapp.mk:59:
[ WARN ] !!!
[ WARN ] !!! desktop/source/app/lockfile is linked in by Library/isofficeapp.lib
Library/iunopkgapp.lib
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_scalc.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sbase.exe
Executable/scalc.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sdraw.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/scalc.exe
Executable/sdraw.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_simpress.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sdraw.exe
Executable/simpress.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_smath.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/simpress.exe
Executable/smath.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_soffice.mk:48:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by
Executable/soffice_bin.exe Executable/soffice.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_sweb.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/smath.exe
Executable/sweb.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_swriter.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/applauncher/launcher is linked in by Executable/sweb.exe
Executable/swriter.exe
[ WARN ] !!!
/cygdrive/c/libreoffice/libo/desktop/Executable_unopkg.mk:41:
[ WARN ] !!!
[ WARN ] !!! desktop/win32/source/extendloaderenvironment is linked in by Executable/soffice.exe
Executable/unopkg.exe
[ WARN ] !!!
[ build MOD ] filter
[ build JCS ] Jar/ScriptProviderForJava
[ build JAR ] aportisdoc
[ build JCS ] Jar/pexcel
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:50:
package com.sun.star.script.framework.container does not exist
import com.sun.star.script.framework.container.ScriptMetaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:53:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:68:
cannot find symbol
symbol : class ScriptProvider
location: class com.sun.star.script.framework.provider.java.ScriptProviderForJava
public static class _ScriptProviderForJava extends ScriptProvider
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:102:
cannot find symbol
symbol : class ScriptEditor
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
public ScriptEditor getScriptEditor()
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:141:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
private ScriptMetaData metaData;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:147:
cannot find symbol
symbol : class ScriptMetaData
location: class com.sun.star.script.framework.provider.java.ScriptImpl
ScriptImpl( XComponentContext ctx, Resolver resolver, ScriptMetaData metaData, XModel xModel,
XScriptInvocationContext xInvocContext ) throws com.sun.star.uno.RuntimeException
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:31:
package com.sun.star.script.framework.log does not exist
import com.sun.star.script.framework.log.LogUtils;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:81:
cannot find symbol
symbol : class ScriptMetaData
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
ScriptMetaData scriptData = null;
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:82:
cannot find symbol
symbol : method getScriptData(java.lang.String)
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
scriptData = getScriptData( scriptURI );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xModel
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:86:
cannot find symbol
symbol : variable m_xInvocContext
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
script = new ScriptImpl( m_xContext, m_resolutionPolicy, scriptData, m_xModel,
m_xInvocContext );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:92:
cannot find symbol
symbol : variable language
location: class
com.sun.star.script.framework.provider.java.ScriptProviderForJava._ScriptProviderForJava
null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN
);
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:160:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( LogUtils.getTrace( e ) );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:166:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:191:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:206:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader starting..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:207:
cannot find symbol
symbol : variable ClassLoaderFactory
location: class com.sun.star.script.framework.provider.java.ScriptImpl
scriptLoader = ClassLoaderFactory.getURLClassLoader(
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:209:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Classloader finished..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:219:
cannot find symbol
symbol : class NoSuitableClassLoaderException
location: class com.sun.star.script.framework.provider.java.ScriptImpl
catch (NoSuitableClassLoaderException ncl )
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:239:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Parameter Mapping..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:242:
cannot find symbol
symbol : variable ScriptContext
location: class com.sun.star.script.framework.provider.java.ScriptImpl
XScriptContext xSc = ScriptContext.createContext(m_xModel, m_xInvocContext,
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:260:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "ScriptProxy starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:266:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "About to load Class " + className + " starting... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:272:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:277:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "class loaded ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:279:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "script resolved ... " );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:299:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Starting Invoke on Proxy ..." );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:308:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG("invoke took: " +
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:353:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got Nothing Back" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\ScriptProviderForJava.java:360:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.ScriptImpl
LogUtils.DEBUG( "Got object " + result );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:50:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( this.getClass().getName() + " created" );
^
c:\libreoffice\libo\scripting\java\com\sun\star\script\framework\provider\java\StrictResolver.java:69:
cannot find symbol
symbol : variable LogUtils
location: class com.sun.star.script.framework.provider.java.StrictResolver
LogUtils.DEBUG( "StrictResolver.getProxy() for: " + sd.toString() );
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
34 errors
make[1]: ***
[/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/JavaClassSet/Jar/ScriptProviderForJava/done]
Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** wait: No child processes. Stop.
dmake: Error code 2, while making 'all'
-----------------------------------------------------------------------
Oh dear - something failed during the build - sorry !
For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development
internal build errors:
ERROR: error 65280 occurred while making /cygdrive/c/libreoffice/libo/tail_build/prj
it seems that the error is inside 'tail_build', please re-run build
inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------
/usr/bin/sh
cd C:/libreoffice/libo
source ./Env.Host.sh
cd tail_build
/opt/lo/bin/make clean # optional
/opt/lo/bin/make -r
when the problem is isolated and fixed exit and re-run 'make' from the top-level
make: *** [build] Error 1
c:/libreoffice/libo/workdir/wntmsci12.pro/SdiTarget/basctl/sdi/basslots : \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\editeng\editids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\editeng\memberids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\sfx2\cntids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\sfx2\sfx.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\sfx2\sfx.sdi \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\sfx2\sfxitems.sdi \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\sfx2\sfxsids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svl\cntwids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svl\memberid.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svl\solar.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svx\svx.sdi \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svx\svxids.hrc \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svx\svxitems.sdi \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svx\unomid.hxx \
C:\libreoffice\libo\solver\wntmsci12.pro\inc\svx\xoitems.sdi \
c:/libreoffice/libo/basctl/sdi/basslots.sdi \
c:\libreoffice\libo\basctl\sdi\baside.sdi \
c:\libreoffice\libo\basctl\sdi\basslots.hrc
Context
- [Libreoffice] build fail: workdir/wntmsci12.pro/Dep/SdiTarget/basctl/sdi/basslots.d:1: *** target pattern contains no `%' · Noel Grandin
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.