Hi David,

David Reiser schrieb:
none of my attempts fixed the other build problem:

g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I. -I../../../../../../../.. -I../../../../../../../../headers -I../widgets -I../dialogs -I.. -I/ opt/include -I/Developer/qt/include -I/opt/include -I/opt/include -g - Wall -MT accountview.ui.lo -MD -MP -MF .deps/accountview.ui.Tpo -c accountview.ui.cpp -fno-common -DPIC -o .libs/accountview.ui.o
accountview.ui.cpp:19:29: accountlistview.h: No such file or directory

the sl-headers commands ran without complaint, build failed
new tarball, ./configure worked, but build failed

That was in src/plugins/backends/aqofxconnect/ui/qt3/libs/views ? Oh, we accidentally have an old include in the .ui file. To fix this: Open the file src/plugins/backends/aqofxconnect/ui/qt3/libs/views/accountview.ui, remove the line reading <includehint>accountlistview.h</includehint>, and run make again. In our qt-version, this includehint was ignored anyway, so we didn't see an error here before.

I'll put this into CVS immediately.

I even tried checking out the most recent CVS, but there 'make - fMakefile.cvs' followed by ./configure gave me:

./configure: line 21942: syntax error near unexpected token `1,98,1,1'
./configure: line 21942: `AC_GWENHYWFAR(1,98,1,1)'

Firstly, as long as you use any gwenhywfar-1.x (and not gwenhywfar-CVS with version numbers > 1.90.x), you need to use aqbanking's CVS branch "gwen-1-branch" instead of the HEAD branch. So in the CVS working copy, do

  cvs update -rgwen-1-branch

Secondly, building from CVS has a few more subtle requirements. For example, when Makefile.cvs runs the command "aclocal ...", then the "-I /some/where/share/aclocal" directory list has to include a directory where the file gwenhywfar.m4 is located. Unfortunately aclocal will not give a clear error message if this is not the case, we only get a "warning: AC_GWENHYWFAR not found" but it doesn't stop. If you have installed the gwenhywfar library with --prefix=/gwen/prefix, then you need to do

  ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /gwen/prefix/share/aclocal" \
    make -f Makefile.cvs

before you run configure in the CVS working copy.

Christian


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to