Advertisement
Guest User

texinfo log

a guest
Jun 8th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.84 KB | None | 0 0
  1. make[1]: Entering directory `/home/ani/mxe-octave'
  2. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  3. rm -rf '/home/ani/mxe-octave/tmp-texinfo'
  4. mkdir -p '/home/ani/mxe-octave/tmp-texinfo'
  5. cd '/home/ani/mxe-octave/tmp-texinfo' && tar xzf '/home/ani/mxe-octave/pkg/texinfo-4.13a.tar.gz'
  6. cd '/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13'
  7. mkdir '/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/.build'
  8. cd '/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/.build' && '/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/configure' CPPFLAGS='-I/home/ani/mxe-octave/usr/i686-pc-mingw32/include' LDFLAGS='-L/home/ani/mxe-octave/usr/i686-pc-mingw32/lib' --host='i686-pc-mingw32' --build='i686-pc-linux-gnu' --prefix='/home/ani/mxe-octave/usr/i686-pc-mingw32'
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking for i686-pc-mingw32-strip... no
  15. checking for strip... strip
  16. configure: WARNING: using cross tools not prefixed with host triplet
  17. checking whether to enable maintainer-specific portions of Makefiles... no
  18. checking for i686-pc-mingw32-gcc... no
  19. checking for gcc... gcc
  20. checking for C compiler default output file name... a.out
  21. checking whether the C compiler works... yes
  22. checking whether we are cross compiling... yes
  23. checking for suffix of executables...
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking for style of include used by make... GNU
  29. checking dependency style of gcc... gcc3
  30. checking for i686-pc-mingw32-ranlib... no
  31. checking for ranlib... ranlib
  32. checking whether gcc and cc understand -c and -o together... yes
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking minix/config.h usability... no
  47. checking minix/config.h presence... no
  48. checking for minix/config.h... no
  49. checking whether it is safe to define __EXTENSIONS__... yes
  50. checking for working alloca.h... yes
  51. checking for alloca... yes
  52. checking for C/C++ restrict keyword... __restrict
  53. checking whether strerror_r is declared... no
  54. checking for strerror_r... yes
  55. checking whether strerror_r returns char *... no
  56. checking getopt.h usability... yes
  57. checking getopt.h presence... yes
  58. checking for getopt.h... yes
  59. checking for getopt_long_only... yes
  60. checking whether optreset is declared... no
  61. checking for working GNU getopt function... checking whether getopt_clip is declared... no
  62. yes
  63. checking whether getenv is declared... yes
  64. checking whether the preprocessor supports include_next... yes
  65. checking sys/time.h usability... no
  66. checking sys/time.h presence... yes
  67. configure: WARNING: sys/time.h: present but cannot be compiled
  68. configure: WARNING: sys/time.h: check for missing prerequisite headers?
  69. configure: WARNING: sys/time.h: see the Autoconf documentation
  70. configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
  71. configure: WARNING: sys/time.h: proceeding with the preprocessor's result
  72. configure: WARNING: sys/time.h: in the future, the compiler will take precedence
  73. configure: WARNING: ## ---------------------------------- ##
  74. configure: WARNING: ## Report this to bug-texinfo@gnu.org ##
  75. configure: WARNING: ## ---------------------------------- ##
  76. checking for sys/time.h... yes
  77. checking wchar.h usability... yes
  78. checking wchar.h presence... yes
  79. checking for wchar.h... yes
  80. checking for unistd.h... (cached) yes
  81. checking for stdint.h... (cached) yes
  82. checking for stdlib.h... (cached) yes
  83. checking for string.h... (cached) yes
  84. checking for sys/stat.h... (cached) yes
  85. checking wctype.h usability... yes
  86. checking wctype.h presence... yes
  87. checking for wctype.h... yes
  88. checking for struct timeval... no
  89. checking for gettimeofday... yes
  90. checking for isascii... yes
  91. checking for mbsinit... yes
  92. checking for setenv... yes
  93. checking for lstat... yes
  94. checking for iswcntrl... yes
  95. checking for wcwidth... yes
  96. checking for inline... inline
  97. checking for nl_langinfo and CODESET... yes
  98. checking whether getc_unlocked is declared... no
  99. checking build system type... i686-pc-linux-gnu
  100. checking host system type... i686-pc-mingw32
  101. checking whether we are using the GNU C Library 2.1 or newer... yes
  102. checking whether malloc, realloc, calloc are POSIX compliant... yes
  103. checking for stdlib.h... (cached) yes
  104. checking for GNU libc compatible malloc... no
  105. checking for long long int... yes
  106. checking for mbstate_t... yes
  107. checking whether mbrtowc and mbstate_t are properly declared... yes
  108. checking whether memmem is declared... no
  109. checking for memmem... yes
  110. checking for special C compiler options needed for large files... no
  111. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  112. checking for _LARGE_FILES value needed for large files... unknown
  113. checking for stdbool.h that conforms to C99... yes
  114. checking for _Bool... yes
  115. checking for unsigned long long int... yes
  116. checking whether strdup is declared... yes
  117. checking for working strerror function... yes
  118. checking whether strndup is declared... no
  119. checking whether strnlen is declared... no
  120. checking whether stat file-mode macros are broken... no
  121. checking for wint_t... no
  122. checking for wchar_t... yes
  123. checking for alloca as a compiler built-in... yes
  124. checking for argz.h... yes
  125. checking for error_t... yes
  126. checking for argz_replace... yes
  127. checking if argz actually works... yes
  128. checking if environ is properly declared... no
  129. checking for error_at_line... yes
  130. checking for gettimeofday with POSIX signature... no
  131. checking whether gettimeofday clobbers localtime buffer... yes
  132. checking sys/timeb.h usability... yes
  133. checking sys/timeb.h presence... yes
  134. checking for sys/timeb.h... yes
  135. checking for _ftime... no
  136. checking whether the compiler generally respects inline... yes
  137. checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
  138. checking whether mbswidth is declared in <wchar.h>... no
  139. checking for mbstate_t... (cached) yes
  140. checking for memchr... yes
  141. checking whether cross-compiling target has memcmp... yes
  142. checking for working memcmp... (cached) yes
  143. checking for memcpy... yes
  144. checking for memmem... (cached) yes
  145. checking for memmove... yes
  146. checking for mempcpy... yes
  147. checking for working mkstemp... no
  148. checking whether stdint.h conforms to C99... no
  149. checking sys/inttypes.h usability... no
  150. checking sys/inttypes.h presence... no
  151. checking for sys/inttypes.h... no
  152. checking sys/bitypes.h usability... yes
  153. checking sys/bitypes.h presence... yes
  154. checking for sys/bitypes.h... yes
  155. checking for bit size of ptrdiff_t... unknown
  156. checking for bit size of sig_atomic_t... unknown
  157. checking for bit size of size_t... unknown
  158. checking for bit size of wchar_t... unknown
  159. checking for bit size of wint_t... unknown
  160. checking whether sig_atomic_t is signed... no
  161. checking whether wchar_t is signed... no
  162. checking whether wint_t is signed... no
  163. checking for ptrdiff_t integer literal suffix... no
  164. checking for sig_atomic_t integer literal suffix... no
  165. checking for size_t integer literal suffix... no
  166. checking for wchar_t integer literal suffix... no
  167. checking for wint_t integer literal suffix... no
  168. checking for stpcpy... yes
  169. checking for strdup... yes
  170. checking for working strndup... checking for strndup... yes
  171. yes
  172. checking for working strnlen... no
  173. checking for nlink_t... no
  174. checking for a thread-safe mkdir -p... /bin/mkdir -p
  175. checking for a thread-safe mkdir -p... /bin/mkdir -p
  176. checking for unsetenv... yes
  177. checking for unsetenv() return type... int
  178. checking whether <wchar.h> is standalone... yes
  179. checking whether iswcntrl works... yes
  180. checking whether wcwidth is declared... no
  181. checking whether wcwidth works reasonably in UTF-8 locales... guessing no
  182. checking for i686-pc-mingw32-ranlib... ranlib
  183. checking for a BSD-compatible install... /usr/bin/install -c
  184. checking whether make sets $(MAKE)... (cached) yes
  185. checking for sigblock... yes
  186. checking whether stat file-mode macros are broken... (cached) no
  187. checking for ANSI C header files... (cached) yes
  188. checking fcntl.h usability... yes
  189. checking fcntl.h presence... yes
  190. checking for fcntl.h... yes
  191. checking io.h usability... yes
  192. checking io.h presence... yes
  193. checking for io.h... yes
  194. checking limits.h usability... yes
  195. checking limits.h presence... yes
  196. checking for limits.h... yes
  197. checking pwd.h usability... yes
  198. checking pwd.h presence... yes
  199. checking for pwd.h... yes
  200. checking for string.h... (cached) yes
  201. checking for strings.h... (cached) yes
  202. checking termcap.h usability... yes
  203. checking termcap.h presence... yes
  204. checking for termcap.h... yes
  205. checking termio.h usability... yes
  206. checking termio.h presence... yes
  207. checking for termio.h... yes
  208. checking termios.h usability... yes
  209. checking termios.h presence... yes
  210. checking for termios.h... yes
  211. checking for unistd.h... (cached) yes
  212. checking sys/fcntl.h usability... yes
  213. checking sys/fcntl.h presence... yes
  214. checking for sys/fcntl.h... yes
  215. checking sys/file.h usability... yes
  216. checking sys/file.h presence... yes
  217. checking for sys/file.h... yes
  218. checking sys/stream.h usability... no
  219. checking sys/stream.h presence... no
  220. checking for sys/stream.h... no
  221. checking for sys/time.h... (cached) yes
  222. checking sys/ttold.h usability... no
  223. checking sys/ttold.h presence... no
  224. checking for sys/ttold.h... no
  225. checking sys/wait.h usability... yes
  226. checking sys/wait.h presence... yes
  227. checking for sys/wait.h... yes
  228. checking for sys/ptem.h... no
  229. checking POSIX termios... yes
  230. checking whether termios.h defines TIOCGWINSZ... no
  231. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  232. checking for off_t... yes
  233. checking return type of signal handlers... void
  234. checking for an ANSI C-conforming const... yes
  235. checking whether struct tm is in sys/time.h or time.h... sys/time.h
  236. checking whether memchr is declared... yes
  237. checking whether strcoll is declared... yes
  238. checking whether strerror is declared... yes
  239. checking for working strcoll... no
  240. checking for vprintf... yes
  241. checking for _doprnt... no
  242. checking for bzero... yes
  243. checking for getcwd... yes
  244. checking for memset... yes
  245. checking for setlocale... yes
  246. checking for setvbuf... yes
  247. checking for sigaction... yes
  248. checking for sigprocmask... yes
  249. checking for sigsetmask... yes
  250. checking for strchr... yes
  251. checking for memcpy... (cached) yes
  252. checking for memmove... (cached) yes
  253. checking for strdup... (cached) yes
  254. checking for strerror... yes
  255. checking build system type... (cached) i686-pc-linux-gnu
  256. configure: Doing configure of native tools (i686-pc-linux-gnu).
  257. checking for a BSD-compatible install... /usr/bin/install -c
  258. checking whether build environment is sane... yes
  259. checking for a thread-safe mkdir -p... /bin/mkdir -p
  260. checking for gawk... gawk
  261. checking whether make sets $(MAKE)... yes
  262. checking whether to enable maintainer-specific portions of Makefiles... no
  263. checking for i686-pc-linux-gnu-gcc... no
  264. checking for gcc... gcc
  265. checking for C compiler default output file name... a.out
  266. checking whether the C compiler works... yes
  267. checking whether we are cross compiling... no
  268. checking for suffix of executables...
  269. checking for suffix of object files... o
  270. checking whether we are using the GNU C compiler... yes
  271. checking whether gcc accepts -g... yes
  272. checking for gcc option to accept ISO C89... none needed
  273. checking for style of include used by make... GNU
  274. checking dependency style of gcc... gcc3
  275. checking for i686-pc-linux-gnu-ranlib... no
  276. checking for ranlib... ranlib
  277. checking whether gcc and cc understand -c and -o together... yes
  278. checking how to run the C preprocessor... gcc -E
  279. checking for grep that handles long lines and -e... /bin/grep
  280. checking for egrep... /bin/grep -E
  281. checking for ANSI C header files... yes
  282. checking for sys/types.h... yes
  283. checking for sys/stat.h... yes
  284. checking for stdlib.h... yes
  285. checking for string.h... yes
  286. checking for memory.h... yes
  287. checking for strings.h... yes
  288. checking for inttypes.h... yes
  289. checking for stdint.h... yes
  290. checking for unistd.h... yes
  291. checking minix/config.h usability... no
  292. checking minix/config.h presence... no
  293. checking for minix/config.h... no
  294. checking whether it is safe to define __EXTENSIONS__... yes
  295. checking for working alloca.h... yes
  296. checking for alloca... yes
  297. checking for C/C++ restrict keyword... __restrict
  298. checking whether strerror_r is declared... yes
  299. checking for strerror_r... yes
  300. checking whether strerror_r returns char *... yes
  301. checking getopt.h usability... yes
  302. checking getopt.h presence... yes
  303. checking for getopt.h... yes
  304. checking for getopt_long_only... yes
  305. checking whether optreset is declared... no
  306. checking for working GNU getopt function... yes
  307. checking whether getenv is declared... yes
  308. checking whether the preprocessor supports include_next... yes
  309. checking sys/time.h usability... yes
  310. checking sys/time.h presence... yes
  311. checking for sys/time.h... yes
  312. checking wchar.h usability... yes
  313. checking wchar.h presence... yes
  314. checking for wchar.h... yes
  315. checking for unistd.h... (cached) yes
  316. checking for stdint.h... (cached) yes
  317. checking for stdlib.h... (cached) yes
  318. checking for string.h... (cached) yes
  319. checking for sys/stat.h... (cached) yes
  320. checking wctype.h usability... yes
  321. checking wctype.h presence... yes
  322. checking for wctype.h... yes
  323. checking for struct timeval... yes
  324. checking for gettimeofday... yes
  325. checking for isascii... yes
  326. checking for mbsinit... yes
  327. checking for setenv... yes
  328. checking for lstat... yes
  329. checking for iswcntrl... yes
  330. checking for wcwidth... yes
  331. checking for inline... inline
  332. checking for nl_langinfo and CODESET... yes
  333. checking whether getc_unlocked is declared... yes
  334. checking build system type... i686-pc-linux-gnu
  335. checking host system type... i686-pc-linux-gnu
  336. checking whether we are using the GNU C Library 2.1 or newer... yes
  337. checking whether malloc, realloc, calloc are POSIX compliant... yes
  338. checking for stdlib.h... (cached) yes
  339. checking for GNU libc compatible malloc... yes
  340. checking for long long int... yes
  341. checking for mbstate_t... yes
  342. checking whether mbrtowc and mbstate_t are properly declared... yes
  343. checking whether memmem is declared... yes
  344. checking for memmem... yes
  345. checking for special C compiler options needed for large files... no
  346. checking for _FILE_OFFSET_BITS value needed for large files... 64
  347. checking for stdbool.h that conforms to C99... yes
  348. checking for _Bool... yes
  349. checking for unsigned long long int... yes
  350. checking whether strdup is declared... yes
  351. checking for working strerror function... yes
  352. checking whether strndup is declared... yes
  353. checking whether strnlen is declared... yes
  354. checking whether stat file-mode macros are broken... no
  355. checking for wint_t... yes
  356. checking for wchar_t... yes
  357. checking for alloca as a compiler built-in... yes
  358. checking for argz.h... yes
  359. checking for error_t... yes
  360. checking for argz_replace... yes
  361. checking if argz actually works... yes
  362. checking if environ is properly declared... yes
  363. checking for error_at_line... yes
  364. checking for gettimeofday with POSIX signature... yes
  365. checking whether gettimeofday clobbers localtime buffer... no
  366. checking whether the compiler generally respects inline... yes
  367. checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
  368. checking whether mbswidth is declared in <wchar.h>... no
  369. checking for mbstate_t... (cached) yes
  370. checking for memchr... yes
  371. checking for working memcmp... yes
  372. checking for memcpy... yes
  373. checking whether memmem works in linear time... yes
  374. checking for memmem... (cached) yes
  375. checking for memmove... yes
  376. checking for mempcpy... yes
  377. checking for working mkstemp... yes
  378. checking whether stdint.h conforms to C99... yes
  379. checking for stpcpy... yes
  380. checking for strdup... yes
  381. checking for working strndup... yes
  382. checking for working strnlen... yes
  383. checking for nlink_t... yes
  384. checking for a thread-safe mkdir -p... /bin/mkdir -p
  385. checking for a thread-safe mkdir -p... /bin/mkdir -p
  386. checking for unsetenv... yes
  387. checking for unsetenv() return type... int
  388. checking whether <wchar.h> is standalone... yes
  389. checking whether iswcntrl works... yes
  390. checking whether wcwidth is declared... yes
  391. checking whether wcwidth works reasonably in UTF-8 locales... yes
  392. checking for i686-pc-linux-gnu-ranlib... ranlib
  393. checking for a BSD-compatible install... /usr/bin/install -c
  394. checking whether make sets $(MAKE)... (cached) yes
  395. checking for sigblock... yes
  396. checking whether stat file-mode macros are broken... (cached) no
  397. checking for ANSI C header files... (cached) yes
  398. checking fcntl.h usability... yes
  399. checking fcntl.h presence... yes
  400. checking for fcntl.h... yes
  401. checking io.h usability... no
  402. checking io.h presence... no
  403. checking for io.h... no
  404. checking limits.h usability... yes
  405. checking limits.h presence... yes
  406. checking for limits.h... yes
  407. checking pwd.h usability... yes
  408. checking pwd.h presence... yes
  409. checking for pwd.h... yes
  410. checking for string.h... (cached) yes
  411. checking for strings.h... (cached) yes
  412. checking termcap.h usability... yes
  413. checking termcap.h presence... yes
  414. checking for termcap.h... yes
  415. checking termio.h usability... yes
  416. checking termio.h presence... yes
  417. checking for termio.h... yes
  418. checking termios.h usability... yes
  419. checking termios.h presence... yes
  420. checking for termios.h... yes
  421. checking for unistd.h... (cached) yes
  422. checking sys/fcntl.h usability... yes
  423. checking sys/fcntl.h presence... yes
  424. checking for sys/fcntl.h... yes
  425. checking sys/file.h usability... yes
  426. checking sys/file.h presence... yes
  427. checking for sys/file.h... yes
  428. checking sys/stream.h usability... no
  429. checking sys/stream.h presence... no
  430. checking for sys/stream.h... no
  431. checking for sys/time.h... (cached) yes
  432. checking sys/ttold.h usability... no
  433. checking sys/ttold.h presence... no
  434. checking for sys/ttold.h... no
  435. checking sys/wait.h usability... yes
  436. checking sys/wait.h presence... yes
  437. checking for sys/wait.h... yes
  438. checking for sys/ptem.h... no
  439. checking POSIX termios... yes
  440. checking whether termios.h defines TIOCGWINSZ... no
  441. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  442. checking for off_t... yes
  443. checking return type of signal handlers... void
  444. checking for an ANSI C-conforming const... yes
  445. checking whether struct tm is in sys/time.h or time.h... time.h
  446. checking whether memchr is declared... yes
  447. checking whether strcoll is declared... yes
  448. checking whether strerror is declared... yes
  449. checking for working strcoll... yes
  450. checking for vprintf... yes
  451. checking for _doprnt... no
  452. checking for bzero... yes
  453. checking for getcwd... yes
  454. checking for memset... yes
  455. checking for setlocale... yes
  456. checking for setvbuf... yes
  457. checking for sigaction... yes
  458. checking for sigprocmask... yes
  459. checking for sigsetmask... yes
  460. checking for strchr... yes
  461. checking for memcpy... (cached) yes
  462. checking for memmove... (cached) yes
  463. checking for strdup... (cached) yes
  464. checking for strerror... yes
  465. checking build system type... (cached) i686-pc-linux-gnu
  466. checking for tgetent in -lncurses... yes
  467. checking for library with termcap variables...
  468. checking ncurses/termcap.h usability... no
  469. checking ncurses/termcap.h presence... no
  470. checking for ncurses/termcap.h... no
  471. checking host system type... (cached) i686-pc-linux-gnu
  472. checking whether NLS is requested... no
  473. checking for msgfmt... /usr/bin/msgfmt
  474. checking for gmsgfmt... /usr/bin/msgfmt
  475. checking for xgettext... /usr/bin/xgettext
  476. checking for msgmerge... /usr/bin/msgmerge
  477. checking for ld used by GCC... /usr/bin/ld
  478. checking if the linker (/usr/bin/ld) is GNU ld... yes
  479. checking for shared library run path origin... done
  480. checking for CFPreferencesCopyAppValue... no
  481. checking for CFLocaleCopyCurrent... no
  482. checking whether to use NLS... no
  483. checking for hevea... no
  484. checking for tex... tex
  485. configure: creating ./config.status
  486. config.status: creating install-info/tests/defs
  487. config.status: creating util/defs
  488. config.status: creating Makefile
  489. config.status: creating doc/Makefile
  490. config.status: creating gnulib/lib/Makefile
  491. config.status: creating info/Makefile
  492. config.status: creating install-info/Makefile
  493. config.status: creating install-info/tests/Makefile
  494. config.status: creating lib/Makefile
  495. config.status: creating makeinfo/Makefile
  496. config.status: creating makeinfo/tests/Makefile
  497. config.status: creating po/Makefile.in
  498. config.status: creating util/Makefile
  499. config.status: creating config.h
  500. config.status: executing depfiles commands
  501. config.status: executing po-directories commands
  502. config.status: creating po/POTFILES
  503. config.status: creating po/Makefile
  504. configure: Continuing with main configure (i686-pc-mingw32).
  505. checking for tgetent in -lncurses... yes
  506. checking for library with termcap variables... ncurses
  507. checking ncurses/termcap.h usability... no
  508. checking ncurses/termcap.h presence... no
  509. checking for ncurses/termcap.h... no
  510. checking host system type... (cached) i686-pc-mingw32
  511. checking whether NLS is requested... yes
  512. checking for msgfmt... /usr/bin/msgfmt
  513. checking for gmsgfmt... /usr/bin/msgfmt
  514. checking for xgettext... /usr/bin/xgettext
  515. checking for msgmerge... /usr/bin/msgmerge
  516. checking for ld used by GCC... /usr/bin/ld
  517. checking if the linker (/usr/bin/ld) is GNU ld... yes
  518. checking for shared library run path origin... done
  519. checking for CFPreferencesCopyAppValue... no
  520. checking for CFLocaleCopyCurrent... no
  521. checking for GNU gettext in libc... no
  522. checking for iconv... yes
  523. checking for working iconv... guessing yes
  524. checking for GNU gettext in libintl... no
  525. checking whether to use NLS... no
  526. checking for hevea... no
  527. checking for tex... tex
  528. configure: creating ./config.status
  529. config.status: creating install-info/tests/defs
  530. config.status: creating util/defs
  531. config.status: creating Makefile
  532. config.status: creating doc/Makefile
  533. config.status: creating gnulib/lib/Makefile
  534. config.status: creating info/Makefile
  535. config.status: creating install-info/Makefile
  536. config.status: creating install-info/tests/Makefile
  537. config.status: creating lib/Makefile
  538. config.status: creating makeinfo/Makefile
  539. config.status: creating makeinfo/tests/Makefile
  540. config.status: creating po/Makefile.in
  541. config.status: creating util/Makefile
  542. config.status: creating config.h
  543. config.status: executing depfiles commands
  544. config.status: executing po-directories commands
  545. config.status: creating po/POTFILES
  546. config.status: creating po/Makefile
  547. ## All we need for Octave is makeinfo.
  548. make -C '/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/.build/lib' -j '1'
  549. make[2]: Entering directory `/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/.build/lib'
  550. gcc -DHAVE_CONFIG_H -I. -I/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/lib -I.. -I/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13 -I/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/home/ani/mxe-octave/usr/i686-pc-mingw32/share/locale\" -I/home/ani/mxe-octave/usr/i686-pc-mingw32/include -g -O2 -MT substring.o -MD -MP -MF .deps/substring.Tpo -c -o substring.o /home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/lib/substring.c
  551. In file included from /home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/gnulib/lib/mbchar.h:155:0,
  552. from /home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/system.h:58,
  553. from /home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/lib/substring.c:19:
  554. /home/ani/mxe-octave/usr/i686-pc-mingw32/include/time.h:240:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’
  555. make[2]: *** [substring.o] Error 1
  556. make[2]: Leaving directory `/home/ani/mxe-octave/tmp-texinfo/texinfo-4.13/.build/lib'
  557. make[1]: *** [build-only-texinfo] Error 2
  558. make[1]: Leaving directory `/home/ani/mxe-octave'
  559.  
  560. real 1m26.361s
  561. user 0m44.240s
  562. sys 0m20.280s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement