Boost logo

Boost-Build :

From: haukero (rico.hauke_at_[hidden])
Date: 2005-05-06 19:52:51


Hey list,

I am trying to cross compile boost for qnx on windows via the qnx
momentics gcc cross compiler. I edited gcc-tools.jam to hopefully fit
my needs. However, when compiling I get the errors below. Actually I
don't understand why these types are unknown to the compiler, since
they get declared in cstdint.hpp.

Thanks in advance!

Best regards,
Rico Hauke

...found 4572 targets...
...updating 1362 targets...
gcc-C++-action
bin\boost\libs\date_time\build\boost_date_time.dll\gcc\debug\greg_month.obj
In file included from
C:/temp/boost/boost/date_time/compiler_config.hpp:36,
from
C:/temp/boost/boost/date_time/gregorian/greg_month.hpp:15,
from
C:/temp/boost/libs/date_time/src/gregorian/greg_month.cpp:14:
C:/temp/boost/boost/cstdint.hpp:49: error: `int_least8_t' not declared
C:/temp/boost/boost/cstdint.hpp:50: error: `int_fast8_t' not declared
C:/temp/boost/boost/cstdint.hpp:52: error: `uint_least8_t' not declared
C:/temp/boost/boost/cstdint.hpp:53: error: `uint_fast8_t' not declared
C:/temp/boost/boost/cstdint.hpp:56: error: `int_least16_t' not declared
C:/temp/boost/boost/cstdint.hpp:57: error: `int_fast16_t' not declared
C:/temp/boost/boost/cstdint.hpp:59: error: `uint_least16_t' not declared
C:/temp/boost/boost/cstdint.hpp:60: error: `uint_fast16_t' not declared
C:/temp/boost/boost/cstdint.hpp:63: error: `int_least32_t' not declared
C:/temp/boost/boost/cstdint.hpp:64: error: `int_fast32_t' not declared
C:/temp/boost/boost/cstdint.hpp:66: error: `uint_least32_t' not declared
C:/temp/boost/boost/cstdint.hpp:67: error: `uint_fast32_t' not declared
C:/temp/boost/boost/cstdint.hpp:72: error: `int_least64_t' not declared
C:/temp/boost/boost/cstdint.hpp:73: error: `int_fast64_t' not declared
C:/temp/boost/boost/cstdint.hpp:75: error: `uint_least64_t' not declared
C:/temp/boost/boost/cstdint.hpp:76: error: `uint_fast64_t' not declared

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk