[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble configuring Classpath CVS head
From: |
Tom Tromey |
Subject: |
Re: trouble configuring Classpath CVS head |
Date: |
21 Oct 2004 08:28:55 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Steven" == Steven Augart <address@hidden> writes:
Steven> I just ran "cvs update" in my Classpath source tree for the first time
Steven> since October 6th. I then ran "autogen.sh". When I tried to actually
Steven> run configure, though, my output included the following:
Steven> ../classpath/configure: line 23257: ` PKG_CHECK_MODULES(GTK,
Steven> gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 libart-2.0)'
Steven> I'm using pkg-config version 0.14.0 and autoconf 2.59 and automake
Steven> (and aclocal) version 1.9.2.
You have to make sure aclocal can see pkg.m4. "aclocal -I ." should
work, since pkg.m4 is in classpath cvs. Perhaps autogen.sh should do
this automatically.
Tom