Advertisement
Guest User

Untitled

a guest
Feb 17th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.00 KB | None | 0 0
  1. [with _CharT = char, _Traits = std::char_traits<char>]
  2. /usr/include/c++/4.4/ostream:173: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
  3. /usr/include/c++/4.4/bits/ostream.tcc:91: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
  4. /usr/include/c++/4.4/ostream:180: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  5. /usr/include/c++/4.4/bits/ostream.tcc:105: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
  6. /usr/include/c++/4.4/ostream:191: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  7. /usr/include/c++/4.4/ostream:200: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
  8. /usr/include/c++/4.4/ostream:204: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  9. /usr/include/c++/4.4/ostream:209: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
  10. /usr/include/c++/4.4/ostream:213: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
  11. /usr/include/c++/4.4/ostream:221: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
  12. /usr/include/c++/4.4/ostream:225: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  13. /usr/include/c++/4.4/bits/ostream.tcc:119: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  14. dxf.hpp:59: note: std::ostream& operator<<(std::ostream&, int)
  15. /usr/include/c++/4.4/ostream:468: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) [with _Traits = std::char_traits<char>]
  16. /usr/include/c++/4.4/ostream:463: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) [with _Traits = std::char_traits<char>]
  17. /usr/include/c++/4.4/ostream:457: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) [with _Traits = std::char_traits<char>]
  18. /usr/include/c++/4.4/ostream:451: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT = char, _Traits = std::char_traits<char>]
  19. codeg.cpp:599: error: ‘current_polyline’ was not declared in this scope
  20. codeg.cpp: In function ‘void get_args(int, char**)’:
  21. codeg.cpp:667: error: ‘struct LayerOpt’ has no member named ‘feed’
  22. codeg.cpp:668: error: ‘struct LayerOpt’ has no member named ‘z_feed’
  23. codeg.cpp:669: error: ‘struct LayerOpt’ has no member named ‘max_line_segment’
  24. codeg.cpp:702: error: ‘exit’ was not declared in this scope
  25. codeg.cpp:711: error: ‘exit’ was not declared in this scope
  26. codeg.cpp:725: error: ‘exit’ was not declared in this scope
  27. codeg.cpp:734: error: ‘exit’ was not declared in this scope
  28. codeg.cpp:754: error: ‘atoi’ was not declared in this scope
  29. codeg.cpp:758: error: ‘exit’ was not declared in this scope
  30. codeg.cpp:763: error: ‘struct LayerOpt’ has no member named ‘max_line_segment’
  31. codeg.cpp:763: error: ‘atof’ was not declared in this scope
  32. codeg.cpp:767: error: ‘arg_x_off’ was not declared in this scope
  33. codeg.cpp:767: error: ‘dxfFloat’ was not declared in this scope
  34. codeg.cpp:771: error: ‘arg_y_off’ was not declared in this scope
  35. codeg.cpp:775: error: ‘arg_z_safe_height’ was not declared in this scope
  36. codeg.cpp:780: error: ‘struct LayerOpt’ has no member named ‘cut_depth’
  37. codeg.cpp:786: error: ‘struct LayerOpt’ has no member named ‘z_feed’
  38. codeg.cpp:793: error: expected ‘;’ before ‘f’
  39. codeg.cpp:794: error: ‘f’ was not declared in this scope
  40. codeg.cpp:797: error: ‘struct LayerOpt’ has no member named ‘feed’
  41. codeg.cpp:816: error: ‘exit’ was not declared in this scope
  42. codeg.cpp: In function ‘void flatten(dxfObjectPtrVector, dxfObjectPtrVector&, int)’:
  43. codeg.cpp:865: error: expected initializer before ‘i’
  44. codeg.cpp:865: error: ‘i’ was not declared in this scope
  45. codeg.cpp:865: error: request for member ‘end’ in ‘tree’, which is of non-class type ‘dxfObjectPtrVector’
  46. codeg.cpp:867: error: must #include <typeinfo> before using typeid
  47. codeg.cpp:870: error: request for member ‘empty’ in ‘layer->dxfLayer::objects’, which is of non-class type ‘dxfObjectPtrVector’
  48. codeg.cpp:872: error: request for member ‘push_back’ in ‘target’, which is of non-class type ‘int’
  49. codeg.cpp:872: error: ‘dxfObjectPtr’ was not declared in this scope
  50. codeg.cpp:876: error: must #include <typeinfo> before using typeid
  51. codeg.cpp:879: error: request for member ‘empty’ in ‘block->dxfBlock::objects’, which is of non-class type ‘dxfObjectPtrVector’
  52. codeg.cpp:883: error: request for member ‘back’ in ‘target’, which is of non-class type ‘int’
  53. codeg.cpp: In function ‘void chain(dxfObjectPtrVector&, dxfObjectPtrVector&)’:
  54. codeg.cpp:889: error: request for member ‘clear’ in ‘out’, which is of non-class type ‘int’
  55. codeg.cpp:890: error: request for member ‘push_back’ in ‘out’, which is of non-class type ‘int’
  56. codeg.cpp:890: error: request for member ‘back’ in ‘source’, which is of non-class type ‘int’
  57. codeg.cpp:891: error: request for member ‘pop_back’ in ‘source’, which is of non-class type ‘int’
  58. codeg.cpp:896: error: ‘dxfObjectPtr’ was not declared in this scope
  59. codeg.cpp:896: error: expected ‘;’ before ‘last’
  60. codeg.cpp:897: error: expected ‘;’ before ‘first’
  61. codeg.cpp:898: error: ‘last’ was not declared in this scope
  62. codeg.cpp:899: error: ‘first’ was not declared in this scope
  63. codeg.cpp:903: error: expected initializer before ‘i’
  64. codeg.cpp:903: error: ‘i’ was not declared in this scope
  65. codeg.cpp:903: error: request for member ‘end’ in ‘source’, which is of non-class type ‘int’
  66. codeg.cpp:909: error: request for member ‘push_back’ in ‘out’, which is of non-class type ‘int’
  67. codeg.cpp:911: error: request for member ‘erase’ in ‘source’, which is of non-class type ‘int’
  68. codeg.cpp:917: error: request for member ‘push_back’ in ‘out’, which is of non-class type ‘int’
  69. codeg.cpp:918: error: request for member ‘erase’ in ‘source’, which is of non-class type ‘int’
  70. codeg.cpp:925: error: request for member ‘insert’ in ‘out’, which is of non-class type ‘int’
  71. codeg.cpp:925: error: request for member ‘begin’ in ‘out’, which is of non-class type ‘int’
  72. codeg.cpp:926: error: request for member ‘erase’ in ‘source’, which is of non-class type ‘int’
  73. codeg.cpp:932: error: request for member ‘insert’ in ‘out’, which is of non-class type ‘int’
  74. codeg.cpp:932: error: request for member ‘begin’ in ‘out’, which is of non-class type ‘int’
  75. codeg.cpp:933: error: request for member ‘erase’ in ‘source’, which is of non-class type ‘int’
  76. codeg.cpp:938: error: request for member ‘empty’ in ‘source’, which is of non-class type ‘int’
  77. codeg.cpp: In function ‘int main(int, char**)’:
  78. codeg.cpp:956: error: ‘DL_Dxf’ was not declared in this scope
  79. codeg.cpp:956: error: expected ‘;’ before ‘dxf_reader’
  80. codeg.cpp:961: error: ‘dxf_reader’ was not declared in this scope
  81. codeg.cpp:974: error: ‘class dxfFilter’ has no member named ‘doc’
  82. codeg.cpp:975: error: request for member ‘size’ in ‘dxfLayers’, which is of non-class type ‘dxfObjectPtrVector’
  83. codeg.cpp:987: error: expected initializer before ‘i’
  84. codeg.cpp:987: error: ‘i’ was not declared in this scope
  85. codeg.cpp:987: error: request for member ‘end’ in ‘dxfLayers’, which is of non-class type ‘dxfObjectPtrVector’
  86. codeg.cpp:998: error: request for member ‘empty’ in ‘layer_objects’, which is of non-class type ‘dxfObjectPtrVector’
  87. codeg.cpp:1006: error: request for member ‘front’ in ‘out’, which is of non-class type ‘dxfObjectPtrVector’
  88. codeg.cpp:1006: error: request for member ‘back’ in ‘out’, which is of non-class type ‘dxfObjectPtrVector’
  89. codeg.cpp:1010: error: ‘class translateAttr’ has no member named ‘max_line_seg’
  90. codeg.cpp:1011: error: ‘struct LayerOpt’ has no member named ‘max_line_segment’
  91. codeg.cpp:1012: error: ‘struct LayerOpt’ has no member named ‘max_line_segment’
  92. codeg.cpp:1014: error: expected initializer before ‘x’
  93. codeg.cpp:1014: error: ‘x’ was not declared in this scope
  94. codeg.cpp:1014: error: request for member ‘end’ in ‘out’, which is of non-class type ‘dxfObjectPtrVector’
  95. codeg.cpp:1045: error: ‘dxfFloat’ was not declared in this scope
  96. codeg.cpp:1045: error: expected ‘;’ before ‘left_bound’
  97. codeg.cpp:1046: error: expected ‘;’ before ‘right_bound’
  98. codeg.cpp:1047: error: expected ‘;’ before ‘bottom_bound’
  99. codeg.cpp:1048: error: expected ‘;’ before ‘top_bound’
  100. codeg.cpp:1049: error: expected ‘;’ before ‘width’
  101. codeg.cpp:1050: error: expected ‘;’ before ‘height’
  102. codeg.cpp:1052: error: expected ‘;’ before ‘x_offset’
  103. codeg.cpp:1053: error: expected ‘;’ before ‘y_offset’
  104. codeg.cpp:1059: error: ‘x_offset’ was not declared in this scope
  105. codeg.cpp:1059: error: ‘arg_x_off’ was not declared in this scope
  106. codeg.cpp:1060: error: ‘y_offset’ was not declared in this scope
  107. codeg.cpp:1060: error: ‘arg_y_off’ was not declared in this scope
  108. codeg.cpp:1064: error: ‘left_bound’ was not declared in this scope
  109. codeg.cpp:1065: error: ‘bottom_bound’ was not declared in this scope
  110. codeg.cpp:1069: error: ‘right_bound’ was not declared in this scope
  111. codeg.cpp:1075: error: ‘top_bound’ was not declared in this scope
  112. codeg.cpp:1086: error: ambiguous overload for ‘operator<<’ in ‘std::cout << arg_quadrant’
  113. /usr/include/c++/4.4/ostream:108: note: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>& (*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  114. /usr/include/c++/4.4/ostream:117: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ios<_CharT, _Traits>& (*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  115. /usr/include/c++/4.4/ostream:127: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  116. /usr/include/c++/4.4/ostream:165: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]
  117. /usr/include/c++/4.4/ostream:169: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  118. /usr/include/c++/4.4/ostream:173: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
  119. /usr/include/c++/4.4/bits/ostream.tcc:91: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
  120. /usr/include/c++/4.4/ostream:180: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  121. /usr/include/c++/4.4/bits/ostream.tcc:105: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
  122. /usr/include/c++/4.4/ostream:191: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  123. /usr/include/c++/4.4/ostream:200: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
  124. /usr/include/c++/4.4/ostream:204: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  125. /usr/include/c++/4.4/ostream:209: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
  126. /usr/include/c++/4.4/ostream:213: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
  127. /usr/include/c++/4.4/ostream:221: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
  128. /usr/include/c++/4.4/ostream:225: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  129. /usr/include/c++/4.4/bits/ostream.tcc:119: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  130. dxf.hpp:59: note: std::ostream& operator<<(std::ostream&, int)
  131. /usr/include/c++/4.4/ostream:468: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) [with _Traits = std::char_traits<char>]
  132. /usr/include/c++/4.4/ostream:463: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) [with _Traits = std::char_traits<char>]
  133. /usr/include/c++/4.4/ostream:457: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) [with _Traits = std::char_traits<char>]
  134. /usr/include/c++/4.4/ostream:451: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT = char, _Traits = std::char_traits<char>]
  135. codeg.cpp:1090: error: ‘left_bound’ was not declared in this scope
  136. codeg.cpp:1091: error: ‘right_bound’ was not declared in this scope
  137. codeg.cpp:1092: error: ‘top_bound’ was not declared in this scope
  138. codeg.cpp:1093: error: ‘bottom_bound’ was not declared in this scope
  139. codeg.cpp:1094: error: ‘width’ was not declared in this scope
  140. codeg.cpp:1095: error: ‘height’ was not declared in this scope
  141. codeg.cpp:1096: error: ‘arg_x_off’ was not declared in this scope
  142. codeg.cpp:1097: error: ‘arg_y_off’ was not declared in this scope
  143. codeg.cpp:1098: error: ‘x_offset’ was not declared in this scope
  144. codeg.cpp:1099: error: ‘y_offset’ was not declared in this scope
  145. codeg.cpp:1105: error: aggregate ‘std::filebuf fb_out’ has incomplete type and cannot be defined
  146. codeg.cpp:1109: error: ‘exit’ was not declared in this scope
  147. codeg.cpp:1115: error: aggregate ‘std::filebuf fb_plot’ has incomplete type and cannot be defined
  148. codeg.cpp:1121: error: ‘exit’ was not declared in this scope
  149. codeg.cpp:1141: error: expected ‘;’ before ‘current_feed’
  150. codeg.cpp:1143: error: expected ‘;’ before ‘current_z’
  151. codeg.cpp:1144: error: no matching function for call to ‘dxfPoint::dxfPoint(int, int, int)’
  152. dxf.hpp:181: note: candidates are: dxfPoint::dxfPoint()
  153. dxf.hpp:177: note: dxfPoint::dxfPoint(const dxfPoint&)
  154. codeg.cpp:1228: error: ambiguous overload for ‘operator<<’ in ‘std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)((std::basic_ostream<char, std::char_traits<char> >*)std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)(& opt_string.std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::<anonymous>)), (opt_set ? ((const char*)" ") : ((const char*)""))))), ((const char*)"T")) << _tool’
  155. /usr/include/c++/4.4/ostream:108: note: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>& (*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  156. /usr/include/c++/4.4/ostream:117: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ios<_CharT, _Traits>& (*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  157. /usr/include/c++/4.4/ostream:127: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  158. /usr/include/c++/4.4/ostream:165: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]
  159. /usr/include/c++/4.4/ostream:169: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  160. /usr/include/c++/4.4/ostream:173: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
  161. /usr/include/c++/4.4/bits/ostream.tcc:91: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
  162. /usr/include/c++/4.4/ostream:180: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  163. /usr/include/c++/4.4/bits/ostream.tcc:105: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
  164. /usr/include/c++/4.4/ostream:191: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  165. /usr/include/c++/4.4/ostream:200: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
  166. /usr/include/c++/4.4/ostream:204: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  167. /usr/include/c++/4.4/ostream:209: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
  168. /usr/include/c++/4.4/ostream:213: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
  169. /usr/include/c++/4.4/ostream:221: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
  170. /usr/include/c++/4.4/ostream:225: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  171. /usr/include/c++/4.4/bits/ostream.tcc:119: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  172. dxf.hpp:59: note: std::ostream& operator<<(std::ostream&, int)
  173. /usr/include/c++/4.4/ostream:468: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) [with _Traits = std::char_traits<char>]
  174. /usr/include/c++/4.4/ostream:463: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) [with _Traits = std::char_traits<char>]
  175. /usr/include/c++/4.4/ostream:457: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) [with _Traits = std::char_traits<char>]
  176. /usr/include/c++/4.4/ostream:451: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT = char, _Traits = std::char_traits<char>]
  177. codeg.cpp:1277: error: ambiguous overload for ‘operator<<’ in ‘std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)(& opt_string.std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::<anonymous>)), ((const char*)"G41 D")) << _comp_tool’
  178. /usr/include/c++/4.4/ostream:108: note: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>& (*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  179. /usr/include/c++/4.4/ostream:117: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ios<_CharT, _Traits>& (*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  180. /usr/include/c++/4.4/ostream:127: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  181. /usr/include/c++/4.4/ostream:165: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]
  182. /usr/include/c++/4.4/ostream:169: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  183. /usr/include/c++/4.4/ostream:173: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
  184. /usr/include/c++/4.4/bits/ostream.tcc:91: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
  185. /usr/include/c++/4.4/ostream:180: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  186. /usr/include/c++/4.4/bits/ostream.tcc:105: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
  187. /usr/include/c++/4.4/ostream:191: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  188. /usr/include/c++/4.4/ostream:200: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
  189. /usr/include/c++/4.4/ostream:204: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  190. /usr/include/c++/4.4/ostream:209: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
  191. /usr/include/c++/4.4/ostream:213: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
  192. /usr/include/c++/4.4/ostream:221: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
  193. /usr/include/c++/4.4/ostream:225: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  194. /usr/include/c++/4.4/bits/ostream.tcc:119: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  195. dxf.hpp:59: note: std::ostream& operator<<(std::ostream&, int)
  196. /usr/include/c++/4.4/ostream:468: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) [with _Traits = std::char_traits<char>]
  197. /usr/include/c++/4.4/ostream:463: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) [with _Traits = std::char_traits<char>]
  198. /usr/include/c++/4.4/ostream:457: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) [with _Traits = std::char_traits<char>]
  199. /usr/include/c++/4.4/ostream:451: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT = char, _Traits = std::char_traits<char>]
  200. codeg.cpp:1280: error: ambiguous overload for ‘operator<<’ in ‘std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)(& opt_string.std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::<anonymous>)), ((const char*)"G42 D")) << _comp_tool’
  201. /usr/include/c++/4.4/ostream:108: note: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>& (*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  202. /usr/include/c++/4.4/ostream:117: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ios<_CharT, _Traits>& (*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  203. /usr/include/c++/4.4/ostream:127: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  204. /usr/include/c++/4.4/ostream:165: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]
  205. /usr/include/c++/4.4/ostream:169: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  206. /usr/include/c++/4.4/ostream:173: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
  207. /usr/include/c++/4.4/bits/ostream.tcc:91: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
  208. /usr/include/c++/4.4/ostream:180: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  209. /usr/include/c++/4.4/bits/ostream.tcc:105: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
  210. /usr/include/c++/4.4/ostream:191: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  211. /usr/include/c++/4.4/ostream:200: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
  212. /usr/include/c++/4.4/ostream:204: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
  213. /usr/include/c++/4.4/ostream:209: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
  214. /usr/include/c++/4.4/ostream:213: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
  215. /usr/include/c++/4.4/ostream:221: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
  216. /usr/include/c++/4.4/ostream:225: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  217. /usr/include/c++/4.4/bits/ostream.tcc:119: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
  218. dxf.hpp:59: note: std::ostream& operator<<(std::ostream&, int)
  219. /usr/include/c++/4.4/ostream:468: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) [with _Traits = std::char_traits<char>]
  220. /usr/include/c++/4.4/ostream:463: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) [with _Traits = std::char_traits<char>]
  221. /usr/include/c++/4.4/ostream:457: note: std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) [with _Traits = std::char_traits<char>]
  222. /usr/include/c++/4.4/ostream:451: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT = char, _Traits = std::char_traits<char>]
  223. codeg.cpp:1298: error: expected ‘;’ before ‘_feed’
  224. codeg.cpp:1305: error: ‘arg_z_safe_height’ was not declared in this scope
  225. codeg.cpp:1311: error: ‘const class dxfPoint’ has no member named ‘x’
  226. codeg.cpp:1311: error: ‘const class dxfPoint’ has no member named ‘y’
  227. codeg.cpp:1312: error: ‘const class dxfPoint’ has no member named ‘x’
  228. codeg.cpp:1312: error: ‘const class dxfPoint’ has no member named ‘y’
  229. codeg.cpp:1320: error: ‘_feed’ was not declared in this scope
  230. codeg.cpp:1320: error: ‘struct LayerOpt’ has no member named ‘z_feed’
  231. codeg.cpp:1320: error: ‘struct LayerOpt’ has no member named ‘z_feed’
  232. codeg.cpp:1320: error: ‘struct LayerOpt’ has no member named ‘z_feed’
  233. codeg.cpp:1321: error: expected ‘;’ before ‘_cut_depth’
  234. codeg.cpp:1323: error: ‘current_feed’ was not declared in this scope
  235. codeg.cpp:1339: error: ‘_cut_depth’ was not declared in this scope
  236. codeg.cpp:1346: error: ‘_cut_depth’ was not declared in this scope
  237. codeg.cpp:1352: error: ‘_feed’ was not declared in this scope
  238. codeg.cpp:1352: error: ‘struct LayerOpt’ has no member named ‘feed’
  239. codeg.cpp:1352: error: ‘struct LayerOpt’ has no member named ‘feed’
  240. codeg.cpp:1352: error: ‘struct LayerOpt’ has no member named ‘feed’
  241. codeg.cpp:1353: error: ‘current_feed’ was not declared in this scope
  242. codeg.cpp:1385: error: ‘arg_z_safe_height’ was not declared in this scope
  243. codeg.cpp:1391: error: ‘class dxfPoint’ has no member named ‘x’
  244. codeg.cpp:1391: error: ‘class dxfPoint’ has no member named ‘y’
  245. codeg.cpp:1392: error: ‘class dxfPoint’ has no member named ‘x’
  246. codeg.cpp:1392: error: ‘class dxfPoint’ has no member named ‘y’
  247. codeg.cpp:1399: error: ‘class dxfPoint’ has no member named ‘x’
  248. codeg.cpp:1399: error: ‘class dxfPoint’ has no member named ‘y’
  249. codeg.cpp:1400: error: ‘class dxfPoint’ has no member named ‘x’
  250. codeg.cpp:1400: error: ‘class dxfPoint’ has no member named ‘y’
  251. alosindustrials@alosindustrials-desktop:~/Descargas/codeg$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement