Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2004 15:59:42 -0800 (PST)
From:      Brian Behlendorf <brian@hyperreal.org>
To:        java@freebsd.org, gnome@freebsd.org
Subject:   problem building gnomespeech/java?
Message-ID:  <20041218155455.T4983@fez.hyperreal.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041218155455.T4983>