$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-01-24 07:15:41
This is what I see from mingw32:
In file included from cstdint_test.cpp:17:
..\..\boost\cstdint.hpp:103: parse error
..\..\boost\cstdint.hpp:111: #error defaults not correct; you must hand
modify boost/cstdint.hpp
In file included from cstdint_test.cpp:28:
..\..\boost\cstdint.hpp:239: parse error
..\..\boost\cstdint.hpp:258: warning: integer constant is so large that it
is unsigned
..\..\boost\cstdint.hpp:258: warning: integer constant is so large that it
is unsigned
For cygwin you are almost correct: it does appear to handle the macros OK,
but your mods were incomplete: cstdint_test.cpp does not compile - now
fixed.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/