classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: testing before a release


From: Mark Wielaard
Subject: Re: testing before a release
Date: Mon, 5 Nov 2001 23:03:02 +0100
User-agent: Mutt/1.3.23i

Hi,

On Mon, Nov 05, 2001 at 10:35:27PM +0100, Mark Wielaard wrote:
> 
> I wasn't so lucky on Debian GNU/Linux powerpc. There I get errors like:
> 
> aclocal: configure.in: 109: macro `AM_PATH_GTK' not found in library
> aclocal: configure.in: 110: macro `AM_PATH_GLIB' not found in library
> aclocal: configure.in: 114: macro `AM_PATH_LIBART' not found in library

Silly me forgot to install de gtk, glib and libart development packages.
    apt-get install libgtk1.2-dev libglib1.2-dev libart-dev
And it works!

Well almost. Running configure --enable-jni gives:
config.status: linking ./include/jni_md-unknown-linux-gnu.h to include/jni_md.h
config.status: error: ./include/jni_md-unknown-linux-gnu.h: File not found

But a cp include/jni_md-pc-linux-gnu.h include/jni_md-unknown-linux-gnu.h
fixed that. And make creates all the libraries.

Happy,

Mark
-- 
Stuff to read:
    <http://www.toad.com/gnu/whatswrong.html>
  What's Wrong with Copy Protection, by John Gilmore



reply via email to

[Prev in Thread] Current Thread [Next in Thread]