Hello Guys, I tried to compile ledger 3 (actual git clone) with my actual FreeBSD 9.2.
For this I installed - git (packet) - cmake (packet) - boost (ports) - gmp (ports) - mpfr (ports) - libedit (packet) When I try to build ledger it works until the following error: # ./acprep --debug acprep: INFO: Invoking primary phase: config acprep: INFO: Executing phase: config acprep: INFO: Executing phase: submodule acprep: DEBUG: Executing command: git submodule init acprep: DEBUG: Executing command: git submodule update acprep: INFO: Executing phase: configure acprep: DEBUG: Executing command: uname -s acprep: INFO: System type is => FreeBSD acprep: INFO: Setting up build flavor => debug acprep: DEBUG: configure does not need to be run root@dolw17srv01:~/ledger # ./acprep --debug update acprep: INFO: Invoking primary phase: update acprep: INFO: Executing phase: update acprep: INFO: Executing phase: pull acprep: DEBUG: Executing command: git pull Already up-to-date. acprep: INFO: Executing phase: submodule acprep: DEBUG: Executing command: git submodule init acprep: DEBUG: Executing command: git submodule update acprep: INFO: Executing phase: make acprep: DEBUG: Configure arguments => [] acprep: DEBUG: Makefile arguments => [] acprep: INFO: Executing phase: config acprep: INFO: Executing phase: submodule acprep: DEBUG: Executing command: git submodule init acprep: DEBUG: Executing command: git submodule update acprep: INFO: Executing phase: configure acprep: DEBUG: Executing command: uname -s acprep: INFO: System type is => FreeBSD acprep: INFO: Setting up build flavor => debug acprep: DEBUG: configure does not need to be run acprep: DEBUG: Changing directory to /root/ledger acprep: DEBUG: Executing command: make [ 88%] Built target libledger Linking CXX executable ../ledger /usr/local/lib/libedit.so: undefined reference to `tgetstr' /usr/local/lib/libedit.so: undefined reference to `tputs' /usr/local/lib/libedit.so: undefined reference to `tgetent' /usr/local/lib/libedit.so: undefined reference to `tgetflag' /usr/local/lib/libedit.so: undefined reference to `tgoto' /usr/local/lib/libedit.so: undefined reference to `tgetnum' *** [ledger] Error code 1 Stop in /root/ledger. *** [src/CMakeFiles/ledger.dir/all] Error code 1 Stop in /root/ledger. *** [all] Error code 1 Stop in /root/ledger. acprep: ERROR: Execution failed: make I searched through the web, but I didn't find any information. The port, which exists, is Version 2.6.x - this is the old one, if I am correct, isn't it? Best regards Markus -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
