|
From: Dethe E. <de...@li...> - 2006-11-28 19:00:23
|
Hi Martin,
On 28-Nov-06, at 12:58 AM, Martin Costabel wrote:
> Dethe Elza wrote:
>
>> checking for GTK... configure: error: gtkglextmm 1.2, pangoft2,
>> glibmm-2.4, and pangomm-1.4 libglademm-2.4 are required on Unix-
>> like systems
>
> You can look in src/build.log for more information on this error.
> It will show you which library or package is still missing.
Excellent, thanks for the tip.
>> Now one thing I notice immediately that differs on my system from
>> the instructions above is that I do not have an autogen.sh script
>> in the root.
>
> I am building this from inside a source tree checked out directly
> via cvs. Maybe the tarball that you are using doesn't contain
> autogen.sh, but it will contain a ready configure script. I was
> simply following instructions from HACKING.txt.
OK, I've checked out a clean copy from CVS. Now when I run "sh ./
autogen.sh" I get the following:
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
aclocal.m4:319: installing `./py-compile'
Makefile.am:6: SUBDIRS was already defined in condition TRUE, which
implies condition BUILD_EXAMPLES_TRUE
SUBDIRS (User, where = Makefile.am:6) +=
{
TRUE => site-packages/visual src
}
Makefile.am:6: SUBDIRS was already defined in condition TRUE, which
implies condition BUILD_DOCS_TRUE
SUBDIRS (User, where = Makefile.am:6) +=
{
TRUE => site-packages/visual src
BUILD_EXAMPLES_TRUE => examples
}
Makefile.am:6: directory should not contain `/'
configure.ac:33: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
Completed successfully
====================== snip ========================
Lulled by the false sense of security from that last line ("Completed
successfully") I tried running the resulting .configure, but received
syntax errors, so I'm taking a step back to try to get autogen.sh to
run without errors. Do any of the above ring any bells for you? Do
these indicate that I'm missing a library, need a newer version of
the autoconf chain (I'm pretty sure I'm up to date with that), or
something else?
Thanks again for your help!
--Dethe
>
> --
> Martin
>
Email is where knowledge goes to die. --Bill French
|