Advertisement
Guest User

Untitled

a guest
Jan 24th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.11 KB | None | 0 0
  1. [ 646s] -> Building theide-nogtk...
  2. [ 646s] Parsing package ide ...
  3. [ 646s] Using flags GCC GUI NOGTK STACKTRACE LINUX POSIX
  4. [ 646s] Building package ide ...
  5. [ 646s] make[1]: Entering directory '/usr/src/packages/BUILD/upp/src/upp-x11-src-9430'
  6. [ 646s] Creating necessary directories ...
  7. [ 646s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CtrlLib/CtrlLib.icpp
  8. [ 646s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/plugin/bmp/BmpReg.icpp
  9. [ 646s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/RichText/RichImage.icpp
  10. [ 646s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CtrlCore/CtrlCore.icpp
  11. [ 646s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/plugin/png/pngreg.icpp
  12. [ 648s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/PdfDraw/PdfReport.icpp
  13. [ 648s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/RichEdit/RichEdit.icpp
  14. [ 649s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/plugin/gif/gif.icpp
  15. [ 649s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/plugin/jpg/jpgreg.icpp
  16. [ 650s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/Painter/PaintPainting.icpp
  17. [ 651s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp
  18. [ 651s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IdeDes.icpp
  19. [ 651s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/Builders/GccBuilder.icpp
  20. [ 652s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/Builders/MscBuilder.icpp
  21. [ 653s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/Builders/OwcBuilder.icpp
  22. [ 654s] In file included from /usr/include/X11/Xlib.h:44:0,
  23. [ 654s] from uppsrc/CtrlCore/X11Gui.h:9,
  24. [ 654s] from uppsrc/CtrlCore/CtrlCore.h:37,
  25. [ 654s] from uppsrc/CtrlLib/CtrlLib.h:4,
  26. [ 654s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:5,
  27. [ 654s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:
  28. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected identifier before numeric constant
  29. [ 654s] None
  30. [ 654s] ^
  31. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected '}' before numeric constant
  32. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected unqualified-id before numeric constant
  33. [ 654s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:178:0,
  34. [ 654s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:
  35. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:11:1: error: expected unqualified-id before 'public'
  36. [ 654s] public:
  37. [ 654s] ^
  38. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:15:62: error: 'virtual' outside class declaration
  39. [ 654s] CodeEditor *editor, int line, int pos);
  40. [ 654s] ^
  41. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:16:61: error: 'virtual' outside class declaration
  42. [ 654s] virtual void IndentInsert(CodeEditor& e, int chr, int count);
  43. [ 654s] ^
  44. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:18:1: error: expected unqualified-id before 'private'
  45. [ 654s] private:
  46. [ 654s] ^
  47. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:29:65: error: 'Identation' has not been declared
  48. [ 654s] int CalculateLineIndetations(const WString& line, Identation::Type type);
  49. [ 654s] ^
  50. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:29:82: error: expected ',' or '...' before 'type'
  51. [ 654s] int CalculateLineIndetations(const WString& line, Identation::Type type);
  52. [ 654s] ^
  53. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:31:2: error: 'Identation' does not name a type
  54. [ 654s] Identation::Type FindIdentationType(CodeEditor& editor, const WString& line);
  55. [ 654s] ^
  56. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:32:39: error: 'Identation' has not been declared
  57. [ 654s] char GetIdentationByType(Identation::Type type);
  58. [ 654s] ^
  59. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/PythonSyntax.h:34:1: error: expected unqualified-id before 'private'
  60. [ 654s] private:
  61. [ 654s] ^
  62. [ 654s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:0:
  63. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:180:35: error: expected class-name before ',' token
  64. [ 654s] class CodeEditor : public LineEdit,
  65. [ 654s] ^
  66. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:182:1: error: expected class-name before '{' token
  67. [ 654s] {
  68. [ 654s] ^
  69. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:186:20: error: 'dword' has not been declared
  70. [ 654s] virtual bool Key(dword code, int count);
  71. [ 654s] ^
  72. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:187:25: error: 'Point' has not been declared
  73. [ 654s] virtual void LeftDown(Point p, dword keyflags);
  74. [ 654s] ^
  75. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:187:34: error: 'dword' has not been declared
  76. [ 654s] virtual void LeftDown(Point p, dword keyflags);
  77. [ 654s] ^
  78. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:188:27: error: 'Point' has not been declared
  79. [ 654s] virtual void LeftDouble(Point p, dword keyflags);
  80. [ 654s] ^
  81. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:188:36: error: 'dword' has not been declared
  82. [ 654s] virtual void LeftDouble(Point p, dword keyflags);
  83. [ 654s] ^
  84. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:189:27: error: 'Point' has not been declared
  85. [ 654s] virtual void LeftTriple(Point p, dword keyflags);
  86. [ 654s] ^
  87. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:189:36: error: 'dword' has not been declared
  88. [ 654s] virtual void LeftTriple(Point p, dword keyflags);
  89. [ 654s] ^
  90. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:190:27: error: 'Point' has not been declared
  91. [ 654s] virtual void LeftRepeat(Point p, dword keyflags);
  92. [ 654s] ^
  93. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:190:36: error: 'dword' has not been declared
  94. [ 654s] virtual void LeftRepeat(Point p, dword keyflags);
  95. [ 654s] ^
  96. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:191:26: error: 'Point' has not been declared
  97. [ 654s] virtual void MouseMove(Point p, dword keyflags);
  98. [ 654s] ^
  99. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:191:35: error: 'dword' has not been declared
  100. [ 654s] virtual void MouseMove(Point p, dword keyflags);
  101. [ 654s] ^
  102. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:192:10: error: 'Image' does not name a type
  103. [ 654s] virtual Image CursorImage(Point p, dword keyflags);
  104. [ 654s] ^
  105. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:193:26: error: 'Stream' has not been declared
  106. [ 654s] virtual void Serialize(Stream& s);
  107. [ 654s] ^
  108. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:195:27: error: 'Point' has not been declared
  109. [ 654s] virtual void MouseWheel(Point p, int zdelta, dword keyFlags);
  110. [ 654s] ^
  111. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:195:48: error: 'dword' has not been declared
  112. [ 654s] virtual void MouseWheel(Point p, int zdelta, dword keyFlags);
  113. [ 654s] ^
  114. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:198:39: error: 'Vector' has not been declared
  115. [ 654s] virtual void HighlightLine(int line, Vector<LineEdit::Highlight>& h, int pos);
  116. [ 654s] ^
  117. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:198:45: error: expected ',' or '...' before '<' token
  118. [ 654s] virtual void HighlightLine(int line, Vector<LineEdit::Highlight>& h, int pos);
  119. [ 654s] ^
  120. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:199:40: error: 'WString' does not name a type
  121. [ 654s] virtual void PreInsert(int pos, const WString& s);
  122. [ 654s] ^
  123. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:200:41: error: 'WString' does not name a type
  124. [ 654s] virtual void PostInsert(int pos, const WString& s);
  125. [ 654s] ^
  126. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:212:10: error: 'String' does not name a type
  127. [ 654s] virtual String GetPasteText();
  128. [ 654s] ^
  129. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:214:2: error: 'EditorBar' does not name a type
  130. [ 654s] EditorBar bar;
  131. [ 654s] ^
  132. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:215:2: error: 'Vector' does not name a type
  133. [ 654s] Vector<int> line2;
  134. [ 654s] ^
  135. [ 654s] /usr/src/packages/BUILD/upp/src/upp-[ 597.323655] serial8250: too much work for irq4
  136. [ 654s] x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:219:3: error: 'String' does not name a type
  137. [ 654s] String data;
  138. [ 654s] ^
  139. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:236:2: error: 'Time' does not name a type
  140. [ 654s] Time last_key_time;
  141. [ 654s] ^
  142. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:247:2: error: 'FindReplaceDlg' does not name a type
  143. [ 654s] FindReplaceDlg findreplace;
  144. [ 654s] ^
  145. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:259:3: error: 'WString' does not name a type
  146. [ 654s] WString text;
  147. [ 654s] ^
  148. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:262:2: error: 'Array' does not name a type
  149. [ 654s] Array<Found> foundwild;
  150. [ 654s] ^
  151. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:263:2: error: 'WString' does not name a type
  152. [ 654s] WString foundtext;
  153. [ 654s] ^
  154. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:271:2: error: 'WString' does not name a type
  155. [ 654s] WString selword;
  156. [ 654s] ^
  157. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:273:2: error: 'String' does not name a type
  158. [ 654s] String iwc;
  159. [ 654s] ^
  160. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:275:2: error: 'String' does not name a type
  161. [ 654s] String highlight;
  162. [ 654s] ^
  163. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:277:20: error: expected class-name before '{' token
  164. [ 654s] struct Tip : Ctrl {
  165. [ 654s] ^
  166. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:278:3: error: 'Value' does not name a type
  167. [ 654s] Value v;
  168. [ 654s] ^
  169. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:279:9: error: 'Display' does not name a type
  170. [ 654s] const Display *d;
  171. [ 654s] ^
  172. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:281:22: error: 'Draw' has not been declared
  173. [ 654s] virtual void Paint(Draw& w);
  174. [ 654s] ^
  175. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:293:25: error: 'Point' has not been declared
  176. [ 654s] bool MouseSelSpecial(Point p, dword flags);
  177. [ 654s] ^
  178. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:293:34: error: 'dword' has not been declared
  179. [ 654s] bool MouseSelSpecial(Point p, dword flags);
  180. [ 654s] ^
  181. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:307:43: error: 'WString' does not name a type
  182. [ 654s] void CheckSyntaxRefresh(int pos, const WString& text);
  183. [ 654s] ^
  184. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:309:42: error: 'WString' does not name a type
  185. [ 654s] void SetFound(int fi, int type, const WString& text);
  186. [ 654s] ^
  187. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:311:22: error: 'wchar' does not name a type
  188. [ 654s] int Match(const wchar *f, const wchar *s, int line, bool we, bool icase, int fi = 0);
  189. [ 654s] ^
  190. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:311:38: error: 'wchar' does not name a type
  191. [ 654s] int Match(const wchar *f, const wchar *s, int line, bool we, bool icase, int fi = 0);
  192. [ 654s] ^
  193. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:312:2: error: 'WString' does not name a type
  194. [ 654s] WString GetWild(int type, int& i);
  195. [ 654s] ^
  196. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:313:2: error: 'WString' does not name a type
  197. [ 654s] WString GetReplaceText();
  198. [ 654s] ^
  199. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:325:14: error: 'Callback1' has not been declared
  200. [ 654s] void Make(Callback1<String&> op);
  201. [ 654s] ^
  202. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:325:23: error: expected ',' or '...' before '<' token
  203. [ 654s] void Make(Callback1<String&> op);
  204. [ 654s] ^
  205. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:326:22: error: 'String' has not been declared
  206. [ 654s] void TabsOrSpaces(String& out, bool maketabs);
  207. [ 654s] ^
  208. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:327:18: error: 'String' has not been declared
  209. [ 654s] void LineEnds(String& out);
  210. [ 654s] ^
  211. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:330:21: error: 'Ctrl' has not been declared
  212. [ 654s] TIMEID_PERIODIC = Ctrl::TIMEID_COUNT,
  213. [ 654s] ^
  214. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:339:3: error: 'Value' does not name a type
  215. [ 654s] Value value;
  216. [ 654s] ^
  217. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:340:9: error: 'Display' does not name a type
  218. [ 654s] const Display *display;
  219. [ 654s] ^
  220. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:341:3: error: 'Size' does not name a type
  221. [ 654s] Size sz;
  222. [ 654s] ^
  223. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:344:2: error: 'Callback' does not name a type
  224. [ 654s] Callback WhenSelection;
  225. [ 654s] ^
  226. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:345:2: error: 'Gate1' does not name a type
  227. [ 654s] Gate1<MouseTip&> WhenTip;
  228. [ 654s] ^
  229. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:346:2: error: 'Callback' does not name a type
  230. [ 654s] Callback WhenLeftDown;
  231. [ 654s] ^
  232. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:347:2: error: 'Callback1' does not name a type
  233. [ 654s] Callback1<int> WhenCtrlClick;
  234. [ 654s] ^
  235. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:348:2: error: 'Callback' does not name a type
  236. [ 654s] Callback WhenAnnotationMove;
  237. [ 654s] ^
  238. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:349:2: error: 'Callback' does not name a type
  239. [ 654s] Callback WhenAnnotationClick;
  240. [ 654s] ^
  241. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:350:2: error: 'Callback' does not name a type
  242. [ 654s] Callback WhenAnnotationRightClick;
  243. [ 654s] ^
  244. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:351:2: error: 'Callback' does not name a type
  245. [ 654s] Callback WhenOpenFindReplace;
  246. [ 654s] ^
  247. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:352:2: error: 'Callback1' does not name a type
  248. [ 654s] Callback1<String&> WhenPaste;
  249. [ 654s] ^
  250. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:353:2: error: 'Callback' does not name a type
  251. [ 654s] Callback WhenUpdate;
  252. [ 654s] ^
  253. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:355:2: error: 'FrameTop' does not name a type
  254. [ 654s] FrameTop<Button> topsbbutton;
  255. [ 654s] ^
  256. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:356:2: error: 'FrameTop' does not name a type
  257. [ 654s] FrameTop<Button> topsbbutton1;
  258. [ 654s] ^
  259. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:358:9: error: 'dword' does not name a type
  260. [ 654s] static dword find_next_key;
  261. [ 654s] ^
  262. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:359:9: error: 'dword' does not name a type
  263. [ 654s] static dword find_prev_key;
  264. [ 654s] ^
  265. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:360:9: error: 'dword' does not name a type
  266. [ 654s] static dword replace_key;
  267. [ 654s] ^
  268. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:364:25: error: 'String' does not name a type
  269. [ 654s] void Highlight(const String& h);
  270. [ 654s] ^
  271. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:365:2: error: 'String' does not name a type
  272. [ 654s] String GetHighlight() const { return highlight; }
  273. [ 654s] ^
  274. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:391:23: error: 'Stream' has not been declared
  275. [ 654s] void SerializeFind(Stream& s);
  276. [ 654s] ^
  277. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:401:2: error: 'WString' does not name a type
  278. [ 654s] WString GetI();
  279. [ 654s] ^
  280. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:402:15: error: 'Ctrl' has not been declared
  281. [ 654s] void SetI(Ctrl *edit);
  282. [ 654s] ^
  283. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:403:15: error: 'WithDropChoice' has not been declared
  284. [ 654s] void PutI(WithDropChoice<EditString>& edit);
  285. [ 654s] ^
  286. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:403:29: error: expected ',' or '...' before '<' token
  287. [ 654s] void PutI(WithDropChoice<EditString>& edit);
  288. [ 654s] ^
  289. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:410:2: error: 'String' does not name a type
  290. [ 654s] String GetWord(int pos);
  291. [ 654s] ^
  292. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:411:2: error: 'String' does not name a type
  293. [ 654s] String GetWord();
  294. [ 654s] ^
  295. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:422:2: error: 'Callback1' does not name a type
  296. [ 654s] Callback1<int> WhenBreakpoint;
  297. [ 654s] ^
  298. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:430:2: error: 'LineInfo' does not name a type
  299. [ 654s] LineInfo GetLineInfo() const { return bar.GetLineInfo(); }
  300. [ 654s] ^
  301. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:431:29: error: 'LineInfo' does not name a type
  302. [ 654s] void SetLineInfo(const LineInfo& lf);
  303. [ 654s] ^
  304. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:432:2: error: 'LineInfoRem' does not name a type
  305. [ 654s] LineInfoRem GetLineInfoRem() { return LineInfoRem(bar.GetLineInfoRem(), 0); }
  306. [ 654s] ^
  307. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:433:26: error: 'LineInfoRem' has not been declared
  308. [ 654s] void SetLineInfoRem(LineInfoRem pick_ lf) { bar.SetLineInfoRem(LineInfoRem(lf, 0)); }
  309. [ 654s] ^
  310. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:440:34: error: 'Image' does not name a type
  311. [ 654s] void SetPtr(int line, const Image& img, int i){ bar.SetPtr(line, img, i); }
  312. [ 654s] ^
  313. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:442:2: error: 'String' does not name a type
  314. [ 654s] String GetBreakpoint(int line) { return bar.GetBreakpoint(line); }
  315. [ 654s] ^
  316. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:443:41: error: 'String' does not name a type
  317. [ 654s] void SetBreakpoint(int line, const String& b) { bar.SetBreakpoint(line, b); }
  318. [ 654s] ^
  319. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:481:38: error: 'Image' does not name a type
  320. [ 654s] void SetAnnotation(int i, const Image& icon, const String& a) { bar.SetAnnotation(i, icon, a); }
  321. [ 654s] ^
  322. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:481:57: error: 'String' does not name a type
  323. [ 654s] void SetAnnotation(int i, const Image& icon, const String& a) { bar.SetAnnotation(i, icon, a); }
  324. [ 654s] ^
  325. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:482:2: error: 'String' does not name a type
  326. [ 654s] String GetAnnotation(int i) const { return bar.GetAnnotation(i); }
  327. [ 654s] ^
  328. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:490:2: error: 'One' does not name a type
  329. [ 654s] One<EditorSyntax> GetSyntax(int line);
  330. [ 654s] ^
  331. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:495:2: error: 'Vector' does not name a type
  332. [ 654s] Vector<IfState> GetIfStack(int line) { return GetSyntax(line)->PickIfStack(); }
  333. [ 654s] ^
  334. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:498:3: error: 'String' does not name a type
  335. [ 654s] String find, replace;
  336. [ 654s] ^
  337. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:499:3: error: 'String' does not name a type
  338. [ 654s] String find_list, replace_list;
  339. [ 654s] ^
  340. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SyntaxPos::Clear()':
  341. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:221:28: error: 'data' was not declared in this scope
  342. [ 654s] void Clear() { line = 0; data.Clear(); }
  343. [ 654s] ^
  344. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::Clear()':
  345. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:362:38: error: 'LineEdit' has not been declared
  346. [ 654s] void Clear() { LineEdit::Clear(); found = notfoundfw = notfoundbk = false; }
  347. [ 654s] ^
  348. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'bool CodeEditor::GetStringRange(int&, int&) const':
  349. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:377:80: error: 'GetCursor' was not declared in this scope
  350. [ 654s] bool GetStringRange(int& b, int &e) const { return GetStringRange(GetCursor(), b, e); }
  351. [ 654s] ^
  352. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'bool CodeEditor::IsFindOpen() const':
  353. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:392:59: error: 'findreplace' was not declared in this scope
  354. [ 654s] bool IsFindOpen() const { return findreplace.IsOpen(); }
  355. [ 654s] ^
  356. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::EditorBarLayout()':
  357. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:428:54: error: 'bar' was not declared in this scope
  358. [ 654s] void EditorBarLayout() { bar.SyncSize(); }
  359. [ 654s] ^
  360. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SetLineInfoRem(int)':
  361. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:433:54: error: 'bar' was not declared in this scope
  362. [ 654s] void SetLineInfoRem(LineInfoRem pick_ lf) { bar.SetLineInfoRem(LineInfoRem(lf, 0)); }
  363. [ 654s] ^
  364. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:433:90: error: 'LineInfoRem' was not declared in this scope
  365. [ 654s] void SetLineInfoRem(LineInfoRem pick_ lf) { bar.SetLineInfoRem(LineInfoRem(lf, 0)); }
  366. [ 654s] ^
  367. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:433:90: note: suggested alternative:
  368. [ 654s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:0:
  369. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:41:35: note: 'Upp::LineInfoRem'
  370. [ 654s] typedef Vector<LineInfoRemRecord> LineInfoRem;
  371. [ 654s] ^
  372. [ 654s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:0:
  373. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::Renumber()':
  374. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:435:54: error: 'bar' was not declared in this scope
  375. [ 654s] void Renumber() { bar.Renumber(GetLineCount()); }
  376. [ 654s] ^
  377. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:435:80: error: 'GetLineCount' was not declared in this scope
  378. [ 654s] void Renumber() { bar.Renumber(GetLineCount()); }
  379. [ 654s] ^
  380. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ClearBreakpoints()':
  381. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:436:54: error: 'bar' was not declared in this scope
  382. [ 654s] void ClearBreakpoints() { bar.ClearBreakpoints(); }
  383. [ 654s] ^
  384. [ 654s] /[ 597.465765] serial8250: too much work for irq4
  385. [ 654s] usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ValidateBreakpoints()':
  386. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:437:54: error: 'bar' was not declared in this scope
  387. [ 654s] void ValidateBreakpoints() { bar.ValidateBreakpoints(); }
  388. [ 654s] ^
  389. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'int CodeEditor::GetLineNo(int) const':
  390. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:438:61: error: 'bar' was not declared in this scope
  391. [ 654s] int GetLineNo(int line) const { return bar.GetLineNo(line); }
  392. [ 654s] ^
  393. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'int CodeEditor::GetNoLine(int) const':
  394. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:439:61: error: 'bar' was not declared in this scope
  395. [ 654s] int GetNoLine(int line) const { return bar.GetNoLine(line); }
  396. [ 654s] ^
  397. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SetPtr(int, const int&, int)':
  398. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:440:54: error: 'bar' was not declared in this scope
  399. [ 654s] void SetPtr(int line, const Image& img, int i){ bar.SetPtr(line, img, i); }
  400. [ 654s] ^
  401. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HidePtr()':
  402. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:441:54: error: 'bar' was not declared in this scope
  403. [ 654s] void HidePtr() { bar.HidePtr(); }
  404. [ 654s] ^
  405. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SetBreakpoint(int, const int&)':
  406. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:443:54: error: 'bar' was not declared in this scope
  407. [ 654s] void SetBreakpoint(int line, const String& b) { bar.SetBreakpoint(line, b); }
  408. [ 654s] ^
  409. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SetError(int, int)':
  410. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:444:54: error: 'bar' was not declared in this scope
  411. [ 654s] void SetError(int line, int err) { bar.SetError(line, err); }
  412. [ 654s] ^
  413. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ClearErrors(int)':
  414. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:445:54: error: 'bar' was not declared in this scope
  415. [ 654s] void ClearErrors(int line = -1) { bar.ClearErrors(line); }
  416. [ 654s] ^
  417. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ClearEdited()':
  418. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:446:54: error: 'bar' was not declared in this scope
  419. [ 654s] void ClearEdited() { bar.ClearEdited(); }
  420. [ 654s] ^
  421. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'int CodeEditor::GetUndoCount()':
  422. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:447:58: error: 'undo' was not declared in this scope
  423. [ 654s] int GetUndoCount() { return undo.GetCount(); }
  424. [ 654s] ^
  425. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::EnableBreakpointing()':
  426. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:449:54: error: 'bar' was not declared in this scope
  427. [ 654s] void EnableBreakpointing() { bar.EnableBreakpointing(true); }
  428. [ 654s] ^
  429. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::DisableBreakpointing()':
  430. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:450:54: error: 'bar' was not declared in this scope
  431. [ 654s] void DisableBreakpointing() { bar.EnableBreakpointing(false); }
  432. [ 654s] ^
  433. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HiliteScope(Upp::byte)':
  434. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:455:54: error: 'EditorSyntax' has not been declared
  435. [ 654s] void HiliteScope(byte b) { EditorSyntax::hilite_scope = b; Refresh(); }
  436. [ 654s] ^
  437. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:455:94: error: 'Refresh' was not declared in this scope
  438. [ 654s] void HiliteScope(byte b) { EditorSyntax::hilite_scope = b; Refresh(); }
  439. [ 654s] ^
  440. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HiliteBracket(Upp::byte)':
  441. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:456:54: error: 'EditorSyntax' has not been declared
  442. [ 654s] void HiliteBracket(byte b) { EditorSyntax::hilite_bracket = b; Refresh(); }
  443. [ 654s] ^
  444. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:456:96: error: 'Refresh' was not declared in this scope
  445. [ 654s] void HiliteBracket(byte b) { EditorSyntax::hilite_bracket = b; Refresh(); }
  446. [ 654s] ^
  447. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HiliteIfDef(Upp::byte)':
  448. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:457:54: error: 'EditorSyntax' has not been declared
  449. [ 654s] void HiliteIfDef(byte b) { EditorSyntax::hilite_ifdef = b; Refresh(); }
  450. [ 654s] ^
  451. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:457:94: error: 'Refresh' was not declared in this scope
  452. [ 654s] void HiliteIfDef(byte b) { EditorSyntax::hilite_ifdef = b; Refresh(); }
  453. [ 654s] ^
  454. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HiliteIfEndif(bool)':
  455. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:458:54: error: 'bar' was not declared in this scope
  456. [ 654s] void HiliteIfEndif(bool b) { bar.HiliteIfEndif(b); }
  457. [ 654s] ^
  458. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ThousandsSeparator(bool)':
  459. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:460:54: error: 'thousands_separator' was not declared in this scope
  460. [ 654s] void ThousandsSeparator(bool b) { thousands_separator = b; Refresh(); }
  461. [ 654s] ^
  462. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:460:87: error: 'Refresh' was not declared in this scope
  463. [ 654s] void ThousandsSeparator(bool b) { thousands_separator = b; Refresh(); }
  464. [ 654s] ^
  465. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::IndentSpaces(bool)':
  466. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:461:54: error: 'indent_spaces' was not declared in this scope
  467. [ 654s] void IndentSpaces(bool is) { indent_spaces = is; }
  468. [ 654s] ^
  469. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::IndentAmount(int)':
  470. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:462:54: error: 'indent_amount' was not declared in this scope
  471. [ 654s] void IndentAmount(int ia) { indent_amount = ia; }
  472. [ 654s] ^
  473. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::NoParenthesisIndent(bool)':
  474. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:463:54: error: 'no_parenthesis_indent' was not declared in this scope
  475. [ 654s] void NoParenthesisIndent(bool b) { no_parenthesis_indent = b; }
  476. [ 654s] ^
  477. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::LineNumbers(bool)':
  478. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:467:54: error: 'bar' was not declared in this scope
  479. [ 654s] void LineNumbers(bool b) { bar.LineNumbers(b); }
  480. [ 654s] ^
  481. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::Annotations(int)':
  482. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:479:54: error: 'bar' was not declared in this scope
  483. [ 654s] void Annotations(int width) { bar.Annotations(width); }
  484. [ 654s] ^
  485. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::ClearAnnotations()':
  486. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:480:54: error: 'bar' was not declared in this scope
  487. [ 654s] void ClearAnnotations() { bar.ClearAnnotations(); }
  488. [ 654s] ^
  489. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::SetAnnotation(int, const int&, const int&)':
  490. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:481:70: error: 'bar' was not declared in this scope
  491. [ 654s] void SetAnnotation(int i, const Image& icon, const String& a) { bar.SetAnnotation(i, icon, a); }
  492. [ 654s] ^
  493. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'int CodeEditor::GetActiveAnnotationLine() const':
  494. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:483:61: error: 'bar' was not declared in this scope
  495. [ 654s] int GetActiveAnnotationLine() const { return bar.GetActiveAnnotationLine(); }
  496. [ 654s] ^
  497. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::HideBar()':
  498. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:485:54: error: 'bar' was not declared in this scope
  499. [ 654s] void HideBar() { bar.Hide(); }
  500. [ 654s] ^
  501. [ 654s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: In member function 'void CodeEditor::CloseTip()':
  502. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:488:61: error: 'struct CodeEditor::Tip' has no member named 'IsOpen'
  503. [ 655s] void CloseTip() { if(tip.IsOpen()) tip.Close(); tip.d = NULL; }
  504. [ 655s] ^
  505. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:488:75: error: 'struct CodeEditor::Tip' has no member named 'Close'
  506. [ 655s] void CloseTip() { if(tip.IsOpen()) tip.Close(); tip.d = NULL; }
  507. [ 655s] ^
  508. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:488:88: error: 'struct CodeEditor::Tip' has no member named 'd'
  509. [ 655s] void CloseTip() { if(tip.IsOpen()) tip.Close(); tip.d = NULL; }
  510. [ 655s] ^
  511. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h: At global scope:
  512. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:514:1: error: 'String' does not name a type
  513. [ 655s] String ReadList(WithDropChoice<EditString>& e);
  514. [ 655s] ^
  515. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:18: error: variable or field 'WriteList' declared void
  516. [ 655s] void WriteList(WithDropChoice<EditString>& e, const String& data);
  517. [ 655s] ^
  518. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:18: error: 'WithDropChoice' was not declared in this scope
  519. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:18: note: suggested alternative:
  520. [ 655s] In file included from uppsrc/CtrlLib/CtrlLib.h:39:0,
  521. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:5,
  522. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:
  523. [ 655s] uppsrc/CtrlLib/DropChoice.h:220:7: note: 'Upp::WithDropChoice'
  524. [ 655s] class WithDropChoice : public T {
  525. [ 655s] ^
  526. [ 655s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:0:
  527. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:33: error: 'EditString' was not declared in this scope
  528. [ 655s] void WriteList(WithDropChoice<EditString>& e, const String& data);
  529. [ 655s] ^
  530. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:33: note: suggested alternative:
  531. [ 655s] In file included from uppsrc/CtrlLib/CtrlLib.h:32:0,
  532. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:5,
  533. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:
  534. [ 655s] uppsrc/CtrlLib/EditCtrl.h:314:7: note: 'Upp::EditString'
  535. [ 655s] class EditString : public EditValue<WString, ConvertString> {
  536. [ 655s] ^
  537. [ 655s] In file included from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:0:
  538. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:46: error: 'e' was not declared in this scope
  539. [ 655s] void WriteList(WithDropChoice<EditString>& e, const String& data);
  540. [ 655s] ^
  541. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:515:49: error: expected primary-expression before 'const'
  542. [ 655s] void WriteList(WithDropChoice<EditString>& e, const String& data);
  543. [ 655s] ^
  544. [ 655s] In file included from uppsrc/Draw/Draw.h:6:0,
  545. [ 655s] from uppsrc/RichText/RichText.h:4,
  546. [ 655s] from uppsrc/CtrlCore/CtrlCore.h:4,
  547. [ 655s] from uppsrc/CtrlLib/CtrlLib.h:4,
  548. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:5,
  549. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CRegister.icpp:1:
  550. [ 655s] uppsrc/Core/Core.h:240:27: error: expected declaration before '}' token
  551. [ 655s] #define END_UPP_NAMESPACE };
  552. [ 655s] ^
  553. [ 655s] /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/CodeEditor/CodeEditor.h:517:1: note: in expansion of macro 'END_UPP_NAMESPACE'
  554. [ 655s] END_UPP_NAMESPACE
  555. [ 655s] ^
  556. [ 655s] Compiling /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/Builders/JavaBuilder.icpp
  557. [ 655s] In file included from /usr/include/X11/Xlib.h:44:0,
  558. [ 655s] from uppsrc/CtrlCore/X11Gui.h:9,
  559. [ 655s] from uppsrc/CtrlCore/CtrlCore.h:37,
  560. [ 655s] from uppsrc/CtrlLib/CtrlLib.h:4,
  561. [ 655s] from uppsrc/ide/Common/Common.h:5,
  562. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IconDes.h:4,
  563. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IdeDes.icpp:1:
  564. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected identifier before numeric constant
  565. [ 655s] None
  566. [ 655s] ^
  567. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected '}' before numeric constant
  568. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:7:4: error: expected unqualified-id before numeric constant
  569. [ 655s] In file included from uppsrc/CodeEditor/CodeEditor.h:178:0,
  570. [ 655s] from uppsrc/ide/Common/Common.h:6,
  571. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IconDes.h:4,
  572. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IdeDes.icpp:1:
  573. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:11:1: error: expected unqualified-id before 'public'
  574. [ 655s] public:
  575. [ 655s] ^
  576. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:15:62: error: 'virtual' outside class declaration
  577. [ 655s] CodeEditor *editor, int line, int pos);
  578. [ 655s] ^
  579. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:16:61: error: 'virtual' outside class declaration
  580. [ 655s] virtual void IndentInsert(CodeEditor& e, int chr, int count);
  581. [ 655s] ^
  582. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:18:1: error: expected unqualified-id before 'private'
  583. [ 655s] private:
  584. [ 655s] ^
  585. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:29:65: error: 'Identation' has not been declared
  586. [ 655s] int CalculateLineIndetations(const WString& line, Identation::Type type);
  587. [ 655s] ^
  588. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:29:82: error: expected ',' or '...' before 'type'
  589. [ 655s] int CalculateLineIndetations(const WString& line, Identation::Type type);
  590. [ 655s] ^
  591. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:31:2: error: 'Identation' does not name a type
  592. [ 655s] Identation::Type FindIdentationType(CodeEditor& editor, const WString& line);
  593. [ 655s] ^
  594. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:32:39: error: 'Identation' has not been declared
  595. [ 655s] char GetIdentationByType(Identation::Type type);
  596. [ 655s] ^
  597. [ 655s] uppsrc/CodeEditor/PythonSyntax.h:34:1: error: expected unqualified-id before 'private'
  598. [ 655s] private:
  599. [ 655s] ^
  600. [ 655s] In file included from uppsrc/Esc/Esc.h:4:0,
  601. [ 655s] from uppsrc/ide/Core/Core.h:4,
  602. [ 655s] from uppsrc/ide/Common/Common.h:4,
  603. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IconDes.h:4,
  604. [ 655s] from /usr/src/packages/BUILD/upp/src/upp-x11-src-9430/uppsrc/ide/IconDes/IdeDes.icpp:1:
  605. [ 655s] uppsrc/Core/Core.h:240:27: error: expected declaration before '}' token
  606. [ 655s] #define END_UPP_NAMESPACE };
  607. [ 655s] ^
  608. [ 655s] uppsrc/CodeEditor/CodeEditor.h:517:1: note: in expansion of macro 'END_UPP_NAMESPACE'
  609. [ 655s] END_UPP_NAMESPACE
  610. [ 655s] ^
  611. [ 655s] _out/Makefile:1630: recipe for target '_out/CodeEditor/GCC.GUI.LINUX.NOGTK.POSIX.STACKTRACE/CRegister.icpp.speed.o' failed
  612. [ 655s] make[1]: *** [_out/CodeEditor/GCC.GUI.LINUX.NOGTK.POSIX.STACKTRACE/CRegister.icpp.speed.o] Error 1
  613. [ 655s] make[1]: *** Waiting for unfinished jobs....
  614. [ 655s] _out/Makefile:1682: recipe for target '_out/ide/IconDes/GCC.GUI.LINUX.NOGTK.POSIX.STACKTRACE/IdeDes.icpp.o' failed
  615. [ 655s] make[1]: *** [_out/ide/IconDes/GCC.GUI.LINUX.NOGTK.POSIX.STACKTRACE/IdeDes.icpp.o] Error 1
  616. [ 657s] make[1]: Leaving directory '/usr/src/packages/BUILD/upp/src/upp-x11-src-9430'
  617. [ 657s] Package ide finished ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement