Hi,

... always mailinglist ... bla bla ... never individual  ... yadda yadda

Roman Dilken schrieb:
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?

The version is GNU atuomake/-conf version 1.6.3.

This is automake, thanks. Autoconf is a different package; which version is this? We are using automake-1.9.5 and autoconf-2.59, so you might consider upgrading.

Yes there can be errors because the first errors appear while executing make -fMakefile.cvs which causes configure not to be built.

Well if that fails then not only configure is probably not built but maybe other steps are missing as well (e. g. autoheader). If this command fails, then either: 1. you have to stop here, because you won't be able to have a correct build from CVS, or 2. you really get into the autotools and figure out which steps need to be performed manually. autoconf alone is surely not enough!!!

Here the errors from the Makefile:

configure.ac:13: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'

Try to replace the line with AC_CONFIG_HEADER by AM_CONFIG_HEADER. Would that work?

Makefile.am:143: CLEANFILES was already defined in condition TRUE, which implies condition USE_I18N_TRUE

These can be ignored, I think.

Christian


  CLEANFILES (User, where = Makefile.am:143) +=
  {
    TRUE => gwenhywfar-config
  }
plugins/crypttoken/ohbci/Makefile.am:22: ohbci_la_DEPENDENCIES was already defined in condition TRUE, which implies condition IS_WINDOWS_TRUE

# if IS_WINDOWS
ohbci_la_DEPENDENCIES (User, where = plugins/crypttoken/ohbci/ Makefile.am:22) +=
  {
    TRUE => $(top_builddir)/src/libgwenhywfar.la
  }
plugins/dbio/csv/Makefile.am:21: csv_la_DEPENDENCIES was already defined in condition TRUE, which implies condition IS_WINDOWS_TRUE

# if IS_WINDOWS
  csv_la_DEPENDENCIES (User, where = plugins/dbio/csv/Makefile.am: 21) +=
  {
    TRUE => $(top_builddir)/src/libgwenhywfar.la
  }
plugins/dbio/olddb/Makefile.am:21: olddb_la_DEPENDENCIES was already defined in condition TRUE, which implies condition IS_WINDOWS_TRUE

# if IS_WINDOWS
olddb_la_DEPENDENCIES (User, where = plugins/dbio/olddb/ Makefile.am:21) +=
  {
    TRUE => $(top_builddir)/src/libgwenhywfar.la
  }
src/Makefile.am:21: DEFS must be set with `=' before using `+='
src/Makefile.am:61: libgwenhywfar_la_DEPENDENCIES was already defined in condition TRUE, which implies condition IS_WINDOWS_TRUE

# if IS_WINDOWS
  libgwenhywfar_la_DEPENDENCIES (User, where = src/Makefile.am:61) +=
  {
    TRUE => \
  base/libbase.la \
  crypt/libcrypt.la \
  crypt2/libcrypt2.la \
  io/libio.la \
  ipc/libipc.la \
  net2/libnet2.la \
  os/libos.la \
  parser/libparser.la

  }
/usr/share/automake-1.6/am/compile.am: DEFS was set with `+=' and is now set with `='
make: *** [all] Error 1


Yours,


Roman Dilken




--

Roman Dilken
EDV - Dienstleistungen
Margrafenstraße 28
D-87600 Kaufbeuren

Tel.: 08341/879655
Fax: 08341/879671
Mail: [EMAIL PROTECTED]
WWW: http://www.web-emails.de




-------------------------------------------------------
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&kid3432&bid#0486&dat1642
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to