Re: Build Bug boost

2012-03-04 Thread Jins
Well at that day I tried with boost 1.4.8 and then I read that it
switched in github to 1.4.9 so I rebuild boost and today try once more
but that same issue. Also I used not ledger 2.6. But wen I build about
1,5 month ago it worked like charm, but after no more. Maybe is some
command to get log file for more information?

On Mar 2, 4:52 pm, Gwenhael Le Moine gwenhael.le.mo...@gmail.com
wrote:
 2012/3/2 Jins renarsg...@gmail.com

  Building on slackware current

  Sorry I don't see an obvious answer to your issue but I build

 semi-regularly ledger on Slackware-current (always up-to-date) without
 issue using my own 
 SlackBuildhttps://github.com/cycojesus/slackbuilds/tree/master/ap/ledger

 I launched a build right to check.

 Gwenhael


Build Bug boost

2012-03-02 Thread Jins
Building on slackware current
sh-4.1# ./acprep update
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: Executing phase: pull
Already up-to-date.
acprep: INFO: Executing phase: submodule
acprep: INFO: Executing phase: make
acprep: INFO: Executing phase: config
acprep: INFO: Executing phase: submodule
acprep: INFO: Executing phase: autoconf
acprep: INFO: Executing phase: configure
acprep: INFO: System type is = Linux
acprep: INFO: Looking for Boost in /opt/local/lib64...
acprep: INFO: Looking for Boost in /usr/local/lib64...
acprep: INFO: Looking for Boost in /sw/lib64...
acprep: INFO: Looking for Boost in /usr/lib64...
acprep: INFO: Looking for Boost in /opt/local/lib...
acprep: INFO: Looking for Boost in /usr/local/lib...
acprep: INFO: Found a Boost library: /usr/local/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/local
acprep: INFO: Boost include path = /usr/local/include
acprep: INFO: Boost library path = /usr/local/lib
acprep: INFO: Boost suffix   =
acprep: INFO: Boost file suffix  = .so
acprep: INFO: Noticing include directory = /usr/local/include
acprep: INFO: Noticing include directory = /usr/local/include
acprep: INFO: Noticing library directory = /usr/local/lib
acprep: INFO: Setting up build flavor = debug
make  all-recursive
make[1]: Entering directory `/tmp/ledger'
Making all in po
make[2]: Entering directory `/tmp/ledger/po'
make[2]: Leaving directory `/tmp/ledger/po'
Making all in intl
make[2]: Entering directory `/tmp/ledger/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/ledger/intl'
make[2]: Entering directory `/tmp/ledger'
  CXXlibledger_report_la-stats.lo
In file included from src/exprbase.h:57:0,
 from src/draft.h:45,
 from src/stats.cc:34:
src/utils.h: In function 'bool ledger::category_matches(const char*)':
src/utils.h:356:9: error: 'make_regex' is not a member of 'boost'
make[2]: *** [libledger_report_la-stats.lo] Error 1
make[2]: Leaving directory `/tmp/ledger'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/ledger'
make: *** [all] Error 2
acprep: ERROR: Execution failed: make