Hi, For some reason I was unable to build openoffice-2.0 from source and got some errors when compiling Java Beanshell it seems. It complained of ambiguous references for interface Type. I have attached the complete log for the build (scroll to the very end to see the errors). I am using Gentoo with sun-jdk-1.5.0_01.
Below are some examples of the kinds of errors I got. /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0 /build/ooo680-m3/beanshell /unxlngi4.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137: referenc e to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect a nd class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match this.superClassName = Type.getInternalName( superClass ); ^ /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0 /build/ooo680-m3/beanshell /unxlngi4.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137: cannot f ind symbol symbol : method getInternalName(java.lang.Class) location: interface java.lang.reflect.Type this.superClassName = Type.getInternalName( superClass ); ^ /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0 /build/ooo680-m3/beanshell /unxlngi4.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185: referenc e to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect a nd class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match interfaceNames[i]=Type.getInternalName( interfaces[i] ); ^ Thanks, Affan
