Created
December 18, 2011 02:59
-
-
Save madebyjeffrey/1492219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:12: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:12: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:12: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_and_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:14: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:14: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:14: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_or_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:16: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:16: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor.hpp:43: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:16: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:17: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:154:42:{155:4-155:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:17: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:155:41:{156:4-156:40}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::no_type check(no_operator); // this version is used otherwise | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_bit_xor_assign.hpp:49: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:17: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:4: error: expected expression [1] | |
BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make<has_operator>())))==sizeof(::boost::type_traits::yes_type))); | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/config/suffix.hpp:431:72: note: instantiated from: | |
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:157:48: note: instantiated from: | |
do \ | |
^ | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_complement.hpp:26: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/has_operator.hpp:18: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits.hpp:35: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/trackable.hpp:13: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/slot.hpp:15: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal_template.hpp:21: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signals/signal0.hpp:24: | |
In file included from /Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/signal.hpp:19: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron.h:14: | |
In file included from /Users/drakej/Projects/Myron/Myron/Myron-Mac.mm:17: | |
/Developer/SDKs/MacOSX10.7.sdk/usr/local/include/boost/type_traits/detail/has_prefix_operator.hpp:148:42:{149:4-149:41}: error: expected member name or ';' after declaration specifiers [1] | |
static ::boost::type_traits::yes_type check(has_operator); // this version is preferred when operator exists | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:1290:28: note: instantiated from: | |
#define check(assertion) __Check(assertion) | |
^ | |
/Developer/SDKs/MacOSX10.7.sdk/usr/include/AssertMacros.h:280:5: note: instantiated from: | |
do \ | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment