pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] autogen.sh Problem on OSX


From: Sander
Subject: Re: [Pan-users] autogen.sh Problem on OSX
Date: Tue, 15 Mar 2005 09:36:55 +0100
User-agent: Microsoft-Entourage/11.1.0.040913

John Aldrich wrote:

> On Monday 14 March 2005 04:59 am, Adi Sander wrote:

>> Tried to build the latest CVS on OSX, but I always get

>> Checking for required M4 macros...
>>   glib-gettext.m4 not found
>>   intltool.m4 not found
>>   pkg.m4 not found
>> Checking for forbidden M4 macros...
>> ***Error***: some autoconf macros required to build Pan
>>   were not found in your aclocal path, or some forbidden
>>   macros were found.  Perhaps you need to adjust your
>>   ACLOCAL_PATH?

>> ACLOCAL_PATH=/sw/share/aclocal/ points to the folder with the M4 makros,
>> gnome-common is installed.

>> Any help is appreciated because I would really like to try a newer version
>> of pan. Or is it possible to get a CVS_Snapshot (with configure).

> Try to find a package to installed called "glib-gettext" or just "gettext" and
> the apporpriate "devel" packages to go with. That's the problem I, and one or
> two others on this list had with compiling the CVS version under Fedora Core
> 3. We needed the "gettext-devel" package installed.

Thank you for the answer. Gettext-devel is installed and the macros are
there. After searching with Google I was able to solve that problem with

export ACLOCAL_FLAGS="-I /sw/share/aclocal"

But now there is another problem:

Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.in
Running aclocal-1.4...
aclocal: /sw/share/aclocal/ccstdc.m4: 23: duplicated macro `AM_PROG_CC_STDC'
aclocal: /sw/share/aclocal/cond.m4: 3: duplicated macro `AM_CONDITIONAL'
aclocal: /sw/share/aclocal/dmalloc.m4: 8: duplicated macro `AM_WITH_DMALLOC'
aclocal: /sw/share/aclocal/error.m4: 4: duplicated macro
`AM_FUNC_ERROR_AT_LINE'
aclocal: /sw/share/aclocal/header.m4: 3: duplicated macro `AM_CONFIG_HEADER'
aclocal: /sw/share/aclocal/init.m4: 10: duplicated macro `AM_INIT_AUTOMAKE'
aclocal: /sw/share/aclocal/lex.m4: 6: duplicated macro `AM_PROG_LEX'
aclocal: /sw/share/aclocal/lispdir.m4: 8: duplicated macro `AM_PATH_LISPDIR'
aclocal: /sw/share/aclocal/maintainer.m4: 6: duplicated macro
`AM_MAINTAINER_MODE'
aclocal: /sw/share/aclocal/missing.m4: 6: duplicated macro `AM_MISSING_PROG'
aclocal: /sw/share/aclocal/mktime.m4: 6: duplicated macro `AM_FUNC_MKTIME'
aclocal: /sw/share/aclocal/multi.m4: 4: duplicated macro
`AM_ENABLE_MULTILIB'
aclocal: /sw/share/aclocal/obstack.m4: 4: duplicated macro `AM_FUNC_OBSTACK'
aclocal: /sw/share/aclocal/protos.m4: 8: duplicated macro `AM_C_PROTOTYPES'
aclocal: /sw/share/aclocal/ptrdiff.m4: 5: duplicated macro
`AM_TYPE_PTRDIFF_T'
aclocal: /sw/share/aclocal/regex.m4: 17: duplicated macro `AM_WITH_REGEX'
aclocal: /sw/share/aclocal/sanity.m4: 5: duplicated macro `AM_SANITY_CHECK'
aclocal: /sw/share/aclocal/strtod.m4: 30: duplicated macro `AM_FUNC_STRTOD'
aclocal: /sw/share/aclocal/termios.m4: 5: duplicated macro
`AM_SYS_POSIX_TERMIOS'
aclocal: /sw/share/aclocal/winsz.m4: 5: duplicated macro
`AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL'
Computer:/pan_cvs/pan user$ make
make: *** No targets specified and no makefile found.  Stop.

I assume
 
1. ./autogen.sh
2. make
3. make install

are the needed steps.

Any help would be appreciated. Thanks.






reply via email to

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