Hi

Building on Windows using Visual Studio, running into a build error in 
ScriptProviderForJava.

Trimmed build log attached.

Any ideas?

Thanks, Noel Grandin

Disclaimer: http://www.peralex.com/disclaimer.html


[ build JCS ] Jar/ScriptProviderForBeanShell
[ build JCS ] Jar/ScriptProviderForJava
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/idbaxml.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/idbaxml.exp
[ build JCS ] Jar/ScriptProviderForJavaScript
[ build ZIP ] ScriptsJava
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
                                                       ^
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
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/irptxml.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/irptxml.exp
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/irptui.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/irptui.exp
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iscui.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iscui.exp
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/ivbaobj.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/ivbaobj.exp
   Creating library 
c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iscfilt.lib and 
object c:/libreoffice/libo/workdir/wntmsci12.pro/LinkTarget/Library/iscfilt.exp
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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to