$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-12-11 06:27:58
> Am I doing something wrong? do I need to #define something?
I presume that you are compiling with -pedantic or something? Try
adding -Wno-long-long to your command lines to suppress those.
John.