build error OO1.1 referencing incorrect jdk version.
Nelis Lamprecht
nelis at brabys.co.za
Fri Nov 14 05:54:35 PST 2003
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 at 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
> >
More information about the freebsd-openoffice
mailing list