help with ./autogen failure

Anthony Della Cioppa adellaci at sacoriver.net
Wed May 14 10:02:48 EDT 2014


On 05/13/2014 12:04 PM, John Ralls wrote:
> On May 12, 2014, at 11:26 PM, Anthony Della Cioppa <adellaci at sacoriver.net> wrote:
>
>> How do I go about pointing it to the right path and what should that path be?
>> On 05/13/2014 01:37 AM, Anthony Della Cioppa wrote:
>>> I ran it and this is what I got;
>>>
>>> grep AM_NLS /usr/share/aclocal/nls.m4
>>> AC_DEFUN([AM_NLS],
>>>
>>> the AM_NLS is in red
>>>
>>> On 05/13/2014 01:34 AM, John Ralls wrote:
>>>>   grep AM_NLS /usr/share/aclocal/nls.m4
> The path is /usr/share/aclocal, and should be on aclocal's default search path. Since it seems not to be, try
>    ACLOCAL_FLAGS="-I/usr/share/aclocal" ./autogen.sh
> to force it.
>
> Regards,
> John Ralls
>
>
>
I removed ever thing and went back to 
http://wiki.gnucash.org/wiki/Building#Ubuntu_12.04_LTS_.28Precise_Pangolin.29, 
and start over from the begin.

When i run autogen.sh now this is what i get ;

./autogen.sh
Creating po/POTFILES.in ...
Creating aclocal.m4 ...
Running glib-gettextize --force --copy ...
GnuCash note: Please ignore the output of glib-gettextize below!
Copying file po/Makefile.in.in

Please add the files
   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
   progtest.m4
from the /usr/local/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

GnuCash note: Please ignore the output of glib-gettextize above!

Ensure aclocal.m4 is writable ...
Ensure po/POTFILES.in is writable ...
Running intltoolize --force --copy ...
You should update your 'aclocal.m4' by running aclocal.
Running libtoolize --force --copy ...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'.
libtoolize: copying file `macros/libtool.m4'
libtoolize: copying file `macros/ltoptions.m4'
libtoolize: copying file `macros/ltsugar.m4'
libtoolize: copying file `macros/ltversion.m4'
libtoolize: copying file `macros/lt~obsolete.m4'
Running aclocal  -I macros ...
Running autoheader...
Running automake --add-missing --gnu --warnings=no-portability  ...
Running autoconf ...

NOTE: Just run configure.  Even if something told you to run
       aclocal, automake, or anything else above, IGNORE IT.
       Everything has been run properly.  Just run configure...

You must now run ./configure --enable-compile-warnings ...



More information about the gnucash-user mailing list