I received the errors below building
http://google-web-toolkit.googlecode.com/svn/trunk
r10714. I had earlier run svn update on plugin-sdks, tools, and trunk.
This is not critical. I was able to build the GWT plugin XPI for
Firefox 7 by running make inside trunk/plugins. I'm just passing the
errors on for comment/consideration (this is the first time GWT hasn't
built for me).
I'm running Java 1.6.0_27 on SuSE Linux.
$ ant
Buildfile: /home/thad/jdevel/gwt-svn/trunk/build.xml
build:
dev:
buildtools:
build:
ant-gwt:
compile:
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/build-tools/ant-gwt/
build.xml:11: warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
build:
customchecks:
compile:
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/build-tools/customchecks/
build.xml:8: warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
build:
doctool:
compile:
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/build-tools/doctool/
build.xml:10: warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
build:
-do:
compiler.standalone:
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/build.xml:195:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[gwt.javac] Compiling 1 source file to /home/thad/jdevel/gwt-svn/trunk/
build/out/dev/bin
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:136: neg(com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] b = LongLib.neg(b);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:172: cannot find symbol
[gwt.javac] symbol : method create(com.google.gwt.lang.LongEmul)
[gwt.javac] location: class com.google.gwt.lang.LongLibBase
[gwt.javac] a = create(LongLib.Const.MAX_VALUE);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:177: shr(com.google.gwt.lang.LongEmul,int)
in com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul,int)
[gwt.javac] LongEmul c = LongLib.shr(a, bpower);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:188: neg(com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] a = LongLib.neg(a);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:201:
lt(com.google.gwt.lang.LongEmul,com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul,com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] if (LongLib.lt(a, b)) {
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:204: neg(com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] remainder = LongLib.neg(a);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:335: cannot find symbol
[gwt.javac] symbol : method create(com.google.gwt.lang.LongEmul)
[gwt.javac] location: class com.google.gwt.lang.LongLibBase
[gwt.javac] return create(LongLib.Const.ONE);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:345: shr(com.google.gwt.lang.LongEmul,int)
in com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul,int)
[gwt.javac] LongEmul c = LongLib.shr(a, bpower);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:353: neg(com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] remainder = LongLib.neg(a);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:366: shl(com.google.gwt.lang.LongEmul,int)
in com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul,int)
[gwt.javac] LongEmul bshift = LongLib.shl(b, shift);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:388: neg(com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul)
[gwt.javac] remainder = LongLib.neg(a);
[gwt.javac] ^
[gwt.javac] /home/thad/jdevel/gwt-svn/trunk/dev/core/super/com/google/
gwt/lang/LongLibBase.java:390:
sub(com.google.gwt.lang.LongEmul,com.google.gwt.lang.LongEmul) in
com.google.gwt.lang.LongLib cannot be applied to
(com.google.gwt.lang.LongLibBase.LongEmul,com.google.gwt.lang.LongEmul)
[gwt.javac] remainder = LongLib.sub(remainder,
LongLib.Const.ONE);
[gwt.javac] ^
[gwt.javac] 12 errors
BUILD FAILED
/home/thad/jdevel/gwt-svn/trunk/build.xml:103: The following error
occurred while executing this line:
/home/thad/jdevel/gwt-svn/trunk/build.xml:27: The following error
occurred while executing this line:
/home/thad/jdevel/gwt-svn/trunk/build.xml:55: The following error
occurred while executing this line:
/home/thad/jdevel/gwt-svn/trunk/dev/build.xml:195: Compile failed; see
the compiler error output for details.
Total time: 2 seconds
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.