gcj1

wedding bugfixes
So now I have a working 1.9 OOo under fedora I could fiddle with making some RSVPs last night, and ran into a .doc import layout problem in OOo 1.9.69, hence this fix.

gcj1
Installsets of the gcj1 workspace here. (sunjava is the same workspace built with sun java to hopefully verify no regressions for non gcj users.)

The following dirs could not be built with gcj, apparently for the listed reasons and are disabled when OOo is build with gcj. So anyone with an interest in furthering the gcjing of OOo can examine those to see what can be done (wizards is the most important IMO)

./scripting/examples/java/makefile.mk:
-> javax.swing.JTree.getLastSelectedPathComponent
./scripting/java/makefile.mk:
-> org.mozilla.javascript.EcmaError
./bean/native/unix/makefile.mk:
-> jawt.h
./filter/source/xsltfilter/makefile.mk:
-> StreamSource not found in the declaration of the local variable “stylesource”
./filter/source/xsltvalidate/makefile.mk:
-> javax.xml.parsers.DocumentBuilderFactory
./hsqldb/makefile.mk:
-> sun.security.action.GetPropertyAction
./canvas/source/java/makefile.mk:
-> sun.awt
./connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk:
-> org.hsqldb.lib.FileAccess
./sj2/stardiv/controller/makefile.mk:
-> com.sun.star.lib.sandbox.ResourceProxy
./sj2/stardiv/net/protocol/appletresource/makefile.mk:
-> sun.net
./sj2/stardiv/applet/makefile.mk:
-> com.sun.star.lib.sandbox.ResourceProxy
./sj2/stardiv/app/makefile.mk:
-> sun.net.ftp.FtpClient
./wizards/com/sun/star/wizards/web/export/makefile.mk:
-> com.sun.star.wizards.web.data.CGSession
./wizards/com/sun/star/wizards/web/data/makefile.mk:
-> javax.xml.parsers.ParserConfigurationException
./wizards/com/sun/star/wizards/web/makefile.mk:
-> com.sun.star.wizards.web.data.CGStyle
./wizards/com/sun/star/wizards/tutorial/creator/makefile.mk:
-> com.sun.star.wizards.tutorial.creator.frame.Framework
./wizards/com/sun/star/wizards/tutorial/creator/frame/objectFinder/makefile.mk:
-> javax.swing.JTable.setRowSelectionInterval
./wizards/com/sun/star/wizards/tutorial/creator/frame/makefile.mk:
-> com.sun.star.wizards.tutorial.creator.frame.objectFinder.XFramework
./wizards/com/sun/star/wizards/tutorial/executer/makefile.mk:
-> com.sun.star.wizards.tutorial.creator.frame.Framework
./qadevOOo/tests/java/ifc/document/makefile.mk:
-> java.awt.print.PrinterJob.lookupPrintServices
./qadevOOo/tests/java/mod/_sw/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/tests/java/mod/_sm/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/tests/java/mod/_xmloff/Chart/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/tests/java/mod/_xmloff/Draw/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/tests/java/mod/_xmloff/Impress/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/tests/java/mod/_sc/makefile.mk:
-> ifc.document._XFilter.FilterChecker
./qadevOOo/runner/util/compare/makefile.mk:
-> convwatch
./qadevOOo/runner/convwatch/makefile.mk:
-> javax.imageio.ImageIO.write
./rhino/makefile.mk:
-> javax.swing.JTextArea.replaceRange
./sandbox/com/sun/star/lib/sandbox/makefile.mk:
-> sun.applet.AppletAudioClip

Comments are closed.