Project

General

Profile

Actions

Bug #71

closed

aqhbci-tool4, aqpaypal-tool, and aqebics-tool produce no output when run on Windows.

Added by jralls@ceridwen.us over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Start date:
09/24/2019
Due date:
Betriebssystem:
AqBanking-Version:
Anwendung:
Version der Anwendung:

Description

--- a/src/tools/aqbanking-cli/Makefile.am
Because they're not linked as console executables.

+++ b/src/tools/aqbanking-cli/Makefile.am
@ -68,6 +68,9 @ aqebics_tool_LDADD= \
if IS_WINDOWS

aqbanking_cli_LDFLAGS+=-mconsole
aqhbci_tool4_LDFLAGS=-mconsole
aqpaypal_tool_LDFLAGS=-mconsole
aqebics_tool_LDFLAGS=-mconsole
endif
Actions #1

Updated by martin over 6 years ago

  • Status changed from New to Closed
  • Assignee set to martin

Hi John,

thanks, fixed in GIT using your patch.

Regards,
Martin

Actions #2

Updated by jralls@ceridwen.us over 6 years ago

Which has a mistake, it needs to be
--- a/src/tools/aqbanking-cli/Makefile.am
+++ b/src/tools/aqbanking-cli/Makefile.am
@ -68,6 +68,9 @ aqebics_tool_LDADD= \
if IS_WINDOWS

aqbanking_cli_LDFLAGS+=-mconsole
+aqhbci_tool4_LDFLAGS=-mconsole
+aqpaypal_tool_LDFLAGS=-mconsole
+aqebics_tool_LDFLAGS=-mconsole
endif

because the LDFLAGS variables hadn't already been created.

Actions

Also available in: Atom PDF