Hello everybody, I tried to compile aqbanking with the yellownet backend, but there's something wrong. Does anybody know how I can solve my problem? This would be really nice.
I think this message should give you a hint. make[6]: *** No rule to make target `aqyellownet-config.in', needed by `aqyellownet-config'. Stop. ################ My situation: Ubuntu 7.10 Gutsy Gibbon 32-bit, kernel 2.6.22-14-generic gwenhywfar-3.2.0, aqbanking-3.3.0 First of all I entered "export TMPDIR=/home/maren/tmp" in a terminal, because my /tmp was too small. Then $ ./configure --with-backends="aqyellownet aqnone" [...] Summary ---------------------------------------------------- AqBanking version : 3.3.0.0stable Supported backends : aqyellownet aqnone Supported frontends : qbanking Local Installation Mode : no Cfg Search Folder : $(sysconfdir) Data Search Folder : $(datadir) Locale Search Folder : $(localedir) Symbol Visibility : yes, gcc-4.1.2 Use KtoBlzCheck : no You can now run "make" (or gmake on FreeBSD) to compile. $ make [...] g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I../../../../../../.. -I../../../../../../../headers -I dialogs -I/usr/include/gwenhywfar3 -I/usr/include/qt3 -g -O2 -g -Wall -MT cfgtabpageuseryn.ui.moc.lo -MD -MP -MF .deps/cfgtabpageuseryn.ui.moc.Tpo -c cfgtabpageuseryn.ui.moc.cpp -fPIC -DPIC -o .libs/cfgtabpageuseryn.ui.moc.o mv -f .deps/cfgtabpageuseryn.ui.moc.Tpo .deps/cfgtabpageuseryn.ui.moc.Plo /bin/sh ../../../../../../../libtool --tag=CXX --mode=link g++ -g -O2 -g -Wall -module -g -o aqyellownet.la -rpath /usr/lib/aqbanking/plugins/20/frontends/qbanking/cfgmodules cfgmoduleyn.lo cfgtabpageaccountyn.lo cfgtabpageuseryn.lo cfgtabpageaccountyn.ui.lo cfgtabpageaccountyn.ui.moc.lo cfgtabpageuseryn.ui.lo cfgtabpageuseryn.ui.moc.lo /home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/plugin/aqyellownet.la /home/maren/Downloads/Opera/aqbanking-3.3.0/src/libs/aqbanking/libaqbanking.la /home/maren/Downloads/Opera/aqbanking-3.3.0/src/frontends/qbanking/lib/libqbanking.la -L/usr/lib -lgwenhywfar -L/usr/lib -lqt-mt *** Warning: Linking the shared library aqyellownet.la against the loadable module *** aqyellownet.so is not portable! g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o .libs/cfgmoduleyn.o .libs/cfgtabpageaccountyn.o .libs/cfgtabpageuseryn.o .libs/cfgtabpageaccountyn.ui.o .libs/cfgtabpageaccountyn.ui.moc.o .libs/cfgtabpageuseryn.ui.o .libs/cfgtabpageuseryn.ui.moc.o -Wl,--rpath -Wl,/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/plugin/.libs -Wl,--rpath -Wl,/home/maren/Downloads/Opera/aqbanking-3.3.0/src/libs/aqbanking/.libs -Wl,--rpath -Wl,/home/maren/Downloads/Opera/aqbanking-3.3.0/src/frontends/qbanking/lib/.libs -Wl,--rpath -Wl,/usr/lib/aqbanking/plugins/20/providers /home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/plugin/.libs/aqyellownet.so /home/maren/Downloads/Opera/aqbanking-3.3.0/src/libs/aqbanking/.libs/libaqbanking.so /home/maren/Downloads/Opera/aqbanking-3.3.0/src/frontends/qbanking/lib/.libs/libqbanking.so -L/usr/lib /usr/lib/libgwenhywfar.so /usr/lib/libqt-mt.so -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o -Wl,-soname -Wl,aqyellownet.so.0 -o .libs/aqyellownet.so.0.0.0 (cd .libs && rm -f aqyellownet.so.0 && ln -s aqyellownet.so.0.0.0 aqyellownet.so.0) (cd .libs && rm -f aqyellownet.so && ln -s aqyellownet.so.0.0.0 aqyellownet.so) creating aqyellownet.la (cd .libs && rm -f aqyellownet.la && ln -s ../aqyellownet.la aqyellownet.la) make[9]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui/qt3/libs' make[8]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui/qt3/libs' make[8]: Entering directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui/qt3' make[8]: Nothing to be done for `all-am'. make[8]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui/qt3' make[7]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui/qt3' make[7]: Entering directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui' make[6]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet/ui' make[6]: Entering directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet' make[6]: *** No rule to make target `aqyellownet-config.in', needed by `aqyellownet-config'. Stop. make[6]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends/aqyellownet' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins/backends' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/maren/Downloads/Opera/aqbanking-3.3.0' make: *** [all] Error 2 Why is he complaining about the aqyellownet-config.in and aqyellownet-config files? When I only choose the aqnone backend, he compiles and everything's fine. Hope somebody can help, thanks. Bye ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Aqbanking-devel mailing list Aqbanking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/aqbanking-devel