Hi all,
I try to build the 680_m104s1 cvs version of openoffice on my mac but I have experimented some problems :

1) First of all, I have disabled the mozab driver from connectivity by removing this lines from build.lst : cn connectivity\source\drivers\mozab\mozillasrc nmake - all cn_mozab_mozillasrc cn_file NULL cn connectivity\source\drivers\mozab nmake - all cn_mozab cn_mozab_mozillasrc cn_dbtools NULL And modify the scp2 "file_library_ooo.scp" file (I use this patch as source : http://eric.bachard.free.fr/mac/patches/SRC680/m64/patches/ connectivity/buildfix-disable-mozab.diff).

        2) When I came to testtools I have this error :
[Java framework] The JRE specified by the bootstrap variable UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be recognized. Check the values and make sure that you use a plug-in library that can recognize that JRE.register component 'file:///Volumes/UNTITLED/680_m104s1/sources/testtools/source/ bridgetest/../../unxmacxp.pro/class/testComponent.jar' in registry '../../unxmacxp.pro/lib/uno_services.rdb' failed! error (RuntimeException): [JavaVirtualMachine]:An unexpected error occurred while starting Java!
using loader com.sun.star.loader.Java2
dmake: Error code 1, while making '../../unxmacxp.pro/lib/uno_services.rdb'
dmake:  '../../unxmacxp.pro/lib/uno_services.rdb' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /Volumes/UNTITLED/680_m104s1/sources/testtools/source/bridgetest
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

So I remove this lines from the makefile.mk :
$(REGCOMP) -register -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@ -c \ $(subst,$/,/ $(FILEURLPREFIX)$(PWD)$/$(CLASSDIR)$/testComponent.jar) \
        -classpath $(CLASSPATH)
then it compile.

But now it stop building on instsetoo_native, the first error was because of the well known problem with the msi installer, which is not realy needed when we compile oo on MacOSX I think, so I replace the cp -ua by a manual cp -r which seems to work as Ii want it to.
But now that problem is solved I get this error :

services.rdb can be created
Languages:
        en-US
########################################################
... checking required files ...
...... searching zip ...
        Found: /usr/bin/zip
...... searching unzip ...
        Found: /usr/bin/unzip
... analyzing ../util/openoffice.lst ...
... analyzing script: /Volumes/UNTITLED/680_m104s1/sources/solver/680/unxmacxp.pro/bin/ setup_osl.ins ...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...
------------------------------------
... languages en-US ...
... analyzing files ...
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SCPZIP_REPLACE ...
... analyzing files with flag PATCH_SO_NAME ...
... creating preregistered services.rdb ...
[Java framework] The JRE specified by the bootstrap variable UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be recognized. Check the values and make sure that you use a plug-in library that can recognize that JRE.javaldx failed! [Java framework] The JRE specified by the bootstrap variable UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME could not be recognized. Check the values and make sure that you use a plug-in library that can recognize that JRE.javaldx failed!
... cleaning the output tree ...
... removing directory /Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ OpenOffice/zipfiles/en-US ... ... removing directory /Volumes/UNTITLED/680_m104s1/sources/instsetoo_native/unxmacxp.pro/ OpenOffice/services.rdb/en-US_witherror_2 ...

**************************************************
ERROR: ERROR: Could not register all components!
in function: create_services_rdb
**************************************************

I give you the complete log file generated by this error. Hope that help.

So here is my question : is it possible to disable the registration of the problematic components from instsetoo_native ? And if it's possible how could I do this ?

Hope you help me.

In waiting your help, have a nice day.





Gérald Fenoy
!! GIS for gentoo'er !!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to