$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Garvey (lists.drrngrvy_at_[hidden])
Date: 2007-02-20 06:11:49
Hello,
(Please ignore this if these fails have been sorted out already.)
All the fails for gcc 3.4.4 on cygwin seem to be down to __int64 not being
defined properly. According to google, cygwin on Windows doesn't define
__int64 (at least for gcc). Adding "-D__int64=long long" to the command line
sounds (<cxxflags>?) like it should fix it, although I've no idea if making
users do that themselves is frowned upon?
Some links:
http://tinyurl.com/2k5922
http://tinyurl.com/2txysc
Regards,
Darren