Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.69 KB | None | 0 0
  1. cc:398:3: note: in expansion of macro ‘DATA_REDUCTION’
  2. DATA_REDUCTION (prod);
  3. ^~~~~~~~~~~~~~
  4. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  5. from gf.cc:32:
  6. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  7. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  8. ^~~~~~~~~~~~~~~~~~~~
  9. gf.cc: In function ‘octave_value_list Fgsum(const octave_value_list&, int)’:
  10. gf.cc:375:50: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  11. gripe_wrong_type_arg (#FCN, arg); \
  12. ^
  13. gf.cc:417:3: note: in expansion of macro ‘DATA_REDUCTION’
  14. DATA_REDUCTION (sum);
  15. ^~~~~~~~~~~~~~
  16. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  17. from gf.cc:32:
  18. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  19. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  20. ^~~~~~~~~~~~~~~~~~~~
  21. gf.cc: In function ‘octave_value_list Fgsumsq(const octave_value_list&, int)’:
  22. gf.cc:375:50: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  23. gripe_wrong_type_arg (#FCN, arg); \
  24. ^
  25. gf.cc:442:3: note: in expansion of macro ‘DATA_REDUCTION’
  26. DATA_REDUCTION (sumsq);
  27. ^~~~~~~~~~~~~~
  28. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  29. from gf.cc:32:
  30. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  31. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  32. ^~~~~~~~~~~~~~~~~~~~
  33. gf.cc: In function ‘octave_value_list Fgsqrt(const octave_value_list&, int)’:
  34. gf.cc:472:45: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  35. gripe_wrong_type_arg ("gsqrt", args(0));
  36. ^
  37. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  38. from gf.cc:32:
  39. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  40. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  41. ^~~~~~~~~~~~~~~~~~~~
  42. gf.cc: In function ‘octave_value_list Fglog(const octave_value_list&, int)’:
  43. gf.cc:511:44: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  44. gripe_wrong_type_arg ("glog", args(0));
  45. ^
  46. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  47. from gf.cc:32:
  48. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  49. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  50. ^~~~~~~~~~~~~~~~~~~~
  51. gf.cc: In function ‘octave_value_list Fgexp(const octave_value_list&, int)’:
  52. gf.cc:550:44: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  53. gripe_wrong_type_arg ("gexp", args(0));
  54. ^
  55. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  56. from gf.cc:32:
  57. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  58. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  59. ^~~~~~~~~~~~~~~~~~~~
  60. gf.cc: In function ‘galois filter(galois&, galois&, galois&, galois&)’:
  61. gf.cc:581:27: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  62. int ab_len = (a.length () > b.length () ? a.length () : b.length ());
  63. ^
  64. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  65. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  66. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  67. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  68. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  69. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  70. from gf.cc:32:
  71. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  72. octave_idx_type length (void) const { return numel (); }
  73. ^~~~~~
  74. gf.cc:581:41: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  75. int ab_len = (a.length () > b.length () ? a.length () : b.length ());
  76. ^
  77. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  78. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  79. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  80. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  81. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  82. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  83. from gf.cc:32:
  84. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  85. octave_idx_type length (void) const { return numel (); }
  86. ^~~~~~
  87. gf.cc:581:55: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  88. int ab_len = (a.length () > b.length () ? a.length () : b.length ());
  89. ^
  90. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  91. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  92. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  93. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  94. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  95. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  96. from gf.cc:32:
  97. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  98. octave_idx_type length (void) const { return numel (); }
  99. ^~~~~~
  100. gf.cc:581:69: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  101. _len = (a.length () > b.length () ? a.length () : b.length ());
  102. ^
  103. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  104. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  105. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  106. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  107. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  108. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  109. from gf.cc:32:
  110. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  111. octave_idx_type length (void) const { return numel (); }
  112. ^~~~~~
  113. gf.cc:583:28: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  114. galois retval (x.length (), 1, 0, b.m (), b.primpoly ());
  115. ^
  116. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  117. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  118. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  119. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  120. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  121. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  122. from gf.cc:32:
  123. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  124. octave_idx_type length (void) const { return numel (); }
  125. ^~~~~~
  126. gf.cc:591:18: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  127. if (si.length () != ab_len - 1)
  128. ^
  129. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  130. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  131. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  132. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  133. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  134. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  135. from gf.cc:32:
  136. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  137. octave_idx_type length (void) const { return numel (); }
  138. ^~~~~~
  139. gf.cc:599:37: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  140. for (int i = 0; i < b.length (); i++)
  141. ^
  142. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  143. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  144. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  145. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  146. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  147. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  148. from gf.cc:32:
  149. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  150. octave_idx_type length (void) const { return numel (); }
  151. ^~~~~~
  152. gf.cc:606:17: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  153. if (a.length () > 1)
  154. ^
  155. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  156. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  157. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  158. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  159. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  160. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  161. from gf.cc:32:
  162. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  163. octave_idx_type length (void) const { return numel (); }
  164. ^~~~~~
  165. gf.cc:613:41: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  166. for (int i = 0; i < a.length (); i++)
  167. ^
  168. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  169. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  170. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  171. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  172. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  173. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  174. from gf.cc:32:
  175. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  176. octave_idx_type length (void) const { return numel (); }
  177. ^~~~~~
  178. gf.cc:619:37: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  179. for (int i = 0; i < x.length (); i++)
  180. ^
  181. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  182. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  183. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  184. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  185. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  186. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  187. from gf.cc:32:
  188. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  189. octave_idx_type length (void) const { return numel (); }
  190. ^~~~~~
  191. gf.cc:625:26: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  192. if (si.length () > 1)
  193. ^
  194. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  195. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  196. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  197. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  198. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  199. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  200. from gf.cc:32:
  201. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  202. octave_idx_type length (void) const { return numel (); }
  203. ^~~~~~
  204. gf.cc:627:46: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  205. for (int j = 0; j < si.length () - 1; j++)
  206. ^
  207. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  208. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  209. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  210. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  211. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  212. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  213. from gf.cc:32:
  214. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  215. octave_idx_type length (void) const { return numel (); }
  216. ^~~~~~
  217. gf.cc:637:29: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  218. si(si.length ()-1, 0) = 0;
  219. ^
  220. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  221. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  222. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  223. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  224. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  225. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  226. from gf.cc:32:
  227. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  228. octave_idx_type length (void) const { return numel (); }
  229. ^~~~~~
  230. gf.cc:638:33: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  231. if ((a(si.length (), 0) != 0) && (retval(i, 0) != 0))
  232. ^
  233. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  234. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  235. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  236. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  237. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  238. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  239. from gf.cc:32:
  240. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  241. octave_idx_type length (void) const { return numel (); }
  242. ^~~~~~
  243. gf.cc:639:31: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  244. si(si.length ()-1, 0) ^= a.alpha_to (modn (a.index_of (a(si.length (), 0))
  245. ^
  246. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  247. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  248. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  249. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  250. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  251. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  252. from gf.cc:32:
  253. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  254. octave_idx_type length (void) const { return numel (); }
  255. ^~~~~~
  256. gf.cc:639:85: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  257. h ()-1, 0) ^= a.alpha_to (modn (a.index_of (a(si.length (), 0))
  258. ^
  259. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  260. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  261. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  262. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  263. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  264. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  265. from gf.cc:32:
  266. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  267. octave_idx_type length (void) const { return numel (); }
  268. ^~~~~~
  269. gf.cc:642:33: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  270. if ((b(si.length (), 0) != 0) && (x(i, 0) != 0))
  271. ^
  272. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  273. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  274. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  275. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  276. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  277. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  278. from gf.cc:32:
  279. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  280. octave_idx_type length (void) const { return numel (); }
  281. ^~~~~~
  282. gf.cc:643:31: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  283. si(si.length ()-1, 0) ^= b.alpha_to (modn (b.index_of (b(si.length (), 0))
  284. ^
  285. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  286. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  287. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  288. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  289. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  290. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  291. from gf.cc:32:
  292. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  293. octave_idx_type length (void) const { return numel (); }
  294. ^~~~~~
  295. gf.cc:643:85: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  296. h ()-1, 0) ^= b.alpha_to (modn (b.index_of (b(si.length (), 0))
  297. ^
  298. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  299. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  300. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  301. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  302. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  303. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  304. from gf.cc:32:
  305. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  306. octave_idx_type length (void) const { return numel (); }
  307. ^~~~~~
  308. gf.cc:659:23: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  309. else if (si.length () > 0)
  310. ^
  311. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  312. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  313. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  314. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  315. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  316. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  317. from gf.cc:32:
  318. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  319. octave_idx_type length (void) const { return numel (); }
  320. ^~~~~~
  321. gf.cc:661:37: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  322. for (int i = 0; i < x.length (); i++)
  323. ^
  324. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  325. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  326. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  327. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  328. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  329. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  330. from gf.cc:32:
  331. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  332. octave_idx_type length (void) const { return numel (); }
  333. ^~~~~~
  334. gf.cc:667:26: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  335. if (si.length () > 1)
  336. ^
  337. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  338. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  339. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  340. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  341. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  342. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  343. from gf.cc:32:
  344. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  345. octave_idx_type length (void) const { return numel (); }
  346. ^~~~~~
  347. gf.cc:669:46: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  348. for (int j = 0; j < si.length () - 1; j++)
  349. ^
  350. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  351. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  352. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  353. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  354. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  355. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  356. from gf.cc:32:
  357. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  358. octave_idx_type length (void) const { return numel (); }
  359. ^~~~~~
  360. gf.cc:676:29: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  361. si(si.length ()-1, 0) = 0;
  362. ^
  363. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  364. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  365. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  366. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  367. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  368. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  369. from gf.cc:32:
  370. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  371. octave_idx_type length (void) const { return numel (); }
  372. ^~~~~~
  373. gf.cc:677:33: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  374. if ((b(si.length (), 0) != 0) && (x(i, 0) != 0))
  375. ^
  376. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  377. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  378. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  379. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  380. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  381. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  382. from gf.cc:32:
  383. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  384. octave_idx_type length (void) const { return numel (); }
  385. ^~~~~~
  386. gf.cc:678:31: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  387. si(si.length ()-1, 0) ^= b.alpha_to (modn (b.index_of (b(si.length (), 0))
  388. ^
  389. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  390. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  391. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  392. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  393. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  394. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  395. from gf.cc:32:
  396. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  397. octave_idx_type length (void) const { return numel (); }
  398. ^~~~~~
  399. gf.cc:678:85: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  400. h ()-1, 0) ^= b.alpha_to (modn (b.index_of (b(si.length (), 0))
  401. ^
  402. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  403. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  404. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  405. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  406. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  407. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  408. from gf.cc:32:
  409. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  410. octave_idx_type length (void) const { return numel (); }
  411. ^~~~~~
  412. gf.cc:692:35: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  413. for (int i = 0; i < x.length (); i++)
  414. ^
  415. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  416. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  417. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  418. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  419. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  420. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  421. from gf.cc:32:
  422. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  423. octave_idx_type length (void) const { return numel (); }
  424. ^~~~~~
  425. gf.cc: In function ‘octave_value_list Fgfilter(const octave_value_list&, int)’:
  426. gf.cc:842:29: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  427. int a_len = a.length ();
  428. ^
  429. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  430. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  431. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  432. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  433. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  434. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  435. from gf.cc:32:
  436. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  437. octave_idx_type length (void) const { return numel (); }
  438. ^~~~~~
  439. gf.cc:843:29: warning: ‘octave_idx_type Array<T>::length() const [with T = int; octave_idx_type = long int]’ is deprecated: [4.4]: use 'numel' instead [-Wdeprecated-declarations]
  440. int b_len = b.length ();
  441. ^
  442. In file included from /app/include/octave-4.4.1/octave/../octave/Array-util.h:28:0,
  443. from /app/include/octave-4.4.1/octave/../octave/MSparse.h:29,
  444. from /app/include/octave-4.4.1/octave/../octave/MatrixType.h:29,
  445. from /app/include/octave-4.4.1/octave/../octave/mx-base.h:30,
  446. from /app/include/octave-4.4.1/octave/../octave/Matrix.h:31,
  447. from /app/include/octave-4.4.1/octave/../octave/oct.h:30,
  448. from gf.cc:32:
  449. /app/include/octave-4.4.1/octave/../octave/Array.h:357:19: note: declared here
  450. octave_idx_type length (void) const { return numel (); }
  451. ^~~~~~
  452. gf.cc: In function ‘octave_value_list Fglu(const octave_value_list&, int)’:
  453. gf.cc:965:39: warning: ‘void gripe_wrong_type_arg(const char*, const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  454. gripe_wrong_type_arg ("glu", arg);
  455. ^
  456. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  457. from gf.cc:32:
  458. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  459. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  460. ^~~~~~~~~~~~~~~~~~~~
  461. gf.cc:974:22: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  462. int arg_is_empty = empty_arg ("glu", nr, nc);
  463. ^~~~~~~~~
  464. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  465. from gf.cc:32:
  466. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  467. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  468. ^~~~~~~~~
  469. gf.cc:974:46: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  470. int arg_is_empty = empty_arg ("glu", nr, nc);
  471. ^
  472. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  473. from gf.cc:32:
  474. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  475. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  476. ^~~~~~~~~
  477. gf.cc: In function ‘octave_value_list Fginv(const octave_value_list&, int)’:
  478. gf.cc:1052:44: warning: ‘void gripe_wrong_type_arg(const char*,const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  479. gripe_wrong_type_arg ("ginverse", arg);
  480. ^
  481. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  482. from gf.cc:32:
  483. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  484. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  485. ^~~~~~~~~~~~~~~~~~~~
  486. gf.cc:1058:22: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  487. int arg_is_empty = empty_arg ("ginverse", nr, nc);
  488. ^~~~~~~~~
  489. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  490. from gf.cc:32:
  491. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  492. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  493. ^~~~~~~~~
  494. gf.cc:1058:51: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  495. int arg_is_empty = empty_arg ("ginverse", nr, nc);
  496. ^
  497. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  498. from gf.cc:32:
  499. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  500. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  501. ^~~~~~~~~
  502. gf.cc:1069:7: warning: ‘void gripe_square_matrix_required(constchar*)’ is deprecated: [4.2]: use 'err_square_matrix_required' instead [-Wdeprecated-declarations]
  503. gripe_square_matrix_required ("ginverse");
  504. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  505. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  506. from gf.cc:32:
  507. /app/include/octave-4.4.1/octave/../octave/gripes.h:128:1: note: declared here
  508. gripe_square_matrix_required (const char *name);
  509. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  510. gf.cc:1069:47: warning: ‘void gripe_square_matrix_required(const char*)’ is deprecated: [4.2]: use 'err_square_matrix_required'instead [-Wdeprecated-declarations]
  511. gripe_square_matrix_required ("ginverse");
  512. ^
  513. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  514. from gf.cc:32:
  515. /app/include/octave-4.4.1/octave/../octave/gripes.h:128:1: note: declared here
  516. gripe_square_matrix_required (const char *name);
  517. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  518. gf.cc: In function ‘octave_value_list Fgdet(const octave_value_list&, int)’:
  519. gf.cc:1146:40: warning: ‘void gripe_wrong_type_arg(const char*,const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  520. gripe_wrong_type_arg ("gdet", arg);
  521. ^
  522. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  523. from gf.cc:32:
  524. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  525. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  526. ^~~~~~~~~~~~~~~~~~~~
  527. gf.cc:1155:22: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  528. int arg_is_empty = empty_arg ("gdet", nr, nc);
  529. ^~~~~~~~~
  530. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  531. from gf.cc:32:
  532. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  533. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  534. ^~~~~~~~~
  535. gf.cc:1155:47: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  536. int arg_is_empty = empty_arg ("gdet", nr, nc);
  537. ^
  538. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  539. from gf.cc:32:
  540. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  541. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  542. ^~~~~~~~~
  543. gf.cc:1167:7: warning: ‘void gripe_square_matrix_required(constchar*)’ is deprecated: [4.2]: use 'err_square_matrix_required' instead [-Wdeprecated-declarations]
  544. gripe_square_matrix_required ("det");
  545. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  546. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  547. from gf.cc:32:
  548. /app/include/octave-4.4.1/octave/../octave/gripes.h:128:1: note: declared here
  549. gripe_square_matrix_required (const char *name);
  550. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  551. gf.cc:1167:42: warning: ‘void gripe_square_matrix_required(const char*)’ is deprecated: [4.2]: use 'err_square_matrix_required'instead [-Wdeprecated-declarations]
  552. gripe_square_matrix_required ("det");
  553. ^
  554. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  555. from gf.cc:32:
  556. /app/include/octave-4.4.1/octave/../octave/gripes.h:128:1: note: declared here
  557. gripe_square_matrix_required (const char *name);
  558. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  559. gf.cc: In function ‘octave_value_list Fgrank(const octave_value_list&, int)’:
  560. gf.cc:1206:41: warning: ‘void gripe_wrong_type_arg(const char*,const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  561. gripe_wrong_type_arg ("grank", arg);
  562. ^
  563. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  564. from gf.cc:32:
  565. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  566. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  567. ^~~~~~~~~~~~~~~~~~~~
  568. gf.cc:1215:22: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  569. int arg_is_empty = empty_arg ("grank", nr, nc);
  570. ^~~~~~~~~
  571. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  572. from gf.cc:32:
  573. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  574. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  575. ^~~~~~~~~
  576. gf.cc:1215:48: warning: ‘int empty_arg(const char*, octave_idx_type, octave_idx_type)’ is deprecated: [4.2]: use 'octave_value::isempty' instead [-Wdeprecated-declarations]
  577. int arg_is_empty = empty_arg ("grank", nr, nc);
  578. ^
  579. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:41:0,
  580. from gf.cc:32:
  581. /app/include/octave-4.4.1/octave/../octave/utils.h:58:26: note:declared here
  582. extern OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr,
  583. ^~~~~~~~~
  584. gf.cc: In function ‘octave_value_list Frsenc(const octave_value_list&, int)’:
  585. gf.cc:1336:45: warning: ‘void gripe_wrong_type_arg(const char*,const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  586. gripe_wrong_type_arg ("rsenc", args(0));
  587. ^
  588. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  589. from gf.cc:32:
  590. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  591. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  592. ^~~~~~~~~~~~~~~~~~~~
  593. gf.cc: In function ‘octave_value_list Frsdec(const octave_value_list&, int)’:
  594. gf.cc:1877:45: warning: ‘void gripe_wrong_type_arg(const char*,const octave_value&, bool)’ is deprecated: [4.2]: use 'err_wrong_type_arg' or 'warn_wrong_type_arg' instead [-Wdeprecated-declarations]
  595. gripe_wrong_type_arg ("rsdec", args(0));
  596. ^
  597. In file included from /app/include/octave-4.4.1/octave/../octave/oct.h:37:0,
  598. from gf.cc:32:
  599. /app/include/octave-4.4.1/octave/../octave/gripes.h:182:1: note: declared here
  600. gripe_wrong_type_arg (const char *name, const octave_value& tc,
  601. ^~~~~~~~~~~~~~~~~~~~
  602. make: *** [Makefile:45: gf.o] Error 1
  603. make: Entering directory '/tmp/oct-67xCFj/communications-1.2.1/src'
  604. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES __errcore__.cc -o __errcore__.oct
  605. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES __gfweight__.cc-o __gfweight__.oct
  606. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES cyclgen.cc -o cyclgen.oct
  607. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES cyclpoly.cc -o cyclpoly.oct
  608. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES genqamdemod.cc -o genqamdemod.oct
  609. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES -c galois-def.cc -o galois-def.o
  610. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES -c galois.cc -ogalois.o
  611. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES -c galoisfield.cc -o galoisfield.o
  612. /app/bin/mkoctfile-4.4.1 -DGALOIS_DISP_PRIVATES -c gf.cc -o gf.o
  613. make: Leaving directory '/tmp/oct-67xCFj/communications-1.2.1/src'
  614.  
  615. pkg: error running `make' for the communications package.
  616. error: called from
  617. configure_make at line 99 column 9
  618. install at line 184 column 7
  619. pkg at line 437 column 9
  620. >>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement