Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

Problem beim Bauen von gwenhywfar für aqbanking 4.2.5beta

mkae

Betreff:

Problem beim Bauen von gwenhywfar für aqbanking 4.2.5beta

 ·  Gepostet: 06.03.2010 - 00:06 Uhr  ·  #65553
Beim Versuch, auf darwin gwenhywfar 3.11.4beta zu installieren bekam ich folgende Fehlermeldung, die ich z.B. bei der 3.11.3 NICHT bekam:

Code

.
.
.
libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar3 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -I/opt/local/include -fvisibility=hidden -DBUILDING_GWENHYWFAR -O2 -arch x86_64 -Wall -Wall -MT cgui.lo -MD -MP -MF .deps/cgui.Tpo -c cgui.c -o cgui.o >/dev/null 2>&1
dialog.c:35:31: error: aqbanking/banking.h: No such file or directory
dialog.c: In function 'GWEN_Dialog_ReadXmlFile':
dialog.c:298: error: 'AQBANKING_LOGDOMAIN' undeclared (first use in this function)
dialog.c:298: error: (Each undeclared identifier is reported only once
dialog.c:298: error: for each function it appears in.)
make[4]: *** [dialog.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/cgui.Tpo .deps/cgui.Plo
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command " cd "/Users/marko/.macports/opt/local/var/macports/build/_Users_marko_misc_Macports_ports_devel_gwenhywfar/work/gwenhywfar-3.11.4beta" && /usr/bin/make -j2 all " returned error 2
Warning: the following items did not execute (for gwenhywfar): org.macports.build
Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

Was ist bei dieser Version im Vergleich zur Version 3.11.3 anders?

mkae

Betreff:

Re: Problem beim Bauen von gwenhywfar für aqbanking 4.2.5beta

 ·  Gepostet: 06.03.2010 - 12:44 Uhr  ·  #65559
Habe soeben die 3.11.5beta versucht zu bauen.

Auch hier erhalte ich einen Fehler, allerdings an einer anderen Stelle:

Code

libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar3 -I/opt/local/include -O2 -arch x86_64 -Wall -Wall -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c g_generic.c  -fno-common -DPIC -o .libs/g_generic.o
In file included from g_box.c:15:
g_box_p.h:15:21: error: g_box_l.h: No such file or directory
In file included from g_box.c:15:
g_box_p.h:18: error: expected ')' before '*' token
g_box_p.h:19: error: expected ')' before '*' token
g_box.c: In function 'HtmlGroup_Box_new':
g_box.c:42: error: 'HtmlGroup_Box_StartTag' undeclared (first use in this function)
g_box.c:42: error: (Each undeclared identifier is reported only once
g_box.c:42: error: for each function it appears in.)
g_box.c:43: error: 'HtmlGroup_Box_AddData' undeclared (first use in this function)
make[4]: *** [g_box.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar3 -I/opt/local/include -O2 -arch x86_64 -Wall -Wall -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c g_generic.c -o g_generic.o >/dev/null 2>&1
mv -f .deps/g_generic.Tpo .deps/g_generic.Plo
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command " cd "/Users/marko/.macports/opt/local/var/macports/build/_Users_marko_misc_Macports_ports_devel_gwenhywfar/work/gwenhywfar-3.11.5beta" && /usr/bin/make -j2 all " returned error 2
Warning: the following items did not execute (for gwenhywfar): org.macports.build
Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.


Jetzt fehlt g_box_l.h...

Hat jemand eine Idee?

aquamaniac

Betreff:

Re: Problem beim Bauen von gwenhywfar für aqbanking 4.2.5beta

 ·  Gepostet: 09.03.2010 - 22:26 Uhr  ·  #65639
Moin,

das sind bekannte Problem der Beta-Versionen. Im Subversion-Repository sind die bereits behoben, und in dieser Woche werde ich noch neue Versionen herausbringen.

In gwen und AqBanking tut sich im Augenblick einiges, daher kann es in Beta-Versionen immer noch mal zu solchen Problemen kommen.


Gruss
Martin

mkae

Betreff:

Re: Problem beim Bauen von gwenhywfar für aqbanking 4.2.5beta

 ·  Gepostet: 09.03.2010 - 22:31 Uhr  ·  #65641
Danke für die Info!

Wahrscheinlich macht es dann Sinn, mal die SVN-Version zu probieren!