I found that apt/dpkg screwed up something when I updated my boost libraries. cleanly reinstalling them fixed it.
On Sunday, March 16, 2014 4:41:11 PM UTC+1, Max Linke wrote: > > yeah I check already if I have missing dependencies. It looks like the > issue is that there are two definitions for uintmax_t, one in stdint.h and > one in cstdint.h. I'm not sure where this is coming from since ledger does > not include stdint.h and I would assume that boost only include cstdint.h > in it's own libraries. > > On Thursday, March 13, 2014 5:56:11 PM UTC+1, Jostein Berntsen wrote: >> >> On 12.03.14,04:21, Max Linke wrote: >> > Hi >> > >> > I'm trying to build ledger on debian jessie. I always get an error that >> > `uintmax_t` is ambiguous. >> > >> > ``` >> > 640X4 finanzen/ledger ‹master› » ./acprep opt make --python >> > --prefix=$HOME/.local >> > acprep: INFO: Invoking primary phase: make >> > acprep: INFO: Executing phase: make >> > acprep: INFO: Executing phase: config >> > acprep: INFO: Executing phase: submodule >> > acprep: INFO: Executing phase: configure >> > acprep: INFO: System type is => Linux >> > acprep: INFO: Setting up build flavor => opt >> > -- The C compiler identification is GNU 4.8.2 >> > -- The CXX compiler identification is GNU 4.8.2 >> > -- Check for working C compiler: /usr/bin/cc >> > -- Check for working C compiler: /usr/bin/cc -- works >> > -- Detecting C compiler ABI info >> > -- Detecting C compiler ABI info - done >> > -- Check for working CXX compiler: /usr/bin/g++ >> > -- Check for working CXX compiler: /usr/bin/g++ -- works >> > -- Detecting CXX compiler ABI info >> > -- Detecting CXX compiler ABI info - done >> > -- Found PythonInterp: /usr/bin/python (found version "2.7.6") >> > -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found >> > version "2.7.6") >> > -- Boost version: 1.54.0 >> > -- Found the following Boost libraries: >> > -- date_time >> > -- filesystem >> > -- system >> >> Have you tried './acprep dependencies' and 'cmake -G "Unix Makefiles"' to >> check if you miss some dependencies? >> >> Jostein >> >> >> -- --- 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/d/optout.
