Bug #65
5.99.33beta fails to build on MinGW-W64
Status:
Closed
Priority:
Normal
Category:
-
Start date:
09/22/2019
Due date:
Betriebssystem:
AqBanking-Version:
Anwendung:
Version der Anwendung:
Description
Because it uses the not-yet-standard C function `strndup` that's not supported in msvcrt.
As a workaround we've patched it with https://github.com/Gnucash/gnucash-on-windows/blob/master/patches/aqbanking-5.99-strndup.patch that naively copies the `my_strndup` static function from swift.c, but that's probably not what you'd want as an actual fix.
History
#1 Updated by martin over 1 year ago
- Status changed from New to Closed
Thanks, but I fixed it by adding a function GWEN_Text_strndup() which is now used in Gwen. Needs latest Gwen.