problem building gnomespeech/java?

Brian Behlendorf brian at hyperreal.org
Sat Dec 18 15:59:44 PST 2004


Using jdk-1.4.2p6_7 from ports, natively built on each of FreeBSD RELENG_5 
and RELENG_4 as of a few days ago.

Trying to build the accessibility/gnomespeech port (a dependency for 
gnome2), and having trouble:

[...]
Making all in java
gmake[2]: Entering directory 
`/usr/ports/accessibility/gnomespeech/work/gnome-speech-0.3.5/java'
/usr/local/bin/idlj \
-emitAll -i /usr/local/share/idl/bonobo-activation-2.0 -i ../idl \
-pkgPrefix GNOME org \
-pkgPrefix Bonobo org.GNOME \
-fallTie ../idl/GNOME_Speech_SynthesisDriver.idl
/usr/local/bin/javac org/GNOME/Speech/*.java
org/GNOME/Speech/SpeakerOperations.java:11: package org.GNOME.Bonobo does not exist
public interface SpeakerOperations  extends org.GNOME.Bonobo.UnknownOperations
                                                             ^
org/GNOME/Speech/Speaker.java:11: package org.GNOME.Bonobo does not exist
public interface Speaker extends SpeakerOperations, org.GNOME.Bonobo.Unknown, org.omg.CORBA.portable.IDLEntity
                                                                     ^
org/GNOME/Speech/SpeechCallbackOperations.java:11: package org.GNOME.Bonobo does not exist
[... and so on, till failure...]


Is there a dependency I'm missing?

 	Brian



More information about the freebsd-java mailing list