After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564033 - aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: Import - AqBanking
2.2.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Christian Stimming
Christian Stimming
Depends on:
Blocks:
 
 
Reported: 2008-12-10 20:44 UTC by G. Paul Ziemba
Modified: 2018-06-29 22:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description G. Paul Ziemba 2008-12-10 20:44:52 UTC
Missing #include on FreeBSD makes aqbanking module load fail. The following code (copied from hbci module) fixes the problem:

--- druid-ab-initial.c.orig     2008-12-10 12:28:52.000000000 -0800
+++ druid-ab-initial.c  2008-12-10 12:17:01.000000000 -0800
@@ -35,6 +35,9 @@
 #include <glib/gi18n.h>
 #include <glib/gstdio.h>
 #include <gdk/gdkkeysyms.h>
+#ifdef HAVE_SYS_WAIT_H
+#    include <sys/wait.h>
+#endif
 #include <fcntl.h>
 #include <unistd.h>
Comment 1 Christian Stimming 2008-12-10 21:14:42 UTC
trunk, r17765, 2.2-branch, r17766. Thanks a lot!
Comment 2 John Ralls 2018-06-29 22:13:36 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=564033. Please update any external references or bookmarks.