Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.51 KB | None | 0 0
  1. Tobias@mb-tobiaspc MINGW64 ~/Desktop/m4-latest
  2. $ make
  3. C:/Git/mingw64/bin/make all-recursive
  4. make[1]: Entering directory 'C:/Users/Tobias/Desktop/m4-latest'
  5. Making all in .
  6. make[2]: Entering directory 'C:/Users/Tobias/Desktop/m4-latest'
  7. make[2]: Nothing to be done for 'all-am'.
  8. make[2]: Leaving directory 'C:/Users/Tobias/Desktop/m4-latest'
  9. Making all in examples
  10. make[2]: Entering directory 'C:/Users/Tobias/Desktop/m4-latest/examples'
  11. make[2]: Nothing to be done for 'all'.
  12. make[2]: Leaving directory 'C:/Users/Tobias/Desktop/m4-latest/examples'
  13. Making all in lib
  14. make[2]: Entering directory 'C:/Users/Tobias/Desktop/m4-latest/lib'
  15. rm -f math.h-t math.h && \
  16. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  17. sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
  18. -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
  19. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  20. -e 's|@''PRAGMA_COLUMNS''@||g' \
  21. -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
  22. -e 's/@''GNULIB_ACOSF''@/0/g' \
  23. -e 's/@''GNULIB_ACOSL''@/0/g' \
  24. -e 's/@''GNULIB_ASINF''@/0/g' \
  25. -e 's/@''GNULIB_ASINL''@/0/g' \
  26. -e 's/@''GNULIB_ATANF''@/0/g' \
  27. -e 's/@''GNULIB_ATANL''@/0/g' \
  28. -e 's/@''GNULIB_ATAN2F''@/0/g' \
  29. -e 's/@''GNULIB_CBRT''@/0/g' \
  30. -e 's/@''GNULIB_CBRTF''@/0/g' \
  31. -e 's/@''GNULIB_CBRTL''@/0/g' \
  32. -e 's/@''GNULIB_CEIL''@/0/g' \
  33. -e 's/@''GNULIB_CEILF''@/0/g' \
  34. -e 's/@''GNULIB_CEILL''@/0/g' \
  35. -e 's/@''GNULIB_COPYSIGN''@/0/g' \
  36. -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
  37. -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
  38. -e 's/@''GNULIB_COSF''@/0/g' \
  39. -e 's/@''GNULIB_COSL''@/0/g' \
  40. -e 's/@''GNULIB_COSHF''@/0/g' \
  41. -e 's/@''GNULIB_EXPF''@/0/g' \
  42. -e 's/@''GNULIB_EXPL''@/0/g' \
  43. -e 's/@''GNULIB_EXP2''@/0/g' \
  44. -e 's/@''GNULIB_EXP2F''@/0/g' \
  45. -e 's/@''GNULIB_EXP2L''@/0/g' \
  46. -e 's/@''GNULIB_EXPM1''@/0/g' \
  47. -e 's/@''GNULIB_EXPM1F''@/0/g' \
  48. -e 's/@''GNULIB_EXPM1L''@/0/g' \
  49. -e 's/@''GNULIB_FABSF''@/0/g' \
  50. -e 's/@''GNULIB_FABSL''@/0/g' \
  51. -e 's/@''GNULIB_FLOOR''@/0/g' \
  52. -e 's/@''GNULIB_FLOORF''@/0/g' \
  53. -e 's/@''GNULIB_FLOORL''@/0/g' \
  54. -e 's/@''GNULIB_FMA''@/0/g' \
  55. -e 's/@''GNULIB_FMAF''@/0/g' \
  56. -e 's/@''GNULIB_FMAL''@/0/g' \
  57. -e 's/@''GNULIB_FMOD''@/0/g' \
  58. -e 's/@''GNULIB_FMODF''@/0/g' \
  59. -e 's/@''GNULIB_FMODL''@/0/g' \
  60. -e 's/@''GNULIB_FREXPF''@/0/g' \
  61. -e 's/@''GNULIB_FREXP''@/1/g' \
  62. -e 's/@''GNULIB_FREXPL''@/1/g' \
  63. -e 's/@''GNULIB_HYPOT''@/0/g' \
  64. -e 's/@''GNULIB_HYPOTF''@/0/g' \
  65. -e 's/@''GNULIB_HYPOTL''@/0/g' \
  66. < ./math.in.h | \
  67. sed -e 's/@''GNULIB_ILOGB''@/0/g' \
  68. -e 's/@''GNULIB_ILOGBF''@/0/g' \
  69. -e 's/@''GNULIB_ILOGBL''@/0/g' \
  70. -e 's/@''GNULIB_ISFINITE''@/0/g' \
  71. -e 's/@''GNULIB_ISINF''@/0/g' \
  72. -e 's/@''GNULIB_ISNAN''@/0/g' \
  73. -e 's/@''GNULIB_ISNANF''@/0/g' \
  74. -e 's/@''GNULIB_ISNAND''@/0/g' \
  75. -e 's/@''GNULIB_ISNANL''@/0/g' \
  76. -e 's/@''GNULIB_LDEXPF''@/0/g' \
  77. -e 's/@''GNULIB_LDEXPL''@/0/g' \
  78. -e 's/@''GNULIB_LOG''@/0/g' \
  79. -e 's/@''GNULIB_LOGF''@/0/g' \
  80. -e 's/@''GNULIB_LOGL''@/0/g' \
  81. -e 's/@''GNULIB_LOG10''@/0/g' \
  82. -e 's/@''GNULIB_LOG10F''@/0/g' \
  83. -e 's/@''GNULIB_LOG10L''@/0/g' \
  84. -e 's/@''GNULIB_LOG1P''@/0/g' \
  85. -e 's/@''GNULIB_LOG1PF''@/0/g' \
  86. -e 's/@''GNULIB_LOG1PL''@/0/g' \
  87. -e 's/@''GNULIB_LOG2''@/0/g' \
  88. -e 's/@''GNULIB_LOG2F''@/0/g' \
  89. -e 's/@''GNULIB_LOG2L''@/0/g' \
  90. -e 's/@''GNULIB_LOGB''@/0/g' \
  91. -e 's/@''GNULIB_LOGBF''@/0/g' \
  92. -e 's/@''GNULIB_LOGBL''@/0/g' \
  93. -e 's/@''GNULIB_MODF''@/0/g' \
  94. -e 's/@''GNULIB_MODFF''@/0/g' \
  95. -e 's/@''GNULIB_MODFL''@/0/g' \
  96. -e 's/@''GNULIB_POWF''@/0/g' \
  97. -e 's/@''GNULIB_REMAINDER''@/0/g' \
  98. -e 's/@''GNULIB_REMAINDERF''@/0/g' \
  99. -e 's/@''GNULIB_REMAINDERL''@/0/g' \
  100. -e 's/@''GNULIB_RINT''@/0/g' \
  101. -e 's/@''GNULIB_RINTF''@/0/g' \
  102. -e 's/@''GNULIB_RINTL''@/0/g' \
  103. -e 's/@''GNULIB_ROUND''@/0/g' \
  104. -e 's/@''GNULIB_ROUNDF''@/0/g' \
  105. -e 's/@''GNULIB_ROUNDL''@/0/g' \
  106. -e 's/@''GNULIB_SIGNBIT''@/1/g' \
  107. -e 's/@''GNULIB_SINF''@/0/g' \
  108. -e 's/@''GNULIB_SINL''@/0/g' \
  109. -e 's/@''GNULIB_SINHF''@/0/g' \
  110. -e 's/@''GNULIB_SQRTF''@/0/g' \
  111. -e 's/@''GNULIB_SQRTL''@/0/g' \
  112. -e 's/@''GNULIB_TANF''@/0/g' \
  113. -e 's/@''GNULIB_TANL''@/0/g' \
  114. -e 's/@''GNULIB_TANHF''@/0/g' \
  115. -e 's/@''GNULIB_TRUNC''@/0/g' \
  116. -e 's/@''GNULIB_TRUNCF''@/0/g' \
  117. -e 's/@''GNULIB_TRUNCL''@/0/g' \
  118. | \
  119. sed -e 's|@''HAVE_ACOSF''@|1|g' \
  120. -e 's|@''HAVE_ACOSL''@|1|g' \
  121. -e 's|@''HAVE_ASINF''@|1|g' \
  122. -e 's|@''HAVE_ASINL''@|1|g' \
  123. -e 's|@''HAVE_ATANF''@|1|g' \
  124. -e 's|@''HAVE_ATANL''@|1|g' \
  125. -e 's|@''HAVE_ATAN2F''@|1|g' \
  126. -e 's|@''HAVE_CBRT''@|1|g' \
  127. -e 's|@''HAVE_CBRTF''@|1|g' \
  128. -e 's|@''HAVE_CBRTL''@|1|g' \
  129. -e 's|@''HAVE_COPYSIGN''@|1|g' \
  130. -e 's|@''HAVE_COPYSIGNL''@|1|g' \
  131. -e 's|@''HAVE_COSF''@|1|g' \
  132. -e 's|@''HAVE_COSL''@|1|g' \
  133. -e 's|@''HAVE_COSHF''@|1|g' \
  134. -e 's|@''HAVE_EXPF''@|1|g' \
  135. -e 's|@''HAVE_EXPL''@|1|g' \
  136. -e 's|@''HAVE_EXPM1''@|1|g' \
  137. -e 's|@''HAVE_EXPM1F''@|1|g' \
  138. -e 's|@''HAVE_FABSF''@|1|g' \
  139. -e 's|@''HAVE_FABSL''@|1|g' \
  140. -e 's|@''HAVE_FMA''@|1|g' \
  141. -e 's|@''HAVE_FMAF''@|1|g' \
  142. -e 's|@''HAVE_FMAL''@|1|g' \
  143. -e 's|@''HAVE_FMODF''@|1|g' \
  144. -e 's|@''HAVE_FMODL''@|1|g' \
  145. -e 's|@''HAVE_FREXPF''@|1|g' \
  146. -e 's|@''HAVE_HYPOTF''@|1|g' \
  147. -e 's|@''HAVE_HYPOTL''@|1|g' \
  148. -e 's|@''HAVE_ILOGB''@|1|g' \
  149. -e 's|@''HAVE_ILOGBF''@|1|g' \
  150. -e 's|@''HAVE_ILOGBL''@|1|g' \
  151. -e 's|@''HAVE_ISNANF''@|1|g' \
  152. -e 's|@''HAVE_ISNAND''@|1|g' \
  153. -e 's|@''HAVE_ISNANL''@|1|g' \
  154. -e 's|@''HAVE_LDEXPF''@|1|g' \
  155. -e 's|@''HAVE_LOGF''@|1|g' \
  156. -e 's|@''HAVE_LOGL''@|1|g' \
  157. -e 's|@''HAVE_LOG10F''@|1|g' \
  158. -e 's|@''HAVE_LOG10L''@|1|g' \
  159. -e 's|@''HAVE_LOG1P''@|1|g' \
  160. -e 's|@''HAVE_LOG1PF''@|1|g' \
  161. -e 's|@''HAVE_LOG1PL''@|1|g' \
  162. -e 's|@''HAVE_LOGBF''@|1|g' \
  163. -e 's|@''HAVE_LOGBL''@|1|g' \
  164. -e 's|@''HAVE_MODFF''@|1|g' \
  165. -e 's|@''HAVE_MODFL''@|1|g' \
  166. -e 's|@''HAVE_POWF''@|1|g' \
  167. -e 's|@''HAVE_REMAINDER''@|1|g' \
  168. -e 's|@''HAVE_REMAINDERF''@|1|g' \
  169. -e 's|@''HAVE_RINT''@|1|g' \
  170. -e 's|@''HAVE_RINTL''@|1|g' \
  171. -e 's|@''HAVE_SINF''@|1|g' \
  172. -e 's|@''HAVE_SINL''@|1|g' \
  173. -e 's|@''HAVE_SINHF''@|1|g' \
  174. -e 's|@''HAVE_SQRTF''@|1|g' \
  175. -e 's|@''HAVE_SQRTL''@|1|g' \
  176. -e 's|@''HAVE_TANF''@|1|g' \
  177. -e 's|@''HAVE_TANL''@|1|g' \
  178. -e 's|@''HAVE_TANHF''@|1|g' \
  179. -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
  180. -e 's|@''HAVE_DECL_ASINL''@|1|g' \
  181. -e 's|@''HAVE_DECL_ATANL''@|1|g' \
  182. -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
  183. -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
  184. -e 's|@''HAVE_DECL_CEILF''@|1|g' \
  185. -e 's|@''HAVE_DECL_CEILL''@|1|g' \
  186. -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
  187. -e 's|@''HAVE_DECL_COSL''@|1|g' \
  188. -e 's|@''HAVE_DECL_EXPL''@|1|g' \
  189. -e 's|@''HAVE_DECL_EXP2''@|1|g' \
  190. -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
  191. -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
  192. -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
  193. -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
  194. -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
  195. -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
  196. -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
  197. -e 's|@''HAVE_DECL_LOGL''@|1|g' \
  198. -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
  199. -e 's|@''HAVE_DECL_LOG2''@|1|g' \
  200. -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
  201. -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
  202. -e 's|@''HAVE_DECL_LOGB''@|1|g' \
  203. -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
  204. -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
  205. -e 's|@''HAVE_DECL_RINTF''@|1|g' \
  206. -e 's|@''HAVE_DECL_ROUND''@|1|g' \
  207. -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
  208. -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
  209. -e 's|@''HAVE_DECL_SINL''@|1|g' \
  210. -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
  211. -e 's|@''HAVE_DECL_TANL''@|1|g' \
  212. -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
  213. -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
  214. -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
  215. | \
  216. sed -e 's|@''REPLACE_CBRTF''@|0|g' \
  217. -e 's|@''REPLACE_CBRTL''@|0|g' \
  218. -e 's|@''REPLACE_CEIL''@|0|g' \
  219. -e 's|@''REPLACE_CEILF''@|0|g' \
  220. -e 's|@''REPLACE_CEILL''@|0|g' \
  221. -e 's|@''REPLACE_EXPM1''@|0|g' \
  222. -e 's|@''REPLACE_EXPM1F''@|0|g' \
  223. -e 's|@''REPLACE_EXP2''@|0|g' \
  224. -e 's|@''REPLACE_EXP2L''@|0|g' \
  225. -e 's|@''REPLACE_FABSL''@|0|g' \
  226. -e 's|@''REPLACE_FLOOR''@|0|g' \
  227. -e 's|@''REPLACE_FLOORF''@|0|g' \
  228. -e 's|@''REPLACE_FLOORL''@|0|g' \
  229. -e 's|@''REPLACE_FMA''@|0|g' \
  230. -e 's|@''REPLACE_FMAF''@|0|g' \
  231. -e 's|@''REPLACE_FMAL''@|0|g' \
  232. -e 's|@''REPLACE_FMOD''@|0|g' \
  233. -e 's|@''REPLACE_FMODF''@|0|g' \
  234. -e 's|@''REPLACE_FMODL''@|0|g' \
  235. -e 's|@''REPLACE_FREXPF''@|0|g' \
  236. -e 's|@''REPLACE_FREXP''@|1|g' \
  237. -e 's|@''REPLACE_FREXPL''@|1|g' \
  238. -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
  239. -e 's|@''REPLACE_HYPOT''@|0|g' \
  240. -e 's|@''REPLACE_HYPOTF''@|0|g' \
  241. -e 's|@''REPLACE_HYPOTL''@|0|g' \
  242. -e 's|@''REPLACE_ILOGB''@|0|g' \
  243. -e 's|@''REPLACE_ILOGBF''@|0|g' \
  244. -e 's|@''REPLACE_ISFINITE''@|0|g' \
  245. -e 's|@''REPLACE_ISINF''@|0|g' \
  246. -e 's|@''REPLACE_ISNAN''@|0|g' \
  247. -e 's|@''REPLACE_ITOLD''@|0|g' \
  248. -e 's|@''REPLACE_LDEXPL''@|0|g' \
  249. -e 's|@''REPLACE_LOG''@|0|g' \
  250. -e 's|@''REPLACE_LOGF''@|0|g' \
  251. -e 's|@''REPLACE_LOGL''@|0|g' \
  252. -e 's|@''REPLACE_LOG10''@|0|g' \
  253. -e 's|@''REPLACE_LOG10F''@|0|g' \
  254. -e 's|@''REPLACE_LOG10L''@|0|g' \
  255. -e 's|@''REPLACE_LOG1P''@|0|g' \
  256. -e 's|@''REPLACE_LOG1PF''@|0|g' \
  257. -e 's|@''REPLACE_LOG1PL''@|0|g' \
  258. -e 's|@''REPLACE_LOG2''@|0|g' \
  259. -e 's|@''REPLACE_LOG2F''@|0|g' \
  260. -e 's|@''REPLACE_LOG2L''@|0|g' \
  261. -e 's|@''REPLACE_LOGB''@|0|g' \
  262. -e 's|@''REPLACE_LOGBF''@|0|g' \
  263. -e 's|@''REPLACE_LOGBL''@|0|g' \
  264. -e 's|@''REPLACE_MODF''@|0|g' \
  265. -e 's|@''REPLACE_MODFF''@|0|g' \
  266. -e 's|@''REPLACE_MODFL''@|0|g' \
  267. -e 's|@''REPLACE_NAN''@|0|g' \
  268. -e 's|@''REPLACE_REMAINDER''@|0|g' \
  269. -e 's|@''REPLACE_REMAINDERF''@|0|g' \
  270. -e 's|@''REPLACE_REMAINDERL''@|0|g' \
  271. -e 's|@''REPLACE_ROUND''@|0|g' \
  272. -e 's|@''REPLACE_ROUNDF''@|0|g' \
  273. -e 's|@''REPLACE_ROUNDL''@|0|g' \
  274. -e 's|@''REPLACE_SIGNBIT''@|0|g' \
  275. -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
  276. -e 's|@''REPLACE_SQRTL''@|0|g' \
  277. -e 's|@''REPLACE_TRUNC''@|0|g' \
  278. -e 's|@''REPLACE_TRUNCF''@|0|g' \
  279. -e 's|@''REPLACE_TRUNCL''@|0|g' \
  280. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  281. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  282. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  283. } > math.h-t && \
  284. mv math.h-t math.h
  285. /usr/bin/sh: -c: line 213: unexpected EOF while looking for matching `''
  286. /usr/bin/sh: -c: line 214: syntax error: unexpected end of file
  287. make[2]: *** [Makefile:2308: math.h] Error 1
  288. make[2]: Leaving directory 'C:/Users/Tobias/Desktop/m4-latest/lib'
  289. make[1]: *** [Makefile:1506: all-recursive] Error 1
  290. make[1]: Leaving directory 'C:/Users/Tobias/Desktop/m4-latest'
  291. make: *** [Makefile:1461: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement