ddd
[Top][All Lists]
Advanced

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

gddd compile


From: Greg Czajkowski
Subject: gddd compile
Date: Sun, 15 Mar 2015 09:02:55 +0000 (UTC)

Hello.

Tried going to through the compile flow for gddd with autotools 2.69 using

> libtoolize --force && aclocal && autoheader && automake --force-missing --add-missing && autoconf
 
But ran into the same error as Fred

configure.ac:59: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Added the suggestion to configure.acc

AC_INIT([ddd],[3.3.12],address@hidden)
NICKNAME="Dale Head"
AC_SUBST(NICKNAME)
AC_CONFIG_MACRO_DIR([m4])

Next round mentioned
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Adding the suggestion to Makefile.am. Next round

configure.ac:1188: required file `ddd/Ddd.in' not found

but there is no such file. 

Any help is much appreciated. Thanks
Greg

reply via email to

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