Date: Fri, 14 Nov 2003 15:52:28 +0200 From: Nelis Lamprecht <nelis@brabys.co.za> To: openoffice@freebsd.org Subject: Re: build error OO1.1 referencing incorrect jdk version. Message-ID: <1068817948.18835.69.camel@enigma.8ball.co.za> In-Reply-To: <1068791722.18835.12.camel@enigma.8ball.co.za> References: <1068790148.18835.8.camel@enigma.8ball.co.za> <1068791722.18835.12.camel@enigma.8ball.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
Just following up on my own message. The below method ( previous message ) didn't help me. OpenOffice1.1 compiled for about 4 hours then came up with this error message: s/modules/openoffice/wizard/util/ValueTypeCreator.java MakeModule.java org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java:203: 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/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 '../../unxfbsd.pro/class/oosupport.nbm' ---* RULES.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/odk/source/OOSupport dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice-1.1. I then went and manually edited each file changing $Panel to .Panel and finally the bugger compiled. Yay! :-) Nelis On Fri, 2003-11-14 at 08:35, Nelis Lamprecht wrote: > Changed this line in /usr/ports/editors/openoffice1.1/Makefile > > JDKDIR?= ${LOCALBASE}/jdk1.4.1 > > to jdk1.4.2 and it seems to be compiling fine for now. > > Nelis > > > On Fri, 2003-11-14 at 08:09, Nelis Lamprecht wrote: > > Hi, > > > > Trying to upgrade OpenOffice1.03 to 1.1 and getting the following error: > > > > <snip> > > > > configure: error: /usr/local/jdk1.4.1/bin/javac not found set > > with_jdk_home > > ===> Script "configure" failed unexpectedly. > > Please report the problem to openoffice@FreeBSD.org [maintainer] > > and > > attach the > > > > "/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/config_office/config.log" > > including the output of the failure of your make command. Also, it > > might > > be a good idea to provide an overview of all packages installed on > > your > > system (e.g. an `ls /var/db/pkg`). > > *** Error code 1 > > > > Stop in /usr/ports/editors/openoffice-1.1. > > > > </snip> > > > > This should be using jdk 1.4.2p5 now not jdk 1.4.1 surely ? This is on > > FreeBSD 4.9 Stable. I'm sure I could get the binaries somewhere but that > > would be no fun so I would like to compile my own :-) > > > > Thanks. > > > > Nelis > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068817948.18835.69.camel>