deltaluca

Untitled

Apr 15th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. In file included from ./src/B.cpp:7:0:
  2. include/B.h:33:35: error: ‘type_info’ in namespace ‘hx’ does not name a type
  3. include/B.h:33:50: error: ISO C++ forbids declaration of ‘inType’ with no type [-fpermissive]
  4. ./src/B.cpp:28:40: error: ‘type_info’ in namespace ‘hx’ does not name a type
  5. ./src/B.cpp:28:55: error: ISO C++ forbids declaration of ‘inType’ with no type [-fpermissive]
  6. ./src/B.cpp: In member function ‘hx::Object* B_obj::__ToInterface(const int&)’:
  7. ./src/B.cpp:29:29: error: no match for ‘operator==’ in ‘inType == *(const std::type_info*)(& _ZTI5A_obj)’
  8. ./src/B.cpp:29:29: note: candidates are:
  9. In file included from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:175:0,
  10. from ./src/B.cpp:1:
  11. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:160:1: note: bool operator==(bool, const null&)
  12. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:160:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const null&’
  13. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:161:1: note: bool operator==(double, const null&)
  14. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:161:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const null&’
  15. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:162:1: note: bool operator==(float, const null&)
  16. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:162:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const null&’
  17. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:163:1: note: bool operator==(int, const null&)
  18. /usr/lib/haxe/lib/hxcpp/3,0,0//include/null.h:163:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const null&’
  19. In file included from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:178:0,
  20. from ./src/B.cpp:1:
  21. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:274:13: note: bool operator==(bool, const Dynamic&)
  22. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:274:13: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const Dynamic&’
  23. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:276:13: note: bool operator==(const String&, const Dynamic&)
  24. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:276:13: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const Dynamic&’
  25. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: bool operator==(double, const Dynamic&)
  26. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const Dynamic&’
  27. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: bool operator==(float, const Dynamic&)
  28. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const Dynamic&’
  29. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: bool operator==(int, const Dynamic&)
  30. /usr/lib/haxe/lib/hxcpp/3,0,0//include/Dynamic.h:306:1: note: no known conversion for argument 2 from ‘const std::type_info’ to ‘const Dynamic&’
  31. In file included from /usr/include/c++/4.7/ext/alloc_traits.h:37:0,
  32. from /usr/include/c++/4.7/bits/stl_construct.h:63,
  33. from /usr/include/c++/4.7/bits/stl_tempbuf.h:62,
  34. from /usr/include/c++/4.7/bits/stl_algo.h:64,
  35. from /usr/include/c++/4.7/algorithm:63,
  36. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/Array.h:199,
  37. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:184,
  38. from ./src/B.cpp:1:
  39. /usr/include/c++/4.7/bits/allocator.h:124:5: note: template<class _Tp> bool std::operator==(const std::allocator<_Tp1>&, const std::allocator<_Tp1>&)
  40. /usr/include/c++/4.7/bits/allocator.h:124:5: note: template argument deduction/substitution failed:
  41. ./src/B.cpp:29:29: note: mismatched types ‘const std::allocator<_Tp1>’ and ‘const int’
  42. In file included from /usr/include/c++/4.7/ext/alloc_traits.h:37:0,
  43. from /usr/include/c++/4.7/bits/stl_construct.h:63,
  44. from /usr/include/c++/4.7/bits/stl_tempbuf.h:62,
  45. from /usr/include/c++/4.7/bits/stl_algo.h:64,
  46. from /usr/include/c++/4.7/algorithm:63,
  47. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/Array.h:199,
  48. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:184,
  49. from ./src/B.cpp:1:
  50. /usr/include/c++/4.7/bits/allocator.h:119:5: note: template<class _T1, class _T2> bool std::operator==(const std::allocator<_T1>&, const std::allocator<_T2>&)
  51. /usr/include/c++/4.7/bits/allocator.h:119:5: note: template argument deduction/substitution failed:
  52. ./src/B.cpp:29:29: note: mismatched types ‘const std::allocator<_T1>’ and ‘const int’
  53. In file included from /usr/include/c++/4.7/bits/stl_algobase.h:68:0,
  54. from /usr/include/c++/4.7/algorithm:62,
  55. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/Array.h:199,
  56. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:184,
  57. from ./src/B.cpp:1:
  58. /usr/include/c++/4.7/bits/stl_iterator.h:343:5: note: template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_IteratorL>&, const std::reverse_iterator<_IteratorR>&)
  59. /usr/include/c++/4.7/bits/stl_iterator.h:343:5: note: template argument deduction/substitution failed:
  60. ./src/B.cpp:29:29: note: mismatched types ‘const std::reverse_iterator<_IteratorL>’ and ‘const int’
  61. In file included from /usr/include/c++/4.7/bits/stl_algobase.h:68:0,
  62. from /usr/include/c++/4.7/algorithm:62,
  63. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/Array.h:199,
  64. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:184,
  65. from ./src/B.cpp:1:
  66. /usr/include/c++/4.7/bits/stl_iterator.h:293:5: note: template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
  67. /usr/include/c++/4.7/bits/stl_iterator.h:293:5: note: template argument deduction/substitution failed:
  68. ./src/B.cpp:29:29: note: mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘const int’
  69. In file included from /usr/include/c++/4.7/utility:72:0,
  70. from /usr/include/c++/4.7/algorithm:61,
  71. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/Array.h:199,
  72. from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:184,
  73. from ./src/B.cpp:1:
  74. /usr/include/c++/4.7/bits/stl_pair.h:206:5: note: template<class _T1, class _T2> bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
  75. /usr/include/c++/4.7/bits/stl_pair.h:206:5: note: template argument deduction/substitution failed:
  76. ./src/B.cpp:29:29: note: mismatched types ‘const std::pair<_T1, _T2>’ and ‘const int’
  77. ./src/B.cpp:30:36: error: no matching function for call to ‘B_obj::__ToInterface(const int&)’
  78. ./src/B.cpp:30:36: note: candidate is:
  79. In file included from /usr/lib/haxe/lib/hxcpp/3,0,0//include/hxcpp.h:176:0,
  80. from ./src/B.cpp:1:
  81. /usr/lib/haxe/lib/hxcpp/3,0,0//include/hx/Object.h:65:24: note: virtual hx::Object* hx::Object::__ToInterface(const std::type_info&)
  82. /usr/lib/haxe/lib/hxcpp/3,0,0//include/hx/Object.h:65:24: note: no known conversion for argument 1 from ‘const int’ to ‘const std::type_info&’
Advertisement
Add Comment
Please, Sign In to add comment