Failing automake when trying to build version from CVS
Tor Harald Thorland
linux at strigen.com
Wed Sep 28 10:25:29 EDT 2005
Neil Williams wrote:
>On Wednesday 28 September 2005 1:12 pm, Tor Harald Thorland wrote:
>
>
>>Hi,
>>I\m trying to build the latest version from CVS to do some translation.
>>
>>
>>[root at inspiron gnucash]#
>>
>>
>
>Why are you trying to build as root? That's always a bad idea and the build
>has never required such action.
>
>Copy the tree to userspace and build it from there (using
>--enable-opt-style-install as in the README.cvs)
>
>
>
I did not at first, but after the error i tryed that as well. the files
is in my user space.
>>Running automake --gnu ...
>>configure.in:1301: required file `intl/Makefile.in' not found
>>/usr/share/automake-1.9/am/tags.am: ctags was already defined in
>>condition !GNC_CTAGS_FILE, which is included in condition TRUE ...
>>Makefile.am:124: ... `ctags' previously defined here
>>
>>
>
>Those are not a problem, my build proceeds normally despite outputting these
>(or similar) warnings.
>
>
>
>>**Error**: automake failed.
>>
>>
>
>There's something else missing here, another message or some other output?
>
>What is the command you are using?
>
>I use:
>cd /opt/working/gnucash-gnome2/
>./autogen.sh --enable-doxygen --enable-opt-style-install \
>--prefix=/opt/garfield/gnome2
>
>
>
And Derek, sorry about the private mails. I started to wonder where my
postings to the list was. Im used to the fedora list, and on that one i
only use the reply button.
The full command line wich i use is:
[tortho at inspiron gnucash]$ ./autogen.sh --enable-debug
--prefix=/opt/gnucash-1.8
I then also tryed with the --enable-opt-style-install as weell with the
same output.
The full output wich i get is:
[tortho at inspiron gnucash]$ ./autogen.sh --enable-debug --enable-ofx
--prefix=/opt/gnucash-1.8 --enable-opt-style-install
processing .
deletefiles is macros/gnome-gettext.m4
mv: overwrite `configure.in', overriding mode 0644? y
*** WARNING ***
*** We're about to run "gettext" which may spew a few paragraphs
*** of crap at you and ask you to acknowledge it. If it does this,
*** just hit return to acknowledge gettext. You DO NOT need to do
*** anything that it asks of you except hitting return.
Creating ./aclocal.m4 ...
(1) Running gettextize... Ignore non-fatal messages.
./macros/autogen.sh: line 156: gettextize: command not found
Making ./aclocal.m4 writable ...
*** WARNING ***
*** Ignore any instruction above about running aclocal by hand.
*** I repeat, do not run aclocal by hand. You have been warned.....
Running intltoolize ...
no need for patching file 'Makefile.in.in'
Running aclocal -I macros ...
configure.in:682: warning: underquoted definition of BB_ENABLE_DOXYGEN
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:3605: warning: underquoted definition of AC_LIB_LTDL
acinclude.m4:3638: warning: underquoted definition of AC_LTDL_ENABLE_INSTALL
acinclude.m4:3648: warning: underquoted definition of
AC_LTDL_SYS_DLOPEN_DEPLIBS
acinclude.m4:3677: warning: underquoted definition of AC_LTDL_SHLIBEXT
acinclude.m4:3697: warning: underquoted definition of AC_LTDL_SHLIBPATH
acinclude.m4:3709: warning: underquoted definition of AC_LTDL_SYSSEARCHPATH
acinclude.m4:3733: warning: underquoted definition of AC_LTDL_OBJDIR
acinclude.m4:3755: warning: underquoted definition of AC_LTDL_DLPREOPEN
acinclude.m4:3773: warning: underquoted definition of AC_LTDL_DLLIB
acinclude.m4:3804: warning: underquoted definition of AC_LTDL_SYMBOL_USCORE
acinclude.m4:3843: warning: underquoted definition of AC_LTDL_DLSYM_USCORE
acinclude.m4:3930: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
acinclude.m4:3954: warning: underquoted definition of AM_PATH_GWRAP
acinclude.m4:4044: warning: underquoted definition of AM_GUILE_VERSION_CHECK
acinclude.m4:4124: warning: underquoted definition of AM_PATH_LIBGUPPI
macros/gnome-gdk-pixbuf.m4:12: warning: underquoted definition of
GNOME_CHECK_GDK_PIXBUF
macros/as-scrub-include.m4:20: warning: underquoted definition of
AS_SCRUB_INCLUDE
macros/aqbanking.m4:5: warning: underquoted definition of AC_AQBANKING
aclocal:configure.in:48: warning: macro `AM_GNU_GETTEXT' not found in
library
aclocal:configure.in:78: warning: macro `AM_PATH_GLIB' not found in library
aclocal:configure.in:778: warning: macro `AM_PATH_LIBGLADE' not found in
library
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced,
see the
autoheader: WARNING: documentation.
Running automake --gnu ...
configure.in:1301: required file `intl/Makefile.in' not found
/usr/share/automake-1.9/am/tags.am: ctags was already defined in
condition !GNC_CTAGS_FILE, which is included in condition TRUE ...
Makefile.am:124: ... `ctags' previously defined here
**Error**: automake failed.
[tortho at inspiron gnucash]$
More information about the gnucash-user
mailing list