Actions
Bug #166
closed"make" fails, since .42
Status:
Rejected
Priority:
Normal
Category:
AqBanking
Start date:
11/25/2019
Due date:
Betriebssystem:
Linux
AqBanking-Version:
5.99.42.0beta
Anwendung:
aqbanking-cli
Version der Anwendung:
Description
to reproduce:
git clone -b 5.99.42beta --single-branch --depth 1 https://git.aquamaniac.de/git/aqbanking
cd aqbanking
ACLOCAL_FLAGS="-I /usr/share/aclocal" make -f Makefile.cvs
./configure --with-backends="aqhbci"
make
make[5]: Entering directory '/root/aqbanking/src/libs/aqbanking/types'
make[5]: *** No rule to make target 'transaction.c', needed by 'transaction.lo'. Stop.
(.41 and older is OK)
.43, .44, "master" fails.
Updated by AndreasFilsinger about 6 years ago
- Related to Bug #155: Aqbanking cannot be build from git with out-of-source build directory added
Updated by martin about 6 years ago
- Status changed from New to Rejected
Please see "README" within the sources, especially chapter "5.2: Building from GIT".
The commands listed there are:
make -fMakefile.cvs make typedefs make types
After that "make" should do the trick.
Regards
Martin
Actions