I'm getting this error as well: src/ptree.cc: In member function 'virtual void ledger::format_ptree::flush()': src/ptree.cc:71: error: expected initializer before '*' token src/ptree.cc:72: error: 'post' was not declared in this scope
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 boost-1.49.0 from homebrew Mac OS X 10.7.3 On Fri, May 18, 2012 at 2:46 PM, thierry <[email protected]> wrote: > On Thursday, May 17, 2012 9:46:36 PM UTC+2, enderw88 wrote: >> >> I am on boost 1.49 > > > I've downloaded boost 1.49, built it, and compiled ledger, still a failure > Cheers > Thierry > > > $ tar xvfj boost_1_49_0.tar.bz2 > $ cd boost_1_49_0/ > $ ./bootstrap.sh > $ ./b2 > > -------8<---- end of output is : ----->8-------- > > The Boost C++ Libraries were successfully built! > > The following directory should be added to compiler include paths: > > /home/thierry/dev/boost_1_49_0 > > The following directory should be added to linker library paths: > > /home/thierry/dev/boost_1_49_0/stage/lib > > > > $ cd ~/ledger/ > $ ./acprep distclean > $ ./acprep update --no-patch --boost-include=$HOME/dev/boost_1_49_0 > --boost-lib=$HOME/dev/boost_1_49_0/stage/lib > > acprep: INFO: Invoking primary phase: update > acprep: INFO: Executing phase: update > acprep: INFO: Executing phase: pull > remote: Counting objects: 79, done. > remote: Compressing objects: 100% (7/7), done. > remote: Total 47 (delta 43), reused 44 (delta 40) > Unpacking objects: 100% (47/47), done. > From git://github.com/jwiegley/ledger > 0a244f6..303976e next -> origin/next > Updating 0a244f6..303976e > Fast-forward > src/account.cc | 32 ++++++++++++ > src/account.h | 3 ++ > src/amount.cc | 12 ++--- > src/amount.h | 4 +- > src/annotate.cc | 21 ++++++++ > src/annotate.h | 29 +---------- > src/balance.cc | 6 +-- > src/balance.h | 2 +- > src/commodity.cc | 31 +++++------- > src/commodity.h | 4 +- > src/item.cc | 14 ++++++ > src/item.h | 1 + > src/mask.h | 6 +-- > src/post.cc | 93 > +++++++++++++---------------------- > src/post.h | 3 +- > src/{xml.cc => ptree.cc} | 97 > ++++++++++++++----------------------- > src/{xml.h => ptree.h} | 24 +++++---- > src/report.cc | 14 ++++-- > src/select.cc | 2 + > src/system.hh.in | 4 ++ > src/times.h | 30 +++++------- > src/utils.h | 45 ----------------- > src/value.cc | 38 ++++++--------- > src/value.h | 2 +- > src/views.h | 10 ++-- > src/xact.cc | 58 ++++++---------------- > src/xact.h | 2 +- > test/baseline/opt-historical.test | 8 +-- > tools/Makefile.am | 4 +- > 29 files changed, 257 insertions(+), 342 deletions(-) > rename src/{xml.cc => ptree.cc} (54%) > rename src/{xml.h => ptree.h} (85%) > > acprep: INFO: Executing phase: submodule > Submodule 'lib/utfcpp' () registered for path 'lib/utfcpp' > acprep: INFO: Executing phase: make > acprep: INFO: Executing phase: config > acprep: INFO: Executing phase: submodule > Submodule 'lib/utfcpp' () registered for path 'lib/utfcpp' > acprep: INFO: Executing phase: autoconf > acprep: INFO: autogen.sh must be run because Makefile.am is newer than > Makefile.in > acprep: INFO: Executing phase: autogen > Preparing the ledger build system...please wait > > Found GNU Autoconf version 2.68 > Found GNU Automake version 1.11.3 > Found GNU Libtool version 2.4.2 > > Automatically preparing build ... Warning: autoreconf failed > Attempting to run the preparation steps individually > > Preparing build ... done > > The ledger build system is now prepared. To build here, run: > ./configure > make > acprep: INFO: Executing phase: gettext > acprep: INFO: Executing phase: aclocal > > acprep: INFO: Executing phase: configure > acprep: INFO: System type is => Linux > acprep: INFO: Looking for Boost in /usr/local/lib64... > acprep: INFO: Looking for Boost in /opt/local/lib64... > acprep: INFO: Looking for Boost in /sw/lib64... > acprep: INFO: Looking for Boost in /usr/lib64... > acprep: INFO: Looking for Boost in /usr/local/lib... > acprep: INFO: Looking for Boost in /opt/local/lib... > acprep: INFO: Looking for Boost in /sw/lib... > acprep: INFO: Looking for Boost in /usr/lib... > acprep: INFO: Found a Boost library: /usr/lib/libboost_regex.so.1.48.0 > acprep: INFO: Found a Boost suffix => > acprep: INFO: Found a Boost file suffix => .so > acprep: INFO: Boost was found here: > acprep: INFO: Boost home path => /usr > acprep: INFO: Boost include path => /home/thierry/dev/boost_1_49_0 > > acprep: INFO: Boost library path => /usr/lib > acprep: INFO: Boost suffix => > acprep: INFO: Boost file suffix => .so > acprep: INFO: Noticing include directory => /usr/local/include > acprep: INFO: Noticing include directory => /home/thierry/dev/boost_1_49_0 > > acprep: INFO: Noticing include directory => /usr/include/python2.7 > acprep: INFO: Noticing library directory => /usr/local/lib > acprep: INFO: Noticing library directory => /usr/lib > acprep: INFO: Noticing library directory => /usr/lib/python2.7/config > acprep: INFO: Setting up build flavor => debug > acprep: INFO: ./configure must be run because Makefile does not exist > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > > checking for style of include used by make... GNU > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking whether make sets $(MAKE)... (cached) yes > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking how to print strings... printf > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by gcc... g++ > checking if the linker (g++) is GNU ld... no > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 1572864 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking how to convert x86_64-unknown-linux-gnu file names to > x86_64-unknown-linux-gnu format... func_convert_file_noop > checking how to convert x86_64-unknown-linux-gnu file names to toolchain > format... func_convert_file_noop > checking for g++ option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for dlltool... no > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... @ > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for sysroot... no > checking for mt... mt > checking if mt is a manifest tool... no > checking for dlfcn.h... yes > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC -DPIC > checking if gcc PIC flag -fPIC -DPIC works... yes > checking if gcc static flag -static works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (g++ -m elf_x86_64) supports shared > libraries... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... unsupported > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... no > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking how to run the C++ preprocessor... g++ -E > checking for ld used by g++... g++ -m elf_x86_64 > checking if the linker (g++ -m elf_x86_64) is GNU ld... no > checking whether the g++ linker (g++ -m elf_x86_64) supports shared > libraries... yes > checking for g++ option to produce PIC... -fPIC -DPIC > checking if g++ PIC flag -fPIC -DPIC works... yes > checking if g++ static flag -static works... yes > checking if g++ supports -c -o file.o... yes > checking if g++ supports -c -o file.o... (cached) yes > checking whether the g++ linker (g++ -m elf_x86_64) supports shared > libraries... yes > checking dynamic linker characteristics... (cached) GNU/Linux ld.so > checking how to hardcode library paths into programs... unsupported > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking whether we are using the GNU C Library 2 or newer... yes > checking for ranlib... (cached) ranlib > checking for simple visibility declarations... yes > checking for inline... inline > checking for size_t... yes > checking for stdint.h... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getpagesize... yes > checking for working mmap... yes > checking whether integer division by zero raises SIGFPE... yes > checking for inttypes.h... yes > checking for unsigned long long int... yes > checking for inttypes.h... (cached) yes > checking whether the inttypes.h PRIxNN macros are broken... no > checking for ld used by GCC... g++ -m elf_x86_64 > checking if the linker (g++ -m elf_x86_64) is GNU ld... no > checking for shared library run path origin... done > checking whether imported symbols can be declared weak... yes > checking pthread.h usability... yes > checking pthread.h presence... yes > checking for pthread.h... yes > checking for pthread_kill in -lpthread... yes > checking for pthread_rwlock_t... yes > checking for multithread API to use... posix > checking argz.h usability... yes > checking argz.h presence... yes > checking for argz.h... yes > checking for inttypes.h... (cached) yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking for unistd.h... (cached) yes > checking for sys/param.h... (cached) yes > checking for getcwd... yes > checking for getegid... yes > checking for geteuid... yes > checking for getgid... yes > checking for getuid... yes > checking for mempcpy... yes > checking for munmap... yes > checking for stpcpy... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for strtoul... yes > checking for tsearch... yes > checking for argz_count... yes > checking for argz_stringify... yes > checking for argz_next... yes > checking for __fsetlocking... yes > checking whether feof_unlocked is declared... yes > checking whether fgets_unlocked is declared... yes > checking for iconv... yes > checking for working iconv... yes > checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft); > checking for NL_LOCALE_NAME macro... yes > checking for bison... no > checking for long long int... yes > checking for wchar_t... yes > checking for wint_t... yes > checking for intmax_t... yes > checking whether printf() supports POSIX/XSI format strings... yes > checking whether we are using the GNU C Library 2.1 or newer... yes > checking for stdint.h... (cached) yes > checking for SIZE_MAX... yes > checking for stdint.h... (cached) yes > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking for ptrdiff_t... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for asprintf... yes > checking for fwprintf... yes > checking for putenv... yes > checking for setenv... yes > checking for setlocale... yes > checking for snprintf... yes > checking for wcslen... yes > checking whether _snprintf is declared... no > checking whether _snwprintf is declared... no > checking whether getc_unlocked is declared... yes > checking for nl_langinfo and CODESET... yes > checking for LC_MESSAGES... yes > checking for CFPreferencesCopyAppValue... (cached) no > checking for CFLocaleCopyCurrent... (cached) no > checking whether included gettext is requested... yes > checking whether to use NLS... yes > checking where the gettext function comes from... included intl directory > checking for emacs... emacs > checking where .elc files should go... ${datarootdir}/emacs/site-lisp > checking if pipes can be used... true > checking if GMP is available... true > checking if MPFR is available... true > checking if libedit is available... true > checking if boost_regex is available... true > checking if boost_regex w/ICU is available... true > checking if boost_date_time is available... true > checking if boost_filesystem is available... true > checking if boost_iostreams is available... true > checking if boost_serialization is available... true > checking if libexpat is available... true > checking if libofx is available... false > checking if boost_test is available... true > checking for ANSI C header files... (cached) yes > checking whether stat file-mode macros are broken... no > checking langinfo.h usability... yes > checking langinfo.h presence... yes > checking for langinfo.h... yes > checking for size_t... (cached) yes > checking whether struct tm is in sys/time.h or time.h... time.h > checking for access... yes > checking for realpath... yes > checking for getpwuid... yes > checking for getpwnam... yes > checking for isatty... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating po/Makefile.in > config.status: creating intl/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing po-directories commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > cp -p src/system.hh.in system.hh > rm -f system.hh.gch > g++ -DHAVE_CONFIG_H -I. \ > -I./src -I./lib -I./lib/utfcpp/source -isystem /usr/local/include > -isystem /home/thierry/dev/boost_1_49_0 -isystem /usr/include/python2.7 > -Wconversion -pthread -g -pipe \ > -o system.hh.gch system.hh > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /home/thierry/ledger/missing --run autoheader) > rm -f stamp-h1 > touch config.h.in > cd . && /bin/bash ./config.status config.h > config.status: creating config.h > config.status: config.h is unchanged > > make all-recursive > make[1]: entrant dans le répertoire « /home/thierry/ledger » > Making all in po > make[2]: entrant dans le répertoire « /home/thierry/ledger/po » > make[2]: quittant le répertoire « /home/thierry/ledger/po » > Making all in intl > make[2]: entrant dans le répertoire « /home/thierry/ledger/intl » > sed -e '/IN_LIBGLOCALE/d' \ > -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \ > -e 's,@''HAVE_ASPRINTF''@,1,g' \ > -e 's,@''HAVE_SNPRINTF''@,1,g' \ > -e 's,@''HAVE_WPRINTF''@,0,g' \ > < ./libgnuintl.h.in \ > | if test 'no' = yes; then \ > sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \ > else \ > cat; \ > fi \ > | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \ > -e "/#define _LIBINTL_H/r ./export.h" \ > | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \ > > libgnuintl.h > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden bindtextdom.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden dcgettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden dgettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden gettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden finddomain.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden hash-string.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden loadmsgcat.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden localealias.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden textdomain.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden l10nflist.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden explodename.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden dcigettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden dcngettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden dngettext.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden ngettext.c > > sed -e '/IN_LIBGLOCALE/d' \ > -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \ > -e 's,@''HAVE_ASPRINTF''@,1,g' \ > -e 's,@''HAVE_SNPRINTF''@,1,g' \ > -e 's,@''HAVE_WPRINTF''@,0,g' \ > < ./libgnuintl.h.in > libintl.h > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden plural.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden plural-exp.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden localcharset.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden lock.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden relocatable.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden langprefs.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden localename.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden log.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden printf.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden version.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden osdep.c > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" > -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 > -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC > -Dset_relocation_prefix=libintl_set_relocation_prefix > -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. > -I.. -isystem /usr/local/include -isystem /home/thierry/dev/boost_1_49_0 > -isystem /usr/include/python2.7 -g -O2 -fvisibility=hidden intl-compat.c > > rm -f libintl.a > ar cru libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o > hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o > explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o > plural-exp.o localcharset.o lock.o relocatable.o langprefs.o localename.o > log.o printf.o version.o osdep.o intl-compat.o > ranlib libintl.a > /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias > mv t-charset.alias charset.alias > sed -e '/^#/d' -e 's/@''PACKAGE''@/ledger/g' ./ref-add.sin > t-ref-add.sed > mv t-ref-add.sed ref-add.sed > sed -e '/^#/d' -e 's/@''PACKAGE''@/ledger/g' ./ref-del.sin > t-ref-del.sed > mv t-ref-del.sed ref-del.sed > make[2]: quittant le répertoire « /home/thierry/ledger/intl » > make[2]: entrant dans le répertoire « /home/thierry/ledger » > make[3]: entrant dans le répertoire « /home/thierry/ledger » > make[3]: quittant le répertoire « /home/thierry/ledger » > restore=: && backupdir=".am$$" && \ > rm -rf $backupdir && mkdir $backupdir && \ > if (/bin/bash /home/thierry/ledger/missing --run makeinfo --version) >>/dev/null 2>&1; then \ > for f in doc/ledger.info doc/ledger.info-[0-9] > doc/ledger.info-[0-9][0-9] doc/ledger.i[0-9] doc/ledger.i[0-9][0-9]; do \ > if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ > done; \ > else :; fi && \ > if /bin/bash /home/thierry/ledger/missing --run makeinfo -I doc -I > ./doc \ > -o doc/ledger.info `test -f 'doc/ledger.texi' || echo > './'`doc/ledger.texi; \ > then \ > rc=0; \ > else \ > rc=$?; \ > $restore $backupdir/* `echo "./doc/ledger.info" | sed 's|[^/]*$||'`; \ > fi; \ > rm -rf $backupdir; exit $rc > CXX libledger_report_la-stats.lo > CXX libledger_report_la-generate.lo > CXX libledger_report_la-csv.lo > CXX libledger_report_la-convert.lo > CXX libledger_report_la-draft.lo > CXX libledger_report_la-emacs.lo > CXX libledger_report_la-org.lo > CXX libledger_report_la-ptree.lo > src/ptree.cc: In member function 'virtual void > ledger::format_ptree::flush()': > src/ptree.cc:71:5: error: 'post_t' does not name a type > src/ptree.cc:71:5: error: expected ';' before '!' token > src/ptree.cc:72:11: error: 'post' was not declared in this scope > make[2]: *** [libledger_report_la-ptree.lo] Erreur 1 > > make[2]: quittant le répertoire « /home/thierry/ledger » > make[1]: *** [all-recursive] Erreur 1 > make[1]: quittant le répertoire « /home/thierry/ledger » > make: *** [all] Erreur 2 > acprep: ERROR: Execution failed: make FLAVOR=debug >
