Re: [Java-gnome-developer] building java-gnome on ubuntu
Brought to you by:
afcowie
From: Fred B. <cha...@ma...> - 2004-10-23 02:57:22
|
i just ended up adding an debian unstable repo within my sources.list and pulled from there. Apparently, nothing complained and it just installed the pkgs i wanted (along with gcj) so, we'll see ;) thanks On Sat, 2004-10-23 at 00:30 +0200, Luca De Rugeriis wrote: > Il giorno ven, 22-10-2004 alle 12:16 -0700, Fred Blaise ha scritto: > > Hello all > > > > I am trying to build the various latest libgtk-java, libgconf-java, etc on > > ubuntu. > > I get the following error (for libgtk-java in that case): > > > > fblaise@ubunchap /opt/java-gnome/libgtk-java-2.4.4 $ ./autogen.sh > > --prefix=/usr > > aclocal: configure.in: 33: macro `AM_PATH_GTK' not found in library > > ./configure: line 1231: JG_COMMON: command not found > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating gtk2-java.pc > > config.status: creating doc/Makefile > > config.status: creating src/Makefile > > config.status: creating src/java//org/gnu/gtk/Gtk.java > > config.status: creating src/java/org/gnu/gdk/Gdk.java > > config.status: creating src/java/org/gnu/glib/GObject.java > > > > fblaise@ubunchap /opt/java-gnome/libgtk-java-2.4.4 $ make > > make -C src all > > make[1]: Entering directory `/opt/java-gnome/libgtk-java-2.4.4/src' > > make[1]: INSTALL@: Command not found > > make[1]: *** [../lib] Error 127 > > make[1]: Leaving directory `/opt/java-gnome/libgtk-java-2.4.4/src' > > make: *** [distro] Error 2 > It seems aclocal couldn't find gtk macros, try to > > export ACLOCAL_FLAGS='-I /usr/share/aclocal' > > assuming that gtk-2.0.m4 is there. |