Hi,

Roman Dilken schrieb:
Now I have to also take the new gwenhywfar-version which produces a strange error:

gcc -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr\" - DGWEN_SYSCONF_DIR=\"/usr/etc\" -DLOCALEDIR=\"/usr/share/locale\" - DLIBDIR=\"/usr/lib\" -DPLUGINDIR=\"/usr/lib/gwenhywfar/plugins/38\" - I. -I. -I.. -I../src/base -I../src/crypt -I../src/io -I../src/os -I../ src/ipc -I../src/net2 -I../src/parser -I/sw/include - fvisibility=hidden -g -O2 -Wall -c gwenhywfar.c -MT gwenhywfar.lo -MD -MP -MF .deps/gwenhywfar.TPlo -fno-common -DPIC -o .libs/gwenhywfar.o
gwenhywfar.c: In function 'GWEN_Version':
gwenhywfar.c:375: error: 'GWENHYWFAR_VERSION_MAJOR' undeclared (first use in this function)

The gcc command is missing the argument -DHAVE_CONFIG_H which should have been inserted automatically by autoconf/automake due to the AC_CONFIG_HEADER macro in the configure.ac file. (Well, actually the info pages of autoconf claim that the macro's name should be AC_CONFIG_HEADERS, with trailing S, but I don't know whether that makes a difference.)

So if your build system doesn't add this -DHAVE_CONFIG_H to the makefiles then something is wrong with your build system. Which versions of automake, autoconf is this?

Christian


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to