On Sunday, October 26, 2003 09:38 pm, Leon Brooks wrote:
> On Sun, 26 Oct 2003 11:41, AAW wrote:
> > Sun's j2sdk-1.4.2-fcs installed (same results if not installed).
>
> try this before building (might need to tweak the path):
>
> export JAVA_HOME=/usr/jave/j2re1.4.0_02
>
> if you still get the GIJ message, try
>
> export OVERRIDE_JAVA_HOME=/usr/jave/j2re1.4.0_02
>
> Cheers; Leon
Thanks for the tip, Leon. Setting OVERRIDE_JAVA_HOME to
/usr/java/j2sdk1.4.2 got me over the GIJ hump. Unfortunately, it died
about five hours into the build process with the following:
---------<LOG>---------
org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java:210:
cannot resolve symbol
symbol : class WizardDescriptor$Panel
location: package openide
perchance you meant 'WizardDescriptor.Panel'
public org.openide.WizardDescriptor$Panel current()
^
org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java:217:
cannot resolve symbol
symbol : class WizardDescriptor$Panel
location: package openide
perchance you meant 'WizardDescriptor.Panel'
public org.openide.WizardDescriptor$Panel current() {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
dmake: Error code 1, while making
'../../unxlngi4.pro/class/oosupport.nbm'
---* RULES.MK *---
ERROR: Error 65280 occurred while making
/disks/hda07/oo_1.1rc4_src/odk/source/OOSupport
dmake: Error code 1, while making 'build_all'
---* TG_SLO.MK *---
error: Bad exit status from /home/one/rpm/tmp/rpm-tmp.46350 (%build)
RPM build errors:
Bad exit status from /home/one/rpm/tmp/rpm-tmp.46350 (%build)
[
---------</LOG>---------
Arn