Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.88 KB | None | 0 0
  1. /usr/bin/cmake -H/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1 -B/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1 --check-build-system CMakeFiles/Makefile.cmake 0
  2. /usr/bin/cmake -E cmake_progress_start /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/CMakeFiles /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/CMakeFiles/progress.marks
  3. make -f CMakeFiles/Makefile2 all
  4. make[1]: Entering directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  5. make -f src/SeExpr/CMakeFiles/SeExpr.dir/build.make src/SeExpr/CMakeFiles/SeExpr.dir/depend
  6. make[2]: Entering directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  7. cd /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1 /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1 /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/CMakeFiles/SeExpr.dir/DependInfo.cmake --color=
  8. make[2]: Leaving directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  9. make -f src/SeExpr/CMakeFiles/SeExpr.dir/build.make src/SeExpr/CMakeFiles/SeExpr.dir/build
  10. make[2]: Entering directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  11. [ 2%] Building CXX object src/SeExpr/CMakeFiles/SeExpr.dir/SeExprParserLexIn.o
  12. cd /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr && /usr/lib/hardening-wrapper/bin/c++ -DSeExpr_EXPORTS -I/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr -fPIC -O3 -DNDEBUG -fPIC -Wall -Wextra -pthread -o CMakeFiles/SeExpr.dir/SeExprParserLexIn.o -c /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLexIn.cpp
  13. SeExprParserLexIn.cpp: In function ‘int yylex()’:
  14. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  15. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  16. ^
  17. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  18. YY_USER_ACTION
  19. ^~~~~~~~~~~~~~
  20. SeExprParserLexIn.cpp:892:1: note: in expansion of macro ‘YY_RULE_SETUP’
  21. YY_RULE_SETUP
  22. ^~~~~~~~~~~~~
  23. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  24. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  25. ^
  26. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  27. YY_USER_ACTION
  28. ^~~~~~~~~~~~~~
  29. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:85:1: note: in expansion of macro ‘YY_RULE_SETUP’
  30. else { return ELSE; }
  31. ^~~~~~~~~~~~~
  32. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  33. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  34. ^
  35. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  36. YY_USER_ACTION
  37. ^~~~~~~~~~~~~~
  38. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:87:1: note: in expansion of macro ‘YY_RULE_SETUP’
  39. "||" { return OR; }
  40. ^~~~~~~~~~~~~
  41. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  42. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  43. ^
  44. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  45. YY_USER_ACTION
  46. ^~~~~~~~~~~~~~
  47. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:88:1: note: in expansion of macro ‘YY_RULE_SETUP’
  48. "&&" { return AND; }
  49. ^~~~~~~~~~~~~
  50. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  51. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  52. ^
  53. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  54. YY_USER_ACTION
  55. ^~~~~~~~~~~~~~
  56. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:90:1: note: in expansion of macro ‘YY_RULE_SETUP’
  57. "!=" { return NE; }
  58. ^~~~~~~~~~~~~
  59. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  60. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  61. ^
  62. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  63. YY_USER_ACTION
  64. ^~~~~~~~~~~~~~
  65. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:91:1: note: in expansion of macro ‘YY_RULE_SETUP’
  66. "<=" { return LE; }
  67. ^~~~~~~~~~~~~
  68. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  69. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  70. ^
  71. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  72. YY_USER_ACTION
  73. ^~~~~~~~~~~~~~
  74. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:92:1: note: in expansion of macro ‘YY_RULE_SETUP’
  75. ">=" { return GE; }
  76. ^~~~~~~~~~~~~
  77. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  78. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  79. ^
  80. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  81. YY_USER_ACTION
  82. ^~~~~~~~~~~~~~
  83. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:93:1: note: in expansion of macro ‘YY_RULE_SETUP’
  84. "->" { return ARROW; }
  85. ^~~~~~~~~~~~~
  86. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  87. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  88. ^
  89. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  90. YY_USER_ACTION
  91. ^~~~~~~~~~~~~~
  92. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:94:1: note: in expansion of macro ‘YY_RULE_SETUP’
  93. "+=" { return AddEq; }
  94. ^~~~~~~~~~~~~
  95. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  96. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  97. ^
  98. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  99. YY_USER_ACTION
  100. ^~~~~~~~~~~~~~
  101. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:95:1: note: in expansion of macro ‘YY_RULE_SETUP’
  102. "-=" { return SubEq; }
  103. ^~~~~~~~~~~~~
  104. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  105. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  106. ^
  107. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  108. YY_USER_ACTION
  109. ^~~~~~~~~~~~~~
  110. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:96:1: note: in expansion of macro ‘YY_RULE_SETUP’
  111. "*=" { return MultEq; }
  112. ^~~~~~~~~~~~~
  113. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  114. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  115. ^
  116. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  117. YY_USER_ACTION
  118. ^~~~~~~~~~~~~~
  119. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:97:1: note: in expansion of macro ‘YY_RULE_SETUP’
  120. "/=" { return DivEq; }
  121. ^~~~~~~~~~~~~
  122. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  123. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  124. ^
  125. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  126. YY_USER_ACTION
  127. ^~~~~~~~~~~~~~
  128. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:98:1: note: in expansion of macro ‘YY_RULE_SETUP’
  129. "%=" { return ModEq; }
  130. ^~~~~~~~~~~~~
  131. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  132. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  133. ^
  134. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  135. YY_USER_ACTION
  136. ^~~~~~~~~~~~~~
  137. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:99:1: note: in expansion of macro ‘YY_RULE_SETUP’
  138. "^=" { return ExpEq; }
  139. ^~~~~~~~~~~~~
  140. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  141. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  142. ^
  143. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  144. YY_USER_ACTION
  145. ^~~~~~~~~~~~~~
  146. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:100:1: note: in expansion of macro ‘YY_RULE_SETUP’
  147.  
  148. ^
  149. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  150. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  151. ^
  152. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  153. YY_USER_ACTION
  154. ^~~~~~~~~~~~~~
  155. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:101:1: note: in expansion of macro ‘YY_RULE_SETUP’
  156. PI { yylval.d = M_PI; return NUMBER; }
  157. ^~~~~~~~~~~~~
  158. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  159. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  160. ^
  161. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  162. YY_USER_ACTION
  163. ^~~~~~~~~~~~~~
  164. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:102:1: note: in expansion of macro ‘YY_RULE_SETUP’
  165. E { yylval.d = M_E; return NUMBER; }
  166. ^~~~~~~~~~~~~
  167. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:101:3: error: ‘yylval’ was not declared in this scope
  168. PI { yylval.d = M_PI; return NUMBER; }
  169. ^~~~~~
  170. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  171. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  172. ^
  173. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  174. YY_USER_ACTION
  175. ^~~~~~~~~~~~~~
  176. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:104:1: note: in expansion of macro ‘YY_RULE_SETUP’
  177. smooth { yylval.d = 1; return NUMBER; }
  178. ^~~~~~~~~~~~~
  179. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:102:3: error: ‘yylval’ was not declared in this scope
  180. E { yylval.d = M_E; return NUMBER; }
  181. ^~~~~~
  182. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  183. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  184. ^
  185. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  186. YY_USER_ACTION
  187. ^~~~~~~~~~~~~~
  188. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:105:1: note: in expansion of macro ‘YY_RULE_SETUP’
  189. gaussian { yylval.d = 2; return NUMBER; }
  190. ^~~~~~~~~~~~~
  191. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:103:3: error: ‘yylval’ was not declared in this scope
  192. linear { yylval.d = 0; return NUMBER; }
  193. ^~~~~~
  194. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  195. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  196. ^
  197. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  198. YY_USER_ACTION
  199. ^~~~~~~~~~~~~~
  200. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:106:1: note: in expansion of macro ‘YY_RULE_SETUP’
  201. box { yylval.d = 3; return NUMBER; }
  202. ^~~~~~~~~~~~~
  203. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:104:3: error: ‘yylval’ was not declared in this scope
  204. smooth { yylval.d = 1; return NUMBER; }
  205. ^~~~~~
  206. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  207. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  208. ^
  209. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  210. YY_USER_ACTION
  211. ^~~~~~~~~~~~~~
  212. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:107:1: note: in expansion of macro ‘YY_RULE_SETUP’
  213.  
  214. ^
  215. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:105:3: error: ‘yylval’ was not declared in this scope
  216. gaussian { yylval.d = 2; return NUMBER; }
  217. ^~~~~~
  218. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  219. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  220. ^
  221. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  222. YY_USER_ACTION
  223. ^~~~~~~~~~~~~~
  224. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:108:1: note: in expansion of macro ‘YY_RULE_SETUP’
  225. {REAL} { yylval.d = atof(yytext); return NUMBER; }
  226. ^~~~~~~~~~~~~
  227. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:106:3: error: ‘yylval’ was not declared in this scope
  228. box { yylval.d = 3; return NUMBER; }
  229. ^~~~~~
  230. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  231. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  232. ^
  233. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  234. YY_USER_ACTION
  235. ^~~~~~~~~~~~~~
  236. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:109:1: note: in expansion of macro ‘YY_RULE_SETUP’
  237. \"(\\\"|[^"\n])*\" { /* match quoted string, allow embedded quote, \" */
  238. ^~~~~~~~~~~~~
  239. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:108:3: error: ‘yylval’ was not declared in this scope
  240. {REAL} { yylval.d = atof(yytext); return NUMBER; }
  241. ^~~~~~
  242. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  243. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  244. ^
  245. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  246. YY_USER_ACTION
  247. ^~~~~~~~~~~~~~
  248. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:111:1: note: in expansion of macro ‘YY_RULE_SETUP’
  249. stringTokens->push_back(yylval.s);
  250. ^
  251. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:110:6: error: ‘yylval’ was not declared in this scope
  252. yylval.s = strdup(&yytext[1]);
  253. ^~~~~~
  254. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  255. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  256. ^
  257. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  258. YY_USER_ACTION
  259. ^~~~~~~~~~~~~~
  260. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:116:1: note: in expansion of macro ‘YY_RULE_SETUP’
  261. stringTokens->push_back(yylval.s);
  262. ^
  263. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:115:6: error: ‘yylval’ was not declared in this scope
  264. yylval.s = strdup(&yytext[1]);
  265. ^~~~~~
  266. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  267. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  268. ^
  269. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  270. YY_USER_ACTION
  271. ^~~~~~~~~~~~~~
  272. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:121:1: note: in expansion of macro ‘YY_RULE_SETUP’
  273. {IDENT} { yylval.s = strdup(yytext); stringTokens->push_back(yylval.s); return NAME; }
  274. ^~~~~~~~~~~~~
  275. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:119:3: error: ‘yylval’ was not declared in this scope
  276. ${IDENT} { yylval.s = strdup(&yytext[1]); stringTokens->push_back(yylval.s); return VAR; }
  277. ^~~~~~
  278. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  279. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  280. ^
  281. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  282. YY_USER_ACTION
  283. ^~~~~~~~~~~~~~
  284. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:122:1: note: in expansion of macro ‘YY_RULE_SETUP’
  285.  
  286. ^
  287. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:120:3: error: ‘yylval’ was not declared in this scope
  288. ${IDENT}"::"{IDENT} { yylval.s = strdup(&yytext[1]); stringTokens->push_back(yylval.s); return VAR; }
  289. ^~~~~~
  290. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  291. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  292. ^
  293. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  294. YY_USER_ACTION
  295. ^~~~~~~~~~~~~~
  296. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:123:1: note: in expansion of macro ‘YY_RULE_SETUP’
  297. "\\n" /* ignore quoted newline */;
  298. ^~~~~~~~~~~~~
  299. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:121:3: error: ‘yylval’ was not declared in this scope
  300. {IDENT} { yylval.s = strdup(yytext); stringTokens->push_back(yylval.s); return NAME; }
  301. ^~~~~~
  302. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  303. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  304. ^
  305. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  306. YY_USER_ACTION
  307. ^~~~~~~~~~~~~~
  308. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:124:1: note: in expansion of macro ‘YY_RULE_SETUP’
  309. "\\t" /* ignore quoted tab */;
  310. ^~~~~~~~~~~~~
  311. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  312. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  313. ^
  314. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  315. YY_USER_ACTION
  316. ^~~~~~~~~~~~~~
  317. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:126:1: note: in expansion of macro ‘YY_RULE_SETUP’
  318. \#([^\\\n]|\\[^n\n])* /* skip trailing comment (up to end of line) */;
  319. ^~~~~~~~~~~~~
  320. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  321. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  322. ^
  323. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  324. YY_USER_ACTION
  325. ^~~~~~~~~~~~~~
  326. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:128:1: note: in expansion of macro ‘YY_RULE_SETUP’
  327. <*>. { return yytext[0]; }
  328. ^~~~~~~~~~~~~
  329. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  330. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  331. ^
  332. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  333. YY_USER_ACTION
  334. ^~~~~~~~~~~~~~
  335. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:128:1: note: in expansion of macro ‘YY_RULE_SETUP’
  336. <*>. { return yytext[0]; }
  337. ^~~~~~~~~~~~~
  338. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  339. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  340. ^
  341. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  342. YY_USER_ACTION
  343. ^~~~~~~~~~~~~~
  344. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:129:1: note: in expansion of macro ‘YY_RULE_SETUP’
  345.  
  346. ^
  347. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:70:5: error: ‘yylloc’ was not declared in this scope
  348. yylloc.first_line=lineNumber;yylloc.first_column=columnNumber; \
  349. ^
  350. SeExprParserLexIn.cpp:795:2: note: in expansion of macro ‘YY_USER_ACTION’
  351. YY_USER_ACTION
  352. ^~~~~~~~~~~~~~
  353. /home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1/src/SeExpr/SeExprParserLex.l:131:1: note: in expansion of macro ‘YY_RULE_SETUP’
  354.  
  355. ^
  356. SeExprParserLexIn.cpp: In function ‘int yy_get_next_buffer()’:
  357. SeExprParserLexIn.cpp:724:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  358. for ( n = 0; n < max_size && \
  359.  
  360. SeExprParserLexIn.cpp:1301:3: note: in expansion of macro ‘YY_INPUT’
  361. YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  362. ^~~~~~~~
  363. SeExprParserLexIn.cpp: In function ‘yy_buffer_state* yy_scan_bytes(const char*, int)’:
  364. SeExprParserLexIn.cpp:1810:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  365. for ( i = 0; i < _yybytes_len; ++i )
  366. ~~^~~~~~~~~~~~~~
  367. make[2]: *** [src/SeExpr/CMakeFiles/SeExpr.dir/build.make:234: src/SeExpr/CMakeFiles/SeExpr.dir/SeExprParserLexIn.o] Error 1
  368. make[2]: Leaving directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  369. make[1]: *** [CMakeFiles/Makefile2:91: src/SeExpr/CMakeFiles/SeExpr.dir/all] Error 2
  370. make[1]: Leaving directory '/home/none/.cache/pacaur/seexpr1/src/SeExpr-rel-1.0.1'
  371. make: *** [Makefile:131: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement