Failing automake when trying to build version from CVS

Tor Harald Thorland linux at strigen.com
Sat Oct 1 16:07:40 EDT 2005


Neil Williams wrote:

>On Friday 30 September 2005 9:55 pm, Tor Harald Thorland wrote:
>  
>
>>Then i downloaded & installed Ubuntu 5.10, This was btw. a PERFECT
>>distro to install on a dell Inspiron 9300 Laptop.
>>
>>After that i have installed (hundreds or thousands :-)) packages wich
>>the ./autogen script has asked for.
>>    
>>
>
>Umm, no, you have not. And it's a lot less than you fear, starting from a 
>normal base install of Gnome on a modern GNU system.
>
>  
>
Yes I have :-) I have struggeled to find a couple of the packages,and
have installed a lot of things I don't need. I will do a clean install
of ubuntu once i got gnucash compiled.

Now, I have made it through the autogen script, and now make does give
me an error. Sorry, but I'm a newbie.. so is there any info in the
output below that tells whats wrong? If not, how can i send the full
ouput to a text file or simmilar to attach to the mail? the terminal
screen doesent carry any more text.

Thanx for the help so far.
THT

Here is the last part of the output of make after a succsessfull autogen:

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
FLAVOR=gnome guile -c \
 "(set! %load-path (cons \"/usr/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/home/tortho/CVSFiles/gnucash/src/engine\"
%load-path)) \
 (primitive-load \"./gw-kvp-spec.scm\") \
 (gw:generate-wrapset \"gw-kvp\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
make  all-recursive
make[4]: Entering directory `/home/tortho/CVSFiles/gnucash/src/engine'
Making all in .
make[5]: Entering directory `/home/tortho/CVSFiles/gnucash/src/engine'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../..    -I../../lib/libc -I../../src/gnc-module
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -std=gnu99    -g -O2
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations   -Werror -MT
gw-engine.lo -MD -MP -MF ".deps/gw-engine.Tpo" -c -o gw-engine.lo
gw-engine.c; \
then mv -f ".deps/gw-engine.Tpo" ".deps/gw-engine.Plo"; else rm -f
".deps/gw-engine.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc
-I../../src/gnc-module -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-std=gnu99 -g -O2 -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Werror -MT gw-engine.lo -MD -MP -MF
.deps/gw-engine.Tpo -c gw-engine.c  -fPIC -o .libs/gw-engine.o
cc1: warnings being treated as errors
In file included from ./gnc-book.h:41,
                 from ./Account.h:31,
                 from ./Group.h:30,
                 from gw-engine.c:9:
./gnc-pricedb.h:176: warning: type qualifiers ignored on function return
type
make[5]: *** [gw-engine.lo] Error 1
make[5]: Leaving directory `/home/tortho/CVSFiles/gnucash/src/engine'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/tortho/CVSFiles/gnucash/src/engine'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/tortho/CVSFiles/gnucash/src/engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tortho/CVSFiles/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tortho/CVSFiles/gnucash'
make: *** [all] Error 2




More information about the gnucash-user mailing list