po compile error

Christian Stimming stimming@tuhh.de
Mon, 23 Sep 2002 12:04:45 +0200


Eildert Groeneveld wrote:

> gnucash is great, compiling it is a pain in the neck :):(
> This is what I did:
> 
> !/bin/bash
> cvs update
> ./autogen.sh --enable-maintainer-mode --enable-hbci 
> --with-openhbci-prefix=/usr/local/openhbci
> autoconf
> ./configure  --enable-maintainer-mode --enable-hbci 
> --with-openhbci-prefix=/usr/local/openhbci
> make
> 
> this is what I got:
> seems to be related with hbci, thus it seems you are probably the best guy to 
> help:
> (openhbci is current)


You need to update your openhbci yet again. (I changed openhbci CVS 
stuff over the weekend) Note: This is likely to happen again and again 
until I finally accounce otherwise. Note also: Error messages in the 
hbci subdirectory that read "implicit declaration ..." mean almost 
*always* that the openhbci stuff needs to be updated yet again.

Christian


> 
> 
> Wmissing-declarations -Werror-implicit-function-declaration -Wall -Wunused 
> -Wp,-MD,.deps/dialog-hbcitrans.pp -c dialog-hbcitrans.c   -fPIC -o 
> .libs/dialog-hbcitrans.o
> cc1: warnings being treated as errors
> dialog-hbcitrans.c: In function `gnc_hbci_trans':
> dialog-hbcitrans.c:98: warning: passing arg 1 of `HBCI_Customer_custName' 
> discards qualifiers from pointer target type
> dialog-hbcitrans.c:99: warning: passing arg 1 of `HBCI_Customer_custName' 
> discards qualifiers from pointer target type
> dialog-hbcitrans.c:100: warning: passing arg 1 of `HBCI_Customer_custId' 
> discards qualifiers from pointer target type
> dialog-hbcitrans.c:152: warning: implicit declaration of function 
> `HBCI_Value_new_double'
> dialog-hbcitrans.c:152: warning: initialization makes pointer from integer 
> without a cast
> make[5]: *** [dialog-hbcitrans.lo] Error 1
> make[5]: Leaving directory `/usr/local/src/gnucash/src/import-export/hbci'
> 
> 
> 
> 
> On Monday 23 September 2002 09:57, you wrote:
> 
>>Ich würde erstmal
>>
>>./autogen.sh --mit-allen-configure-options
>>
>>laufen lassen. Bleibt der Fehler bestehen? Wenn ja, nochmal ne Mail an
>>gnucash-devel schicken, mit Hinweis auf den vorherigen Aufruf von
>>autogen.sh.
>>
>>Christian
>>
>>Eildert Groeneveld wrote:
>>
>>>Hello everyone
>>>I have a problem compiling CVS gnucash:
>>>
>>>Making all in po
>>>make[2]: Entering directory `/usr/local/src/gnucash/po'
>>>make[2]: *** No rule to make target `/config.status', needed by
>>>`Makefile'. Stop.
>>>make[2]: Leaving directory `/usr/local/src/gnucash/po'
>>>make[1]: *** [all-recursive] Error 1
>>>
>>>
>>>any Idea what may be missing?
>>>
>>>Eildert Groeneveld
>>>==================================================
>>>Institute for Animal Science
>>>Mariensee 31535 Neustadt Germany
>>>Tel : (+49)(0)5034 871155 Fax : (+49)(0)5034 871 239
>>>e-mail: eg@tzv.fal.de  http://www.tzv.fal.de/~eg/
>>>==================================================
>>>
>>>_______________________________________________
>>>gnucash-devel mailing list
>>>gnucash-devel@lists.gnucash.org
>>>https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>>>
>