$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ggl] Re: problems with Boost Geometry Xcode compile?
From: Mark McCann (mmccann)
Date: 2010-03-09 14:58:54
OK. So I figured out that there must be a macro in the wxWidgets library for
the symbol "check."  I know this since writing:
#ifdef check
#undef check
#endif
#include <boost/geometry/geometry.hpp>
fixed the issue.  I don't think this in my code specifically because I tried
it in two different wx projects.  Anybody know how to track down exactly
where a macro is defined?  If this is a problem in wxWidgets, then this
might impact a lot of potential C++ projects that use Boost.Geometry.
-- View this message in context: http://n3.nabble.com/problems-with-Boost-Geometry-Xcode-compile-tp437866p438252.html Sent from the Boost Geometry mailing list archive at Nabble.com.