m4n71k0r

Untitled

Jun 20th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. c:\work\c++>clang++ -std=c++11 -Ic:/lib/boost_1_48_0 test.cpp
  2. In file included from test.cpp:4:
  3. In file included from c:/lib/boost_1_48_0\boost/algorithm/string.hpp:23:
  4. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/split.hpp:16:
  5. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/iter_find.hpp:27:
  6. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/find_iterator.hpp:24:
  7. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/detail/find_iterator.hpp:18:
  8. In file included from c:/lib/boost_1_48_0\boost/function.hpp:24:
  9. In file included from c:/lib/boost_1_48_0\boost/function/detail/prologue.hpp:17:
  10. In file included from c:/lib/boost_1_48_0\boost/function/function_base.hpp:16:
  11. In file included from c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\memory:75:
  12. c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:228:2: error: no matching function for call to '_S_destroy'
  13.  
  14.         _S_destroy(&_M_mutex);
  15.         ^~~~~~~~~~
  16. c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:273:7: note: candidate template ignored: substitution
  17.       failure [with _Rm = __gthread_recursive_mutex_t]: non-type template argument evaluates to 4, which cannot be
  18.       narrowed to type 'bool'
  19.       _S_destroy(_Rm* __mx)
  20.       ^
  21. c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:282:7: note: candidate template ignored: substitution
  22.       failure [with _Rm = __gthread_recursive_mutex_t]: no member named 'actual' in '__gthread_recursive_mutex_t'
  23.       _S_destroy(_Rm* __mx)
  24.       ^
  25. c:/MinGW/lib/gcc/mingw32/4.6.2/include/c++\ext/concurrence.h:290:7: note: candidate template ignored: substitution
  26.       failure [with _Rm = __gthread_recursive_mutex_t]: no type named '__type' in '__gnu_cxx::__enable_if<false, void>'
  27.       _S_destroy(_Rm* __mx)
  28.       ^
  29. In file included from test.cpp:4:
  30. In file included from c:/lib/boost_1_48_0\boost/algorithm/string.hpp:23:
  31. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/split.hpp:16:
  32. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/iter_find.hpp:27:
  33. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/find_iterator.hpp:24:
  34. In file included from c:/lib/boost_1_48_0\boost/algorithm/string/detail/find_iterator.hpp:18:
  35. In file included from c:/lib/boost_1_48_0\boost/function.hpp:24:
  36. In file included from c:/lib/boost_1_48_0\boost/function/detail/prologue.hpp:17:
  37. In file included from c:/lib/boost_1_48_0\boost/function/function_base.hpp:21:
  38. In file included from c:/lib/boost_1_48_0\boost/integer.hpp:20:
  39. c:/lib/boost_1_48_0\boost/integer_traits.hpp:243:50: error: use of undeclared identifier '_I64_MIN'
  40.     public detail::integer_traits_base< __int64, _I64_MIN, _I64_MAX>
  41.                                                  ^
  42. c:/lib/boost_1_48_0\boost/integer_traits.hpp:244:1: error: expected class name
  43. { };
  44. ^
  45. c:/lib/boost_1_48_0\boost/integer_traits.hpp:249:62: error: use of undeclared identifier '_UI64_MAX'
  46.     public detail::integer_traits_base< unsigned __int64, 0, _UI64_MAX>
  47.                                                              ^
  48. c:/lib/boost_1_48_0\boost/integer_traits.hpp:250:1: error: expected class name
  49. { };
  50. ^
  51. 5 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment