* Help with doxymacs
@ 2010-01-18 8:50 Suvayu Ali
2010-01-18 10:22 ` Herbert J. Skuhra
0 siblings, 1 reply; 3+ messages in thread
From: Suvayu Ali @ 2010-01-18 8:50 UTC (permalink / raw)
To: Emacs mailing list
Hi everyone,
Recently I came across the library doxymacs[1], but I haven't been able
to build the library. It relies on the GNU auto tools, and I am not
familiar with it. So far from what I have figured out, these are the
commands that I use to generate the ./configure script and the Makefile
for the library:
> $ autoconf
> configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> configure.ac:18: error: possibly undefined macro: AM_PATH_LISPDIR
> configure.ac:21: error: possibly undefined macro: AM_PATH_XML2
> $ aclocal
> $ automake
> configure.ac:11: required file `./install-sh' not found
> configure.ac:11: `automake --add-missing' can install `install-sh'
> configure.ac:11: required file `./missing' not found
> configure.ac:11: `automake --add-missing' can install `missing'
> c/Makefile.am: required file `./depcomp' not found
> c/Makefile.am: `automake --add-missing' can install `depcomp'
However running ./configure gives me this error.
> $ ./configure
> ./configure: line 1775: syntax error near unexpected token `doxymacs,'
> ./configure: line 1775: `AM_INIT_AUTOMAKE(doxymacs, 1.8.0)'
Thanks for any help on this.
[1] http://doxymacs.sourceforge.net/
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with doxymacs
2010-01-18 8:50 Help with doxymacs Suvayu Ali
@ 2010-01-18 10:22 ` Herbert J. Skuhra
2010-01-18 12:29 ` Suvayu Ali
0 siblings, 1 reply; 3+ messages in thread
From: Herbert J. Skuhra @ 2010-01-18 10:22 UTC (permalink / raw)
To: help-gnu-emacs
At Mon, 18 Jan 2010 00:50:54 -0800,
Suvayu Ali wrote:
>
> Hi everyone,
>
> Recently I came across the library doxymacs[1], but I haven't been able
> to build the library. It relies on the GNU auto tools, and I am not
> familiar with it. So far from what I have figured out, these are the
> commands that I use to generate the ./configure script and the Makefile
> for the library:
>
> > $ autoconf
> > configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE
> > If this token and others are legitimate, please use m4_pattern_allow.
> > See the Autoconf documentation.
> > configure.ac:18: error: possibly undefined macro: AM_PATH_LISPDIR
> > configure.ac:21: error: possibly undefined macro: AM_PATH_XML2
> > $ aclocal
> > $ automake
> > configure.ac:11: required file `./install-sh' not found
> > configure.ac:11: `automake --add-missing' can install `install-sh'
> > configure.ac:11: required file `./missing' not found
> > configure.ac:11: `automake --add-missing' can install `missing'
> > c/Makefile.am: required file `./depcomp' not found
> > c/Makefile.am: `automake --add-missing' can install `depcomp'
>
> However running ./configure gives me this error.
>
> > $ ./configure
> > ./configure: line 1775: syntax error near unexpected token `doxymacs,'
> > ./configure: line 1775: `AM_INIT_AUTOMAKE(doxymacs, 1.8.0)'
>
> Thanks for any help on this.
Hi!
Why are you running autoconf/aclocal/autoconf? Have you checked out
the source from cvs?
In this case try:
% autoreconf -i
% ./configure
-Herbert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with doxymacs
2010-01-18 10:22 ` Herbert J. Skuhra
@ 2010-01-18 12:29 ` Suvayu Ali
0 siblings, 0 replies; 3+ messages in thread
From: Suvayu Ali @ 2010-01-18 12:29 UTC (permalink / raw)
To: help-gnu-emacs
On Monday 18 January 2010 02:22 AM, Herbert J. Skuhra wrote:
> At Mon, 18 Jan 2010 00:50:54 -0800,
> Suvayu Ali wrote:
>>
>> to build the library. It relies on the GNU auto tools, and I am not
>> familiar with it. So far from what I have figured out, these are the
>> commands that I use to generate the ./configure script and the Makefile
>> for the library:
>>
> Hi!
>
> Why are you running autoconf/aclocal/autoconf? Have you checked out
> the source from cvs?
Like I mentioned earlier, I am not familiar with auto tools at all! :-p
> In this case try:
>
> % autoreconf -i
> % ./configure
Thanks a lot. This worked like a charm. :)
> -Herbert
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-18 12:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18 8:50 Help with doxymacs Suvayu Ali
2010-01-18 10:22 ` Herbert J. Skuhra
2010-01-18 12:29 ` Suvayu Ali
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).