Advertisement
GlennRG

config.log

Feb 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.62 KB | None | 0 0
  1. This text from config.log:
  2.  
  3.  
  4.  
  5. This file contains any messages produced by compilers while
  6. running configure, to aid debugging if configure makes a mistake.
  7.  
  8. It was created by configure, which was
  9. generated by GNU Autoconf 2.57. Invocation command line was
  10.  
  11. $ configure
  12.  
  13. ## --------- ##
  14. ## Platform. ##
  15. ## --------- ##
  16.  
  17. hostname = Glenn-PC2011
  18. uname -m = i686
  19. uname -r = 1.0.18(0.48/3/2)
  20. uname -s = MINGW32_NT-6.1
  21. uname -v = 2012-11-21 22:34
  22.  
  23. /usr/bin/uname -p = unknown
  24. /bin/uname -X = unknown
  25.  
  26. /bin/arch = unknown
  27. /usr/bin/arch -k = unknown
  28. /usr/convex/getsysinfo = unknown
  29. hostinfo = unknown
  30. /bin/machine = unknown
  31. /usr/bin/oslevel = unknown
  32. /bin/universe = unknown
  33.  
  34. PATH: .
  35. PATH: /usr/local/bin
  36. PATH: /mingw/bin
  37. PATH: /bin
  38. PATH: /c/Program Files/Microsoft Xbox SDK/Xbox/Bin
  39. PATH: /c/ProgramData/Oracle/Java/javapath
  40. PATH: /c/Windows/system32
  41. PATH: /c/Windows
  42. PATH: /c/Windows/System32/Wbem
  43. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  44. PATH: /c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static
  45. PATH: /c/Program Files (x86)/IDM Computer Solutions/UltraEdit-32
  46. PATH: /c/doscom
  47. PATH: /c/Program Files (x86)/Microsoft SQL Server/90/Tools/binn/
  48. PATH: /c/doscom/dtc
  49. PATH: /c/doscom/kickassembler
  50. PATH: /mingw/bin
  51. PATH: /c/Program Files (x86)/GnuWin32/bin
  52. PATH: /c/doscom/acme
  53. PATH: /c/cygwin64/bin
  54. PATH: /c/Program Files/TortoiseGit/bin
  55. PATH: /c/Program Files (x86)/Skype/Phone/
  56.  
  57.  
  58. ## ----------- ##
  59. ## Core tests. ##
  60. ## ----------- ##
  61.  
  62. configure:1343: checking for a BSD-compatible install
  63. configure:1397: result: /bin/install -c
  64. configure:1408: checking whether build environment is sane
  65. configure:1451: result: yes
  66. configure:1484: checking for gawk
  67. configure:1500: found /bin/gawk
  68. configure:1510: result: gawk
  69. configure:1520: checking whether make sets $(MAKE)
  70. configure:1540: result: yes
  71. configure:1711: checking build system type
  72. configure:1729: result: i686-pc-mingw32
  73. configure:1737: checking host system type
  74. configure:1751: result: i686-pc-mingw32
  75. configure:1899: checking for gcc
  76. configure:1915: found /mingw/bin/gcc
  77. configure:1925: result: gcc
  78. configure:2169: checking for C compiler version
  79. configure:2172: gcc --version </dev/null >&5
  80. gcc.exe (GCC) 4.8.1
  81. Copyright (C) 2013 Free Software Foundation, Inc.
  82. This is free software; see the source for copying conditions. There is NO
  83. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  84.  
  85. configure:2175: $? = 0
  86. configure:2177: gcc -v </dev/null >&5
  87. Using built-in specs.
  88. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  89. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
  90. Target: mingw32
  91. Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
  92. Thread model: win32
  93. gcc version 4.8.1 (GCC)
  94. configure:2180: $? = 0
  95. configure:2182: gcc -V </dev/null >&5
  96. gcc.exe: error: unrecognized command line option '-V'
  97. gcc.exe: fatal error: no input files
  98. compilation terminated.
  99. configure:2185: $? = 1
  100. configure:2209: checking for C compiler default output
  101. configure:2212: gcc conftest.c >&5
  102. configure:2215: $? = 0
  103. configure:2261: result: a.exe
  104. configure:2266: checking whether the C compiler works
  105. configure:2272: ./a.exe
  106. configure:2275: $? = 0
  107. configure:2292: result: yes
  108. configure:2299: checking whether we are cross compiling
  109. configure:2301: result: no
  110. configure:2304: checking for suffix of executables
  111. configure:2306: gcc -o conftest.exe conftest.c >&5
  112. configure:2309: $? = 0
  113. configure:2334: result: .exe
  114. configure:2340: checking for suffix of object files
  115. configure:2362: gcc -c conftest.c >&5
  116. configure:2365: $? = 0
  117. configure:2387: result: o
  118. configure:2391: checking whether we are using the GNU C compiler
  119. configure:2416: gcc -c conftest.c >&5
  120. configure:2419: $? = 0
  121. configure:2422: test -s conftest.o
  122. configure:2425: $? = 0
  123. configure:2438: result: yes
  124. configure:2444: checking whether gcc accepts -g
  125. configure:2466: gcc -c -g conftest.c >&5
  126. configure:2469: $? = 0
  127. configure:2472: test -s conftest.o
  128. configure:2475: $? = 0
  129. configure:2486: result: yes
  130. configure:2503: checking for gcc option to accept ANSI C
  131. configure:2564: gcc -c -g -O2 conftest.c >&5
  132. configure:2567: $? = 0
  133. configure:2570: test -s conftest.o
  134. configure:2573: $? = 0
  135. configure:2591: result: none needed
  136. configure:2609: gcc -c -g -O2 conftest.c >&5
  137. conftest.c:2:3: error: unknown type name 'choke'
  138. choke me
  139. ^
  140. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  141. configure:2612: $? = 1
  142. configure: failed program was:
  143. | #ifndef __cplusplus
  144. | choke me
  145. | #endif
  146. configure:2740: checking for style of include used by make
  147. configure:2768: result: GNU
  148. configure:2796: checking dependency style of gcc
  149. configure:2858: result: gcc3
  150. configure:2994: gcc -o conftest.exe -g -O2 conftest.c >&5
  151. configure:2997: $? = 0
  152. configure:3000: test -s conftest.exe
  153. configure:3003: $? = 0
  154. configure:3032: gcc -o conftest.exe -g -O2 conftest.c >&5
  155. configure:3035: $? = 0
  156. configure:3038: test -s conftest.exe
  157. configure:3041: $? = 0
  158. configure:3939: checking how to run the C preprocessor
  159. configure:3975: gcc -E conftest.c
  160. configure:3981: $? = 0
  161. configure:4013: gcc -E conftest.c
  162. configure:4020:28: fatal error: ac_nonexistent.h: No such file or directory
  163. (exit $ac_status); } >/dev/null; then
  164. ^
  165. compilation terminated.
  166. configure:4019: $? = 1
  167. configure: failed program was:
  168. | #line 4004 "configure"
  169. | /* confdefs.h. */
  170. |
  171. | #define PACKAGE_NAME ""
  172. | #define PACKAGE_TARNAME ""
  173. | #define PACKAGE_VERSION ""
  174. | #define PACKAGE_STRING ""
  175. | #define PACKAGE_BUGREPORT ""
  176. | #define PACKAGE "vice"
  177. | #define VERSION "1.12"
  178. | #define ENABLE_TEXTFIELD 1
  179. | #define HAS_JOYSTICK 1
  180. | #define HAVE_MOUSE 1
  181. | #define HAVE_TFE 1
  182. | #define HAS_LONGLONG_INTEGER 1
  183. | #define HAS_UNLOCKRESOURCE 1
  184. | /* end confdefs.h. */
  185. | #include <ac_nonexistent.h>
  186. configure:4057: result: gcc -E
  187. configure:4082: gcc -E conftest.c
  188. configure:4088: $? = 0
  189. configure:4120: gcc -E conftest.c
  190. configure:4127:28: fatal error: ac_nonexistent.h: No such file or directory
  191. (exit $ac_status); } >/dev/null; then
  192. ^
  193. compilation terminated.
  194. configure:4126: $? = 1
  195. configure: failed program was:
  196. | #line 4111 "configure"
  197. | /* confdefs.h. */
  198. |
  199. | #define PACKAGE_NAME ""
  200. | #define PACKAGE_TARNAME ""
  201. | #define PACKAGE_VERSION ""
  202. | #define PACKAGE_STRING ""
  203. | #define PACKAGE_BUGREPORT ""
  204. | #define PACKAGE "vice"
  205. | #define VERSION "1.12"
  206. | #define ENABLE_TEXTFIELD 1
  207. | #define HAS_JOYSTICK 1
  208. | #define HAVE_MOUSE 1
  209. | #define HAVE_TFE 1
  210. | #define HAS_LONGLONG_INTEGER 1
  211. | #define HAS_UNLOCKRESOURCE 1
  212. | /* end confdefs.h. */
  213. | #include <ac_nonexistent.h>
  214. configure:4170: checking for ar
  215. configure:4186: found /mingw/bin/ar
  216. configure:4197: result: ar
  217. configure:4245: checking for ranlib
  218. configure:4261: found /mingw/bin/ranlib
  219. configure:4272: result: ranlib
  220. configure:4296: checking for a BSD-compatible install
  221. configure:4350: result: /bin/install -c
  222. configure:4361: checking whether ln -s works
  223. configure:4365: result: yes
  224. configure:4376: checking for bison
  225. configure:4405: result: no
  226. configure:4376: checking for byacc
  227. configure:4405: result: no
  228. configure:4417: checking for flex
  229. configure:4446: result: no
  230. configure:4417: checking for lex
  231. configure:4446: result: no
  232. configure:4456: checking for yywrap in -lfl
  233. configure:4487: gcc -o conftest.exe -g -O2 conftest.c -lfl >&5
  234. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lfl
  235. collect2.exe: error: ld returned 1 exit status
  236. configure:4490: $? = 1
  237. configure: failed program was:
  238. | #line 4463 "configure"
  239. | /* confdefs.h. */
  240. |
  241. | #define PACKAGE_NAME ""
  242. | #define PACKAGE_TARNAME ""
  243. | #define PACKAGE_VERSION ""
  244. | #define PACKAGE_STRING ""
  245. | #define PACKAGE_BUGREPORT ""
  246. | #define PACKAGE "vice"
  247. | #define VERSION "1.12"
  248. | #define ENABLE_TEXTFIELD 1
  249. | #define HAS_JOYSTICK 1
  250. | #define HAVE_MOUSE 1
  251. | #define HAVE_TFE 1
  252. | #define HAS_LONGLONG_INTEGER 1
  253. | #define HAS_UNLOCKRESOURCE 1
  254. | /* end confdefs.h. */
  255. |
  256. | /* Override any gcc2 internal prototype to avoid an error. */
  257. | #ifdef __cplusplus
  258. | extern "C"
  259. | #endif
  260. | /* We use char because int might match the return type of a gcc2
  261. | builtin and then its argument prototype would still apply. */
  262. | char yywrap ();
  263. | int
  264. | main ()
  265. | {
  266. | yywrap ();
  267. | ;
  268. | return 0;
  269. | }
  270. configure:4508: result: no
  271. configure:4513: checking for yywrap in -ll
  272. configure:4544: gcc -o conftest.exe -g -O2 conftest.c -ll >&5
  273. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -ll
  274. collect2.exe: error: ld returned 1 exit status
  275. configure:4547: $? = 1
  276. configure: failed program was:
  277. | #line 4520 "configure"
  278. | /* confdefs.h. */
  279. |
  280. | #define PACKAGE_NAME ""
  281. | #define PACKAGE_TARNAME ""
  282. | #define PACKAGE_VERSION ""
  283. | #define PACKAGE_STRING ""
  284. | #define PACKAGE_BUGREPORT ""
  285. | #define PACKAGE "vice"
  286. | #define VERSION "1.12"
  287. | #define ENABLE_TEXTFIELD 1
  288. | #define HAS_JOYSTICK 1
  289. | #define HAVE_MOUSE 1
  290. | #define HAVE_TFE 1
  291. | #define HAS_LONGLONG_INTEGER 1
  292. | #define HAS_UNLOCKRESOURCE 1
  293. | /* end confdefs.h. */
  294. |
  295. | /* Override any gcc2 internal prototype to avoid an error. */
  296. | #ifdef __cplusplus
  297. | extern "C"
  298. | #endif
  299. | /* We use char because int might match the return type of a gcc2
  300. | builtin and then its argument prototype would still apply. */
  301. | char yywrap ();
  302. | int
  303. | main ()
  304. | {
  305. | yywrap ();
  306. | ;
  307. | return 0;
  308. | }
  309. configure:4565: result: no
  310. configure:4674: checking for egrep
  311. configure:4684: result: grep -E
  312. configure:4689: checking for ANSI C header files
  313. configure:4715: gcc -c -g -O2 conftest.c >&5
  314. configure:4718: $? = 0
  315. configure:4721: test -s conftest.o
  316. configure:4724: $? = 0
  317. configure:4816: gcc -o conftest.exe -g -O2 conftest.c >&5
  318. configure: In function 'main':
  319. configure:4817:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
  320. (eval $ac_link) 2>&5
  321. ^
  322. configure:4819: $? = 0
  323. configure:4821: ./conftest.exe
  324. configure:4824: $? = 0
  325. configure:4839: result: yes
  326. configure:4863: checking for sys/types.h
  327. configure:4880: gcc -c -g -O2 conftest.c >&5
  328. configure:4883: $? = 0
  329. configure:4886: test -s conftest.o
  330. configure:4889: $? = 0
  331. configure:4900: result: yes
  332. configure:4863: checking for sys/stat.h
  333. configure:4880: gcc -c -g -O2 conftest.c >&5
  334. configure:4883: $? = 0
  335. configure:4886: test -s conftest.o
  336. configure:4889: $? = 0
  337. configure:4900: result: yes
  338. configure:4863: checking for stdlib.h
  339. configure:4880: gcc -c -g -O2 conftest.c >&5
  340. configure:4883: $? = 0
  341. configure:4886: test -s conftest.o
  342. configure:4889: $? = 0
  343. configure:4900: result: yes
  344. configure:4863: checking for string.h
  345. configure:4880: gcc -c -g -O2 conftest.c >&5
  346. configure:4883: $? = 0
  347. configure:4886: test -s conftest.o
  348. configure:4889: $? = 0
  349. configure:4900: result: yes
  350. configure:4863: checking for memory.h
  351. configure:4880: gcc -c -g -O2 conftest.c >&5
  352. configure:4883: $? = 0
  353. configure:4886: test -s conftest.o
  354. configure:4889: $? = 0
  355. configure:4900: result: yes
  356. configure:4863: checking for strings.h
  357. configure:4880: gcc -c -g -O2 conftest.c >&5
  358. configure:4883: $? = 0
  359. configure:4886: test -s conftest.o
  360. configure:4889: $? = 0
  361. configure:4900: result: yes
  362. configure:4863: checking for inttypes.h
  363. configure:4880: gcc -c -g -O2 conftest.c >&5
  364. configure:4883: $? = 0
  365. configure:4886: test -s conftest.o
  366. configure:4889: $? = 0
  367. configure:4900: result: yes
  368. configure:4863: checking for stdint.h
  369. configure:4880: gcc -c -g -O2 conftest.c >&5
  370. configure:4883: $? = 0
  371. configure:4886: test -s conftest.o
  372. configure:4889: $? = 0
  373. configure:4900: result: yes
  374. configure:4863: checking for unistd.h
  375. configure:4880: gcc -c -g -O2 conftest.c >&5
  376. configure:4883: $? = 0
  377. configure:4886: test -s conftest.o
  378. configure:4889: $? = 0
  379. configure:4900: result: yes
  380. configure:4922: checking libintl.h usability
  381. configure:4935: gcc -c -g -O2 conftest.c >&5
  382. configure:4984:21: fatal error: libintl.h: No such file or directory
  383. fi
  384. ^
  385. compilation terminated.
  386. configure:4938: $? = 1
  387. configure: failed program was:
  388. | #line 4924 "configure"
  389. | /* confdefs.h. */
  390. |
  391. | #define PACKAGE_NAME ""
  392. | #define PACKAGE_TARNAME ""
  393. | #define PACKAGE_VERSION ""
  394. | #define PACKAGE_STRING ""
  395. | #define PACKAGE_BUGREPORT ""
  396. | #define PACKAGE "vice"
  397. | #define VERSION "1.12"
  398. | #define ENABLE_TEXTFIELD 1
  399. | #define HAS_JOYSTICK 1
  400. | #define HAVE_MOUSE 1
  401. | #define HAVE_TFE 1
  402. | #define HAS_LONGLONG_INTEGER 1
  403. | #define HAS_UNLOCKRESOURCE 1
  404. | #define STDC_HEADERS 1
  405. | #define HAVE_SYS_TYPES_H 1
  406. | #define HAVE_SYS_STAT_H 1
  407. | #define HAVE_STDLIB_H 1
  408. | #define HAVE_STRING_H 1
  409. | #define HAVE_MEMORY_H 1
  410. | #define HAVE_STRINGS_H 1
  411. | #define HAVE_INTTYPES_H 1
  412. | #define HAVE_STDINT_H 1
  413. | #define HAVE_UNISTD_H 1
  414. | /* end confdefs.h. */
  415. | #include <stdio.h>
  416. | #if HAVE_SYS_TYPES_H
  417. | # include <sys/types.h>
  418. | #endif
  419. | #if HAVE_SYS_STAT_H
  420. | # include <sys/stat.h>
  421. | #endif
  422. | #if STDC_HEADERS
  423. | # include <stdlib.h>
  424. | # include <stddef.h>
  425. | #else
  426. | # if HAVE_STDLIB_H
  427. | # include <stdlib.h>
  428. | # endif
  429. | #endif
  430. | #if HAVE_STRING_H
  431. | # if !STDC_HEADERS && HAVE_MEMORY_H
  432. | # include <memory.h>
  433. | # endif
  434. | # include <string.h>
  435. | #endif
  436. | #if HAVE_STRINGS_H
  437. | # include <strings.h>
  438. | #endif
  439. | #if HAVE_INTTYPES_H
  440. | # include <inttypes.h>
  441. | #else
  442. | # if HAVE_STDINT_H
  443. | # include <stdint.h>
  444. | # endif
  445. | #endif
  446. | #if HAVE_UNISTD_H
  447. | # include <unistd.h>
  448. | #endif
  449. | #include <libintl.h>
  450. configure:4954: result: no
  451. configure:4958: checking libintl.h presence
  452. configure:4969: gcc -E conftest.c
  453. configure:4986:21: fatal error: libintl.h: No such file or directory
  454. ac_header_preproc=yes
  455. ^
  456. compilation terminated.
  457. configure:4975: $? = 1
  458. configure: failed program was:
  459. | #line 4960 "configure"
  460. | /* confdefs.h. */
  461. |
  462. | #define PACKAGE_NAME ""
  463. | #define PACKAGE_TARNAME ""
  464. | #define PACKAGE_VERSION ""
  465. | #define PACKAGE_STRING ""
  466. | #define PACKAGE_BUGREPORT ""
  467. | #define PACKAGE "vice"
  468. | #define VERSION "1.12"
  469. | #define ENABLE_TEXTFIELD 1
  470. | #define HAS_JOYSTICK 1
  471. | #define HAVE_MOUSE 1
  472. | #define HAVE_TFE 1
  473. | #define HAS_LONGLONG_INTEGER 1
  474. | #define HAS_UNLOCKRESOURCE 1
  475. | #define STDC_HEADERS 1
  476. | #define HAVE_SYS_TYPES_H 1
  477. | #define HAVE_SYS_STAT_H 1
  478. | #define HAVE_STDLIB_H 1
  479. | #define HAVE_STRING_H 1
  480. | #define HAVE_MEMORY_H 1
  481. | #define HAVE_STRINGS_H 1
  482. | #define HAVE_INTTYPES_H 1
  483. | #define HAVE_STDINT_H 1
  484. | #define HAVE_UNISTD_H 1
  485. | /* end confdefs.h. */
  486. | #include <libintl.h>
  487. configure:4994: result: no
  488. configure:5030: checking for libintl.h
  489. configure:5037: result: no
  490. configure:5359: result: found xgettext program is not GNU xgettext; ignore it
  491. configure:5416: checking for perl
  492. configure:5449: result: no
  493. configure:5563: checking for c++
  494. configure:5592: result: no
  495. configure:5563: checking for g++
  496. configure:5592: result: no
  497. configure:5563: checking for gcc
  498. configure:5579: found /mingw/bin/gcc
  499. configure:5589: result: gcc
  500. configure:5678: checking for g++
  501. configure:5707: result: no
  502. configure:5678: checking for c++
  503. configure:5707: result: no
  504. configure:5678: checking for gpp
  505. configure:5707: result: no
  506. configure:5678: checking for aCC
  507. configure:5707: result: no
  508. configure:5678: checking for CC
  509. configure:5694: found /mingw/bin/CC
  510. configure:5704: result: CC
  511. configure:5720: checking for C++ compiler version
  512. configure:5723: CC --version </dev/null >&5
  513. cc.exe (GCC) 4.8.1
  514. Copyright (C) 2013 Free Software Foundation, Inc.
  515. This is free software; see the source for copying conditions. There is NO
  516. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  517.  
  518. configure:5726: $? = 0
  519. configure:5728: CC -v </dev/null >&5
  520. Using built-in specs.
  521. COLLECT_GCC=C:\MinGW\bin\cc.exe
  522. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
  523. Target: mingw32
  524. Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
  525. Thread model: win32
  526. gcc version 4.8.1 (GCC)
  527. configure:5731: $? = 0
  528. configure:5733: CC -V </dev/null >&5
  529. cc.exe: error: unrecognized command line option '-V'
  530. cc.exe: fatal error: no input files
  531. compilation terminated.
  532. configure:5736: $? = 1
  533. configure:5739: checking whether we are using the GNU C++ compiler
  534. configure:5764: CC -c conftest.cc >&5
  535. configure:5767: $? = 0
  536. configure:5770: test -s conftest.o
  537. configure:5773: $? = 0
  538. configure:5786: result: yes
  539. configure:5792: checking whether CC accepts -g
  540. configure:5814: CC -c -g conftest.cc >&5
  541. configure:5817: $? = 0
  542. configure:5820: test -s conftest.o
  543. configure:5823: $? = 0
  544. configure:5834: result: yes
  545. configure:5878: CC -c -g -O2 conftest.cc >&5
  546. configure:5881: $? = 0
  547. configure:5884: test -s conftest.o
  548. configure:5887: $? = 0
  549. configure:5914: CC -c -g -O2 conftest.cc >&5
  550. configure: In function 'int main()':
  551. configure:5927:9: error: 'exit' was not declared in this scope
  552. echo "$as_me: failed program was:" >&5
  553. ^
  554. configure:5917: $? = 1
  555. configure: failed program was:
  556. | #line 5897 "configure"
  557. | /* confdefs.h. */
  558. |
  559. | #define PACKAGE_NAME ""
  560. | #define PACKAGE_TARNAME ""
  561. | #define PACKAGE_VERSION ""
  562. | #define PACKAGE_STRING ""
  563. | #define PACKAGE_BUGREPORT ""
  564. | #define PACKAGE "vice"
  565. | #define VERSION "1.12"
  566. | #define ENABLE_TEXTFIELD 1
  567. | #define HAS_JOYSTICK 1
  568. | #define HAVE_MOUSE 1
  569. | #define HAVE_TFE 1
  570. | #define HAS_LONGLONG_INTEGER 1
  571. | #define HAS_UNLOCKRESOURCE 1
  572. | #define STDC_HEADERS 1
  573. | #define HAVE_SYS_TYPES_H 1
  574. | #define HAVE_SYS_STAT_H 1
  575. | #define HAVE_STDLIB_H 1
  576. | #define HAVE_STRING_H 1
  577. | #define HAVE_MEMORY_H 1
  578. | #define HAVE_STRINGS_H 1
  579. | #define HAVE_INTTYPES_H 1
  580. | #define HAVE_STDINT_H 1
  581. | #define HAVE_UNISTD_H 1
  582. | /* end confdefs.h. */
  583. |
  584. | int
  585. | main ()
  586. | {
  587. | exit (42);
  588. | ;
  589. | return 0;
  590. | }
  591. configure:5878: CC -c -g -O2 conftest.cc >&5
  592. configure:5881: $? = 0
  593. configure:5884: test -s conftest.o
  594. configure:5887: $? = 0
  595. configure:5914: CC -c -g -O2 conftest.cc >&5
  596. configure:5917: $? = 0
  597. configure:5920: test -s conftest.o
  598. configure:5923: $? = 0
  599. configure:5948: checking dependency style of CC
  600. configure:6010: result: gcc3
  601. configure:6031: checking whether the C++ compiler (CC -g -O2 -fno-exceptions ) works
  602. configure:6051: CC -c -g -O2 -fno-exceptions conftest.cc >&5
  603. configure:6054: $? = 0
  604. configure:6057: test -s conftest.o
  605. configure:6060: $? = 0
  606. configure:6062: result: yes
  607. configure:6084: checking how to run the C++ preprocessor
  608. configure:6116: CC -E conftest.cc
  609. configure:6122: $? = 0
  610. configure:6154: CC -E conftest.cc
  611. configure:6174:28: fatal error: ac_nonexistent.h: No such file or directory
  612. echo "$as_me: failed program was:" >&5
  613. ^
  614. compilation terminated.
  615. configure:6160: $? = 1
  616. configure: failed program was:
  617. | #line 6145 "configure"
  618. | /* confdefs.h. */
  619. |
  620. | #define PACKAGE_NAME ""
  621. | #define PACKAGE_TARNAME ""
  622. | #define PACKAGE_VERSION ""
  623. | #define PACKAGE_STRING ""
  624. | #define PACKAGE_BUGREPORT ""
  625. | #define PACKAGE "vice"
  626. | #define VERSION "1.12"
  627. | #define ENABLE_TEXTFIELD 1
  628. | #define HAS_JOYSTICK 1
  629. | #define HAVE_MOUSE 1
  630. | #define HAVE_TFE 1
  631. | #define HAS_LONGLONG_INTEGER 1
  632. | #define HAS_UNLOCKRESOURCE 1
  633. | #define STDC_HEADERS 1
  634. | #define HAVE_SYS_TYPES_H 1
  635. | #define HAVE_SYS_STAT_H 1
  636. | #define HAVE_STDLIB_H 1
  637. | #define HAVE_STRING_H 1
  638. | #define HAVE_MEMORY_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_STDINT_H 1
  642. | #define HAVE_UNISTD_H 1
  643. | #ifdef __cplusplus
  644. | #include <stdlib.h>
  645. | #endif
  646. | /* end confdefs.h. */
  647. | #include <ac_nonexistent.h>
  648. configure:6198: result: CC -E
  649. configure:6223: CC -E conftest.cc
  650. configure:6229: $? = 0
  651. configure:6261: CC -E conftest.cc
  652. configure:6281:28: fatal error: ac_nonexistent.h: No such file or directory
  653. echo "$as_me: failed program was:" >&5
  654. ^
  655. compilation terminated.
  656. configure:6267: $? = 1
  657. configure: failed program was:
  658. | #line 6252 "configure"
  659. | /* confdefs.h. */
  660. |
  661. | #define PACKAGE_NAME ""
  662. | #define PACKAGE_TARNAME ""
  663. | #define PACKAGE_VERSION ""
  664. | #define PACKAGE_STRING ""
  665. | #define PACKAGE_BUGREPORT ""
  666. | #define PACKAGE "vice"
  667. | #define VERSION "1.12"
  668. | #define ENABLE_TEXTFIELD 1
  669. | #define HAS_JOYSTICK 1
  670. | #define HAVE_MOUSE 1
  671. | #define HAVE_TFE 1
  672. | #define HAS_LONGLONG_INTEGER 1
  673. | #define HAS_UNLOCKRESOURCE 1
  674. | #define STDC_HEADERS 1
  675. | #define HAVE_SYS_TYPES_H 1
  676. | #define HAVE_SYS_STAT_H 1
  677. | #define HAVE_STDLIB_H 1
  678. | #define HAVE_STRING_H 1
  679. | #define HAVE_MEMORY_H 1
  680. | #define HAVE_STRINGS_H 1
  681. | #define HAVE_INTTYPES_H 1
  682. | #define HAVE_STDINT_H 1
  683. | #define HAVE_UNISTD_H 1
  684. | #ifdef __cplusplus
  685. | #include <stdlib.h>
  686. | #endif
  687. | /* end confdefs.h. */
  688. | #include <ac_nonexistent.h>
  689. configure:6576: checking for off_t
  690. configure:6601: gcc -c -g -O2 conftest.c >&5
  691. configure:6604: $? = 0
  692. configure:6607: test -s conftest.o
  693. configure:6610: $? = 0
  694. configure:6621: result: yes
  695. configure:6633: checking for pid_t
  696. configure:6658: gcc -c -g -O2 conftest.c >&5
  697. configure:6661: $? = 0
  698. configure:6664: test -s conftest.o
  699. configure:6667: $? = 0
  700. configure:6678: result: yes
  701. configure:6690: checking for size_t
  702. configure:6715: gcc -c -g -O2 conftest.c >&5
  703. configure:6718: $? = 0
  704. configure:6721: test -s conftest.o
  705. configure:6724: $? = 0
  706. configure:6735: result: yes
  707. configure:6749: checking for inline
  708. configure:6771: gcc -c -g -O2 conftest.c >&5
  709. configure:6774: $? = 0
  710. configure:6777: test -s conftest.o
  711. configure:6780: $? = 0
  712. configure:6792: result: inline
  713. configure:6813: checking whether byte ordering is bigendian
  714. configure:6841: gcc -c -g -O2 conftest.c >&5
  715. configure:6844: $? = 0
  716. configure:6847: test -s conftest.o
  717. configure:6850: $? = 0
  718. configure:6875: gcc -c -g -O2 conftest.c >&5
  719. configure: In function 'main':
  720. configure:6890:2: error: unknown type name 'not'
  721.  
  722. ^
  723. configure:6890:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  724.  
  725. ^
  726. configure:6878: $? = 1
  727. configure: failed program was:
  728. | #line 6853 "configure"
  729. | /* confdefs.h. */
  730. |
  731. | #define PACKAGE_NAME ""
  732. | #define PACKAGE_TARNAME ""
  733. | #define PACKAGE_VERSION ""
  734. | #define PACKAGE_STRING ""
  735. | #define PACKAGE_BUGREPORT ""
  736. | #define PACKAGE "vice"
  737. | #define VERSION "1.12"
  738. | #define ENABLE_TEXTFIELD 1
  739. | #define HAS_JOYSTICK 1
  740. | #define HAVE_MOUSE 1
  741. | #define HAVE_TFE 1
  742. | #define HAS_LONGLONG_INTEGER 1
  743. | #define HAS_UNLOCKRESOURCE 1
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_TYPES_H 1
  746. | #define HAVE_SYS_STAT_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_MEMORY_H 1
  750. | #define HAVE_STRINGS_H 1
  751. | #define HAVE_INTTYPES_H 1
  752. | #define HAVE_STDINT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #ifdef __cplusplus
  755. | #include <stdlib.h>
  756. | #endif
  757. | #define HAVE_RESID 1
  758. | /* end confdefs.h. */
  759. | #include <sys/types.h>
  760. | #include <sys/param.h>
  761. |
  762. | int
  763. | main ()
  764. | {
  765. | #if BYTE_ORDER != BIG_ENDIAN
  766. | not big endian
  767. | #endif
  768. |
  769. | ;
  770. | return 0;
  771. | }
  772. configure:6998: result: no
  773. configure:7023: checking for unsigned short
  774. configure:7048: gcc -c -g -O2 conftest.c >&5
  775. configure:7051: $? = 0
  776. configure:7054: test -s conftest.o
  777. configure:7057: $? = 0
  778. configure:7068: result: yes
  779. configure:7071: checking size of unsigned short
  780. configure:7346: gcc -o conftest.exe -g -O2 conftest.c >&5
  781. configure:7349: $? = 0
  782. configure:7351: ./conftest.exe
  783. configure:7354: $? = 0
  784. configure:7377: result: 2
  785. configure:7384: checking for unsigned int
  786. configure:7409: gcc -c -g -O2 conftest.c >&5
  787. configure:7412: $? = 0
  788. configure:7415: test -s conftest.o
  789. configure:7418: $? = 0
  790. configure:7429: result: yes
  791. configure:7432: checking size of unsigned int
  792. configure:7707: gcc -o conftest.exe -g -O2 conftest.c >&5
  793. configure:7710: $? = 0
  794. configure:7712: ./conftest.exe
  795. configure:7715: $? = 0
  796. configure:7738: result: 4
  797. configure:7745: checking for unsigned long
  798. configure:7770: gcc -c -g -O2 conftest.c >&5
  799. configure:7773: $? = 0
  800. configure:7776: test -s conftest.o
  801. configure:7779: $? = 0
  802. configure:7790: result: yes
  803. configure:7793: checking size of unsigned long
  804. configure:8068: gcc -o conftest.exe -g -O2 conftest.c >&5
  805. configure:8071: $? = 0
  806. configure:8073: ./conftest.exe
  807. configure:8076: $? = 0
  808. configure:8099: result: 4
  809. configure:8109: checking whether gcc needs -traditional
  810. configure:8148:19: fatal error: sgtty.h: No such file or directory
  811. fi
  812. ^
  813. compilation terminated.
  814. configure:8168:20: fatal error: termio.h: No such file or directory
  815. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
  816. ^
  817. compilation terminated.
  818. configure:8153: result: no
  819. configure:8170: checking for dirent.h that defines DIR
  820. configure:8195: gcc -c -g -O2 conftest.c >&5
  821. configure:8198: $? = 0
  822. configure:8201: test -s conftest.o
  823. configure:8204: $? = 0
  824. configure:8215: result: yes
  825. configure:8228: checking for library containing opendir
  826. configure:8259: gcc -o conftest.exe -g -O2 conftest.c >&5
  827. configure:8262: $? = 0
  828. configure:8265: test -s conftest.exe
  829. configure:8268: $? = 0
  830. configure:8327: result: none required
  831. configure:8478: checking fcntl.h usability
  832. configure:8491: gcc -c -g -O2 conftest.c >&5
  833. configure:8494: $? = 0
  834. configure:8497: test -s conftest.o
  835. configure:8500: $? = 0
  836. configure:8510: result: yes
  837. configure:8514: checking fcntl.h presence
  838. configure:8525: gcc -E conftest.c
  839. configure:8531: $? = 0
  840. configure:8550: result: yes
  841. configure:8586: checking for fcntl.h
  842. configure:8593: result: yes
  843. configure:8478: checking limits.h usability
  844. configure:8491: gcc -c -g -O2 conftest.c >&5
  845. configure:8494: $? = 0
  846. configure:8497: test -s conftest.o
  847. configure:8500: $? = 0
  848. configure:8510: result: yes
  849. configure:8514: checking limits.h presence
  850. configure:8525: gcc -E conftest.c
  851. configure:8531: $? = 0
  852. configure:8550: result: yes
  853. configure:8586: checking for limits.h
  854. configure:8593: result: yes
  855. configure:8469: checking for strings.h
  856. configure:8474: result: yes
  857. configure:8478: checking sgtty.h usability
  858. configure:8491: gcc -c -g -O2 conftest.c >&5
  859. configure:8551:19: fatal error: sgtty.h: No such file or directory
  860. echo "${ECHO_T}$ac_header_preproc" >&6
  861. ^
  862. compilation terminated.
  863. configure:8494: $? = 1
  864. configure: failed program was:
  865. | #line 8480 "configure"
  866. | /* confdefs.h. */
  867. |
  868. | #define PACKAGE_NAME ""
  869. | #define PACKAGE_TARNAME ""
  870. | #define PACKAGE_VERSION ""
  871. | #define PACKAGE_STRING ""
  872. | #define PACKAGE_BUGREPORT ""
  873. | #define PACKAGE "vice"
  874. | #define VERSION "1.12"
  875. | #define ENABLE_TEXTFIELD 1
  876. | #define HAS_JOYSTICK 1
  877. | #define HAVE_MOUSE 1
  878. | #define HAVE_TFE 1
  879. | #define HAS_LONGLONG_INTEGER 1
  880. | #define HAS_UNLOCKRESOURCE 1
  881. | #define STDC_HEADERS 1
  882. | #define HAVE_SYS_TYPES_H 1
  883. | #define HAVE_SYS_STAT_H 1
  884. | #define HAVE_STDLIB_H 1
  885. | #define HAVE_STRING_H 1
  886. | #define HAVE_MEMORY_H 1
  887. | #define HAVE_STRINGS_H 1
  888. | #define HAVE_INTTYPES_H 1
  889. | #define HAVE_STDINT_H 1
  890. | #define HAVE_UNISTD_H 1
  891. | #ifdef __cplusplus
  892. | #include <stdlib.h>
  893. | #endif
  894. | #define HAVE_RESID 1
  895. | #define SIZEOF_UNSIGNED_SHORT 2
  896. | #define SIZEOF_UNSIGNED_INT 4
  897. | #define SIZEOF_UNSIGNED_LONG 4
  898. | #define HAVE_DIRENT_H 1
  899. | #define HAVE_FCNTL_H 1
  900. | #define HAVE_LIMITS_H 1
  901. | #define HAVE_STRINGS_H 1
  902. | /* end confdefs.h. */
  903. | #include <stdio.h>
  904. | #if HAVE_SYS_TYPES_H
  905. | # include <sys/types.h>
  906. | #endif
  907. | #if HAVE_SYS_STAT_H
  908. | # include <sys/stat.h>
  909. | #endif
  910. | #if STDC_HEADERS
  911. | # include <stdlib.h>
  912. | # include <stddef.h>
  913. | #else
  914. | # if HAVE_STDLIB_H
  915. | # include <stdlib.h>
  916. | # endif
  917. | #endif
  918. | #if HAVE_STRING_H
  919. | # if !STDC_HEADERS && HAVE_MEMORY_H
  920. | # include <memory.h>
  921. | # endif
  922. | # include <string.h>
  923. | #endif
  924. | #if HAVE_STRINGS_H
  925. | # include <strings.h>
  926. | #endif
  927. | #if HAVE_INTTYPES_H
  928. | # include <inttypes.h>
  929. | #else
  930. | # if HAVE_STDINT_H
  931. | # include <stdint.h>
  932. | # endif
  933. | #endif
  934. | #if HAVE_UNISTD_H
  935. | # include <unistd.h>
  936. | #endif
  937. | #include <sgtty.h>
  938. configure:8510: result: no
  939. configure:8514: checking sgtty.h presence
  940. configure:8525: gcc -E conftest.c
  941. configure:8553:19: fatal error: sgtty.h: No such file or directory
  942. # So? What about this header?
  943. ^
  944. compilation terminated.
  945. configure:8531: $? = 1
  946. configure: failed program was:
  947. | #line 8516 "configure"
  948. | /* confdefs.h. */
  949. |
  950. | #define PACKAGE_NAME ""
  951. | #define PACKAGE_TARNAME ""
  952. | #define PACKAGE_VERSION ""
  953. | #define PACKAGE_STRING ""
  954. | #define PACKAGE_BUGREPORT ""
  955. | #define PACKAGE "vice"
  956. | #define VERSION "1.12"
  957. | #define ENABLE_TEXTFIELD 1
  958. | #define HAS_JOYSTICK 1
  959. | #define HAVE_MOUSE 1
  960. | #define HAVE_TFE 1
  961. | #define HAS_LONGLONG_INTEGER 1
  962. | #define HAS_UNLOCKRESOURCE 1
  963. | #define STDC_HEADERS 1
  964. | #define HAVE_SYS_TYPES_H 1
  965. | #define HAVE_SYS_STAT_H 1
  966. | #define HAVE_STDLIB_H 1
  967. | #define HAVE_STRING_H 1
  968. | #define HAVE_MEMORY_H 1
  969. | #define HAVE_STRINGS_H 1
  970. | #define HAVE_INTTYPES_H 1
  971. | #define HAVE_STDINT_H 1
  972. | #define HAVE_UNISTD_H 1
  973. | #ifdef __cplusplus
  974. | #include <stdlib.h>
  975. | #endif
  976. | #define HAVE_RESID 1
  977. | #define SIZEOF_UNSIGNED_SHORT 2
  978. | #define SIZEOF_UNSIGNED_INT 4
  979. | #define SIZEOF_UNSIGNED_LONG 4
  980. | #define HAVE_DIRENT_H 1
  981. | #define HAVE_FCNTL_H 1
  982. | #define HAVE_LIMITS_H 1
  983. | #define HAVE_STRINGS_H 1
  984. | /* end confdefs.h. */
  985. | #include <sgtty.h>
  986. configure:8550: result: no
  987. configure:8586: checking for sgtty.h
  988. configure:8593: result: no
  989. configure:8478: checking regex.h usability
  990. configure:8491: gcc -c -g -O2 conftest.c >&5
  991. configure:8551:19: fatal error: regex.h: No such file or directory
  992. echo "${ECHO_T}$ac_header_preproc" >&6
  993. ^
  994. compilation terminated.
  995. configure:8494: $? = 1
  996. configure: failed program was:
  997. | #line 8480 "configure"
  998. | /* confdefs.h. */
  999. |
  1000. | #define PACKAGE_NAME ""
  1001. | #define PACKAGE_TARNAME ""
  1002. | #define PACKAGE_VERSION ""
  1003. | #define PACKAGE_STRING ""
  1004. | #define PACKAGE_BUGREPORT ""
  1005. | #define PACKAGE "vice"
  1006. | #define VERSION "1.12"
  1007. | #define ENABLE_TEXTFIELD 1
  1008. | #define HAS_JOYSTICK 1
  1009. | #define HAVE_MOUSE 1
  1010. | #define HAVE_TFE 1
  1011. | #define HAS_LONGLONG_INTEGER 1
  1012. | #define HAS_UNLOCKRESOURCE 1
  1013. | #define STDC_HEADERS 1
  1014. | #define HAVE_SYS_TYPES_H 1
  1015. | #define HAVE_SYS_STAT_H 1
  1016. | #define HAVE_STDLIB_H 1
  1017. | #define HAVE_STRING_H 1
  1018. | #define HAVE_MEMORY_H 1
  1019. | #define HAVE_STRINGS_H 1
  1020. | #define HAVE_INTTYPES_H 1
  1021. | #define HAVE_STDINT_H 1
  1022. | #define HAVE_UNISTD_H 1
  1023. | #ifdef __cplusplus
  1024. | #include <stdlib.h>
  1025. | #endif
  1026. | #define HAVE_RESID 1
  1027. | #define SIZEOF_UNSIGNED_SHORT 2
  1028. | #define SIZEOF_UNSIGNED_INT 4
  1029. | #define SIZEOF_UNSIGNED_LONG 4
  1030. | #define HAVE_DIRENT_H 1
  1031. | #define HAVE_FCNTL_H 1
  1032. | #define HAVE_LIMITS_H 1
  1033. | #define HAVE_STRINGS_H 1
  1034. | /* end confdefs.h. */
  1035. | #include <stdio.h>
  1036. | #if HAVE_SYS_TYPES_H
  1037. | # include <sys/types.h>
  1038. | #endif
  1039. | #if HAVE_SYS_STAT_H
  1040. | # include <sys/stat.h>
  1041. | #endif
  1042. | #if STDC_HEADERS
  1043. | # include <stdlib.h>
  1044. | # include <stddef.h>
  1045. | #else
  1046. | # if HAVE_STDLIB_H
  1047. | # include <stdlib.h>
  1048. | # endif
  1049. | #endif
  1050. | #if HAVE_STRING_H
  1051. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1052. | # include <memory.h>
  1053. | # endif
  1054. | # include <string.h>
  1055. | #endif
  1056. | #if HAVE_STRINGS_H
  1057. | # include <strings.h>
  1058. | #endif
  1059. | #if HAVE_INTTYPES_H
  1060. | # include <inttypes.h>
  1061. | #else
  1062. | # if HAVE_STDINT_H
  1063. | # include <stdint.h>
  1064. | # endif
  1065. | #endif
  1066. | #if HAVE_UNISTD_H
  1067. | # include <unistd.h>
  1068. | #endif
  1069. | #include <regex.h>
  1070. configure:8510: result: no
  1071. configure:8514: checking regex.h presence
  1072. configure:8525: gcc -E conftest.c
  1073. configure:8553:19: fatal error: regex.h: No such file or directory
  1074. # So? What about this header?
  1075. ^
  1076. compilation terminated.
  1077. configure:8531: $? = 1
  1078. configure: failed program was:
  1079. | #line 8516 "configure"
  1080. | /* confdefs.h. */
  1081. |
  1082. | #define PACKAGE_NAME ""
  1083. | #define PACKAGE_TARNAME ""
  1084. | #define PACKAGE_VERSION ""
  1085. | #define PACKAGE_STRING ""
  1086. | #define PACKAGE_BUGREPORT ""
  1087. | #define PACKAGE "vice"
  1088. | #define VERSION "1.12"
  1089. | #define ENABLE_TEXTFIELD 1
  1090. | #define HAS_JOYSTICK 1
  1091. | #define HAVE_MOUSE 1
  1092. | #define HAVE_TFE 1
  1093. | #define HAS_LONGLONG_INTEGER 1
  1094. | #define HAS_UNLOCKRESOURCE 1
  1095. | #define STDC_HEADERS 1
  1096. | #define HAVE_SYS_TYPES_H 1
  1097. | #define HAVE_SYS_STAT_H 1
  1098. | #define HAVE_STDLIB_H 1
  1099. | #define HAVE_STRING_H 1
  1100. | #define HAVE_MEMORY_H 1
  1101. | #define HAVE_STRINGS_H 1
  1102. | #define HAVE_INTTYPES_H 1
  1103. | #define HAVE_STDINT_H 1
  1104. | #define HAVE_UNISTD_H 1
  1105. | #ifdef __cplusplus
  1106. | #include <stdlib.h>
  1107. | #endif
  1108. | #define HAVE_RESID 1
  1109. | #define SIZEOF_UNSIGNED_SHORT 2
  1110. | #define SIZEOF_UNSIGNED_INT 4
  1111. | #define SIZEOF_UNSIGNED_LONG 4
  1112. | #define HAVE_DIRENT_H 1
  1113. | #define HAVE_FCNTL_H 1
  1114. | #define HAVE_LIMITS_H 1
  1115. | #define HAVE_STRINGS_H 1
  1116. | /* end confdefs.h. */
  1117. | #include <regex.h>
  1118. configure:8550: result: no
  1119. configure:8586: checking for regex.h
  1120. configure:8593: result: no
  1121. configure:8478: checking regexp.h usability
  1122. configure:8491: gcc -c -g -O2 conftest.c >&5
  1123. configure:8551:20: fatal error: regexp.h: No such file or directory
  1124. echo "${ECHO_T}$ac_header_preproc" >&6
  1125. ^
  1126. compilation terminated.
  1127. configure:8494: $? = 1
  1128. configure: failed program was:
  1129. | #line 8480 "configure"
  1130. | /* confdefs.h. */
  1131. |
  1132. | #define PACKAGE_NAME ""
  1133. | #define PACKAGE_TARNAME ""
  1134. | #define PACKAGE_VERSION ""
  1135. | #define PACKAGE_STRING ""
  1136. | #define PACKAGE_BUGREPORT ""
  1137. | #define PACKAGE "vice"
  1138. | #define VERSION "1.12"
  1139. | #define ENABLE_TEXTFIELD 1
  1140. | #define HAS_JOYSTICK 1
  1141. | #define HAVE_MOUSE 1
  1142. | #define HAVE_TFE 1
  1143. | #define HAS_LONGLONG_INTEGER 1
  1144. | #define HAS_UNLOCKRESOURCE 1
  1145. | #define STDC_HEADERS 1
  1146. | #define HAVE_SYS_TYPES_H 1
  1147. | #define HAVE_SYS_STAT_H 1
  1148. | #define HAVE_STDLIB_H 1
  1149. | #define HAVE_STRING_H 1
  1150. | #define HAVE_MEMORY_H 1
  1151. | #define HAVE_STRINGS_H 1
  1152. | #define HAVE_INTTYPES_H 1
  1153. | #define HAVE_STDINT_H 1
  1154. | #define HAVE_UNISTD_H 1
  1155. | #ifdef __cplusplus
  1156. | #include <stdlib.h>
  1157. | #endif
  1158. | #define HAVE_RESID 1
  1159. | #define SIZEOF_UNSIGNED_SHORT 2
  1160. | #define SIZEOF_UNSIGNED_INT 4
  1161. | #define SIZEOF_UNSIGNED_LONG 4
  1162. | #define HAVE_DIRENT_H 1
  1163. | #define HAVE_FCNTL_H 1
  1164. | #define HAVE_LIMITS_H 1
  1165. | #define HAVE_STRINGS_H 1
  1166. | /* end confdefs.h. */
  1167. | #include <stdio.h>
  1168. | #if HAVE_SYS_TYPES_H
  1169. | # include <sys/types.h>
  1170. | #endif
  1171. | #if HAVE_SYS_STAT_H
  1172. | # include <sys/stat.h>
  1173. | #endif
  1174. | #if STDC_HEADERS
  1175. | # include <stdlib.h>
  1176. | # include <stddef.h>
  1177. | #else
  1178. | # if HAVE_STDLIB_H
  1179. | # include <stdlib.h>
  1180. | # endif
  1181. | #endif
  1182. | #if HAVE_STRING_H
  1183. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1184. | # include <memory.h>
  1185. | # endif
  1186. | # include <string.h>
  1187. | #endif
  1188. | #if HAVE_STRINGS_H
  1189. | # include <strings.h>
  1190. | #endif
  1191. | #if HAVE_INTTYPES_H
  1192. | # include <inttypes.h>
  1193. | #else
  1194. | # if HAVE_STDINT_H
  1195. | # include <stdint.h>
  1196. | # endif
  1197. | #endif
  1198. | #if HAVE_UNISTD_H
  1199. | # include <unistd.h>
  1200. | #endif
  1201. | #include <regexp.h>
  1202. configure:8510: result: no
  1203. configure:8514: checking regexp.h presence
  1204. configure:8525: gcc -E conftest.c
  1205. configure:8553:20: fatal error: regexp.h: No such file or directory
  1206. # So? What about this header?
  1207. ^
  1208. compilation terminated.
  1209. configure:8531: $? = 1
  1210. configure: failed program was:
  1211. | #line 8516 "configure"
  1212. | /* confdefs.h. */
  1213. |
  1214. | #define PACKAGE_NAME ""
  1215. | #define PACKAGE_TARNAME ""
  1216. | #define PACKAGE_VERSION ""
  1217. | #define PACKAGE_STRING ""
  1218. | #define PACKAGE_BUGREPORT ""
  1219. | #define PACKAGE "vice"
  1220. | #define VERSION "1.12"
  1221. | #define ENABLE_TEXTFIELD 1
  1222. | #define HAS_JOYSTICK 1
  1223. | #define HAVE_MOUSE 1
  1224. | #define HAVE_TFE 1
  1225. | #define HAS_LONGLONG_INTEGER 1
  1226. | #define HAS_UNLOCKRESOURCE 1
  1227. | #define STDC_HEADERS 1
  1228. | #define HAVE_SYS_TYPES_H 1
  1229. | #define HAVE_SYS_STAT_H 1
  1230. | #define HAVE_STDLIB_H 1
  1231. | #define HAVE_STRING_H 1
  1232. | #define HAVE_MEMORY_H 1
  1233. | #define HAVE_STRINGS_H 1
  1234. | #define HAVE_INTTYPES_H 1
  1235. | #define HAVE_STDINT_H 1
  1236. | #define HAVE_UNISTD_H 1
  1237. | #ifdef __cplusplus
  1238. | #include <stdlib.h>
  1239. | #endif
  1240. | #define HAVE_RESID 1
  1241. | #define SIZEOF_UNSIGNED_SHORT 2
  1242. | #define SIZEOF_UNSIGNED_INT 4
  1243. | #define SIZEOF_UNSIGNED_LONG 4
  1244. | #define HAVE_DIRENT_H 1
  1245. | #define HAVE_FCNTL_H 1
  1246. | #define HAVE_LIMITS_H 1
  1247. | #define HAVE_STRINGS_H 1
  1248. | /* end confdefs.h. */
  1249. | #include <regexp.h>
  1250. configure:8550: result: no
  1251. configure:8586: checking for regexp.h
  1252. configure:8593: result: no
  1253. configure:8469: checking for unistd.h
  1254. configure:8474: result: yes
  1255. configure:8478: checking sys/param.h usability
  1256. configure:8491: gcc -c -g -O2 conftest.c >&5
  1257. configure:8494: $? = 0
  1258. configure:8497: test -s conftest.o
  1259. configure:8500: $? = 0
  1260. configure:8510: result: yes
  1261. configure:8514: checking sys/param.h presence
  1262. configure:8525: gcc -E conftest.c
  1263. configure:8531: $? = 0
  1264. configure:8550: result: yes
  1265. configure:8586: checking for sys/param.h
  1266. configure:8593: result: yes
  1267. configure:8469: checking for sys/types.h
  1268. configure:8474: result: yes
  1269. configure:8478: checking sys/ioctl.h usability
  1270. configure:8491: gcc -c -g -O2 conftest.c >&5
  1271. configure:8554:23: fatal error: sys/ioctl.h: No such file or directory
  1272. case $ac_header_compiler:$ac_header_preproc in
  1273. ^
  1274. compilation terminated.
  1275. configure:8494: $? = 1
  1276. configure: failed program was:
  1277. | #line 8480 "configure"
  1278. | /* confdefs.h. */
  1279. |
  1280. | #define PACKAGE_NAME ""
  1281. | #define PACKAGE_TARNAME ""
  1282. | #define PACKAGE_VERSION ""
  1283. | #define PACKAGE_STRING ""
  1284. | #define PACKAGE_BUGREPORT ""
  1285. | #define PACKAGE "vice"
  1286. | #define VERSION "1.12"
  1287. | #define ENABLE_TEXTFIELD 1
  1288. | #define HAS_JOYSTICK 1
  1289. | #define HAVE_MOUSE 1
  1290. | #define HAVE_TFE 1
  1291. | #define HAS_LONGLONG_INTEGER 1
  1292. | #define HAS_UNLOCKRESOURCE 1
  1293. | #define STDC_HEADERS 1
  1294. | #define HAVE_SYS_TYPES_H 1
  1295. | #define HAVE_SYS_STAT_H 1
  1296. | #define HAVE_STDLIB_H 1
  1297. | #define HAVE_STRING_H 1
  1298. | #define HAVE_MEMORY_H 1
  1299. | #define HAVE_STRINGS_H 1
  1300. | #define HAVE_INTTYPES_H 1
  1301. | #define HAVE_STDINT_H 1
  1302. | #define HAVE_UNISTD_H 1
  1303. | #ifdef __cplusplus
  1304. | #include <stdlib.h>
  1305. | #endif
  1306. | #define HAVE_RESID 1
  1307. | #define SIZEOF_UNSIGNED_SHORT 2
  1308. | #define SIZEOF_UNSIGNED_INT 4
  1309. | #define SIZEOF_UNSIGNED_LONG 4
  1310. | #define HAVE_DIRENT_H 1
  1311. | #define HAVE_FCNTL_H 1
  1312. | #define HAVE_LIMITS_H 1
  1313. | #define HAVE_STRINGS_H 1
  1314. | #define HAVE_UNISTD_H 1
  1315. | #define HAVE_SYS_PARAM_H 1
  1316. | #define HAVE_SYS_TYPES_H 1
  1317. | /* end confdefs.h. */
  1318. | #include <stdio.h>
  1319. | #if HAVE_SYS_TYPES_H
  1320. | # include <sys/types.h>
  1321. | #endif
  1322. | #if HAVE_SYS_STAT_H
  1323. | # include <sys/stat.h>
  1324. | #endif
  1325. | #if STDC_HEADERS
  1326. | # include <stdlib.h>
  1327. | # include <stddef.h>
  1328. | #else
  1329. | # if HAVE_STDLIB_H
  1330. | # include <stdlib.h>
  1331. | # endif
  1332. | #endif
  1333. | #if HAVE_STRING_H
  1334. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1335. | # include <memory.h>
  1336. | # endif
  1337. | # include <string.h>
  1338. | #endif
  1339. | #if HAVE_STRINGS_H
  1340. | # include <strings.h>
  1341. | #endif
  1342. | #if HAVE_INTTYPES_H
  1343. | # include <inttypes.h>
  1344. | #else
  1345. | # if HAVE_STDINT_H
  1346. | # include <stdint.h>
  1347. | # endif
  1348. | #endif
  1349. | #if HAVE_UNISTD_H
  1350. | # include <unistd.h>
  1351. | #endif
  1352. | #include <sys/ioctl.h>
  1353. configure:8510: result: no
  1354. configure:8514: checking sys/ioctl.h presence
  1355. configure:8525: gcc -E conftest.c
  1356. configure:8556:23: fatal error: sys/ioctl.h: No such file or directory
  1357. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1358. ^
  1359. compilation terminated.
  1360. configure:8531: $? = 1
  1361. configure: failed program was:
  1362. | #line 8516 "configure"
  1363. | /* confdefs.h. */
  1364. |
  1365. | #define PACKAGE_NAME ""
  1366. | #define PACKAGE_TARNAME ""
  1367. | #define PACKAGE_VERSION ""
  1368. | #define PACKAGE_STRING ""
  1369. | #define PACKAGE_BUGREPORT ""
  1370. | #define PACKAGE "vice"
  1371. | #define VERSION "1.12"
  1372. | #define ENABLE_TEXTFIELD 1
  1373. | #define HAS_JOYSTICK 1
  1374. | #define HAVE_MOUSE 1
  1375. | #define HAVE_TFE 1
  1376. | #define HAS_LONGLONG_INTEGER 1
  1377. | #define HAS_UNLOCKRESOURCE 1
  1378. | #define STDC_HEADERS 1
  1379. | #define HAVE_SYS_TYPES_H 1
  1380. | #define HAVE_SYS_STAT_H 1
  1381. | #define HAVE_STDLIB_H 1
  1382. | #define HAVE_STRING_H 1
  1383. | #define HAVE_MEMORY_H 1
  1384. | #define HAVE_STRINGS_H 1
  1385. | #define HAVE_INTTYPES_H 1
  1386. | #define HAVE_STDINT_H 1
  1387. | #define HAVE_UNISTD_H 1
  1388. | #ifdef __cplusplus
  1389. | #include <stdlib.h>
  1390. | #endif
  1391. | #define HAVE_RESID 1
  1392. | #define SIZEOF_UNSIGNED_SHORT 2
  1393. | #define SIZEOF_UNSIGNED_INT 4
  1394. | #define SIZEOF_UNSIGNED_LONG 4
  1395. | #define HAVE_DIRENT_H 1
  1396. | #define HAVE_FCNTL_H 1
  1397. | #define HAVE_LIMITS_H 1
  1398. | #define HAVE_STRINGS_H 1
  1399. | #define HAVE_UNISTD_H 1
  1400. | #define HAVE_SYS_PARAM_H 1
  1401. | #define HAVE_SYS_TYPES_H 1
  1402. | /* end confdefs.h. */
  1403. | #include <sys/ioctl.h>
  1404. configure:8550: result: no
  1405. configure:8586: checking for sys/ioctl.h
  1406. configure:8593: result: no
  1407. configure:8478: checking sys/time.h usability
  1408. configure:8491: gcc -c -g -O2 conftest.c >&5
  1409. configure:8494: $? = 0
  1410. configure:8497: test -s conftest.o
  1411. configure:8500: $? = 0
  1412. configure:8510: result: yes
  1413. configure:8514: checking sys/time.h presence
  1414. configure:8525: gcc -E conftest.c
  1415. configure:8531: $? = 0
  1416. configure:8550: result: yes
  1417. configure:8586: checking for sys/time.h
  1418. configure:8593: result: yes
  1419. configure:8478: checking sys/dirent.h usability
  1420. configure:8491: gcc -c -g -O2 conftest.c >&5
  1421. configure:8555:24: fatal error: sys/dirent.h: No such file or directory
  1422. yes:no )
  1423. ^
  1424. compilation terminated.
  1425. configure:8494: $? = 1
  1426. configure: failed program was:
  1427. | #line 8480 "configure"
  1428. | /* confdefs.h. */
  1429. |
  1430. | #define PACKAGE_NAME ""
  1431. | #define PACKAGE_TARNAME ""
  1432. | #define PACKAGE_VERSION ""
  1433. | #define PACKAGE_STRING ""
  1434. | #define PACKAGE_BUGREPORT ""
  1435. | #define PACKAGE "vice"
  1436. | #define VERSION "1.12"
  1437. | #define ENABLE_TEXTFIELD 1
  1438. | #define HAS_JOYSTICK 1
  1439. | #define HAVE_MOUSE 1
  1440. | #define HAVE_TFE 1
  1441. | #define HAS_LONGLONG_INTEGER 1
  1442. | #define HAS_UNLOCKRESOURCE 1
  1443. | #define STDC_HEADERS 1
  1444. | #define HAVE_SYS_TYPES_H 1
  1445. | #define HAVE_SYS_STAT_H 1
  1446. | #define HAVE_STDLIB_H 1
  1447. | #define HAVE_STRING_H 1
  1448. | #define HAVE_MEMORY_H 1
  1449. | #define HAVE_STRINGS_H 1
  1450. | #define HAVE_INTTYPES_H 1
  1451. | #define HAVE_STDINT_H 1
  1452. | #define HAVE_UNISTD_H 1
  1453. | #ifdef __cplusplus
  1454. | #include <stdlib.h>
  1455. | #endif
  1456. | #define HAVE_RESID 1
  1457. | #define SIZEOF_UNSIGNED_SHORT 2
  1458. | #define SIZEOF_UNSIGNED_INT 4
  1459. | #define SIZEOF_UNSIGNED_LONG 4
  1460. | #define HAVE_DIRENT_H 1
  1461. | #define HAVE_FCNTL_H 1
  1462. | #define HAVE_LIMITS_H 1
  1463. | #define HAVE_STRINGS_H 1
  1464. | #define HAVE_UNISTD_H 1
  1465. | #define HAVE_SYS_PARAM_H 1
  1466. | #define HAVE_SYS_TYPES_H 1
  1467. | #define HAVE_SYS_TIME_H 1
  1468. | /* end confdefs.h. */
  1469. | #include <stdio.h>
  1470. | #if HAVE_SYS_TYPES_H
  1471. | # include <sys/types.h>
  1472. | #endif
  1473. | #if HAVE_SYS_STAT_H
  1474. | # include <sys/stat.h>
  1475. | #endif
  1476. | #if STDC_HEADERS
  1477. | # include <stdlib.h>
  1478. | # include <stddef.h>
  1479. | #else
  1480. | # if HAVE_STDLIB_H
  1481. | # include <stdlib.h>
  1482. | # endif
  1483. | #endif
  1484. | #if HAVE_STRING_H
  1485. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1486. | # include <memory.h>
  1487. | # endif
  1488. | # include <string.h>
  1489. | #endif
  1490. | #if HAVE_STRINGS_H
  1491. | # include <strings.h>
  1492. | #endif
  1493. | #if HAVE_INTTYPES_H
  1494. | # include <inttypes.h>
  1495. | #else
  1496. | # if HAVE_STDINT_H
  1497. | # include <stdint.h>
  1498. | # endif
  1499. | #endif
  1500. | #if HAVE_UNISTD_H
  1501. | # include <unistd.h>
  1502. | #endif
  1503. | #include <sys/dirent.h>
  1504. configure:8510: result: no
  1505. configure:8514: checking sys/dirent.h presence
  1506. configure:8525: gcc -E conftest.c
  1507. configure:8557:24: fatal error: sys/dirent.h: No such file or directory
  1508. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1509. ^
  1510. compilation terminated.
  1511. configure:8531: $? = 1
  1512. configure: failed program was:
  1513. | #line 8516 "configure"
  1514. | /* confdefs.h. */
  1515. |
  1516. | #define PACKAGE_NAME ""
  1517. | #define PACKAGE_TARNAME ""
  1518. | #define PACKAGE_VERSION ""
  1519. | #define PACKAGE_STRING ""
  1520. | #define PACKAGE_BUGREPORT ""
  1521. | #define PACKAGE "vice"
  1522. | #define VERSION "1.12"
  1523. | #define ENABLE_TEXTFIELD 1
  1524. | #define HAS_JOYSTICK 1
  1525. | #define HAVE_MOUSE 1
  1526. | #define HAVE_TFE 1
  1527. | #define HAS_LONGLONG_INTEGER 1
  1528. | #define HAS_UNLOCKRESOURCE 1
  1529. | #define STDC_HEADERS 1
  1530. | #define HAVE_SYS_TYPES_H 1
  1531. | #define HAVE_SYS_STAT_H 1
  1532. | #define HAVE_STDLIB_H 1
  1533. | #define HAVE_STRING_H 1
  1534. | #define HAVE_MEMORY_H 1
  1535. | #define HAVE_STRINGS_H 1
  1536. | #define HAVE_INTTYPES_H 1
  1537. | #define HAVE_STDINT_H 1
  1538. | #define HAVE_UNISTD_H 1
  1539. | #ifdef __cplusplus
  1540. | #include <stdlib.h>
  1541. | #endif
  1542. | #define HAVE_RESID 1
  1543. | #define SIZEOF_UNSIGNED_SHORT 2
  1544. | #define SIZEOF_UNSIGNED_INT 4
  1545. | #define SIZEOF_UNSIGNED_LONG 4
  1546. | #define HAVE_DIRENT_H 1
  1547. | #define HAVE_FCNTL_H 1
  1548. | #define HAVE_LIMITS_H 1
  1549. | #define HAVE_STRINGS_H 1
  1550. | #define HAVE_UNISTD_H 1
  1551. | #define HAVE_SYS_PARAM_H 1
  1552. | #define HAVE_SYS_TYPES_H 1
  1553. | #define HAVE_SYS_TIME_H 1
  1554. | /* end confdefs.h. */
  1555. | #include <sys/dirent.h>
  1556. configure:8550: result: no
  1557. configure:8586: checking for sys/dirent.h
  1558. configure:8593: result: no
  1559. configure:8478: checking dir.h usability
  1560. configure:8491: gcc -c -g -O2 conftest.c >&5
  1561. In file included from configure:8555:0:
  1562. c:\mingw\include\dir.h:37:2: warning: #warning WARNING - The dir.h file is obsolete and will be removed; use io.h instead. [-Wcpp]
  1563. #warning WARNING - The dir.h file is obsolete and will be removed; use io.h instead.
  1564. ^
  1565. configure:8494: $? = 0
  1566. configure:8497: test -s conftest.o
  1567. configure:8500: $? = 0
  1568. configure:8510: result: yes
  1569. configure:8514: checking dir.h presence
  1570. configure:8525: gcc -E conftest.c
  1571. In file included from configure:8557:0:
  1572. c:\mingw\include\dir.h:37:2: warning: #warning WARNING - The dir.h file is obsolete and will be removed; use io.h instead. [-Wcpp]
  1573. #warning WARNING - The dir.h file is obsolete and will be removed; use io.h instead.
  1574. ^
  1575. configure:8531: $? = 0
  1576. configure:8550: result: yes
  1577. configure:8586: checking for dir.h
  1578. configure:8593: result: yes
  1579. configure:8478: checking commctrl.h usability
  1580. configure:8491: gcc -c -g -O2 conftest.c >&5
  1581. In file included from c:\mingw\include\commctrl.h:29:0,
  1582. from configure:8556:
  1583. c:\mingw\include\prsht.h:172:2: error: unknown type name 'DWORD'
  1584. DWORD dwSize;
  1585. ^
  1586. c:\mingw\include\prsht.h:173:2: error: unknown type name 'DWORD'
  1587. DWORD dwFlags;
  1588. ^
  1589. c:\mingw\include\prsht.h:174:2: error: unknown type name 'HINSTANCE'
  1590. HINSTANCE hInstance;
  1591. ^
  1592. c:\mingw\include\prsht.h:175:2: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  1593. _ANONYMOUS_UNION union {
  1594. ^
  1595. c:\mingw\include\prsht.h:195:2: error: unknown type name 'DWORD'
  1596. DWORD dwSize;
  1597. ^
  1598. c:\mingw\include\prsht.h:196:2: error: unknown type name 'DWORD'
  1599. DWORD dwFlags;
  1600. ^
  1601. c:\mingw\include\prsht.h:197:2: error: unknown type name 'HINSTANCE'
  1602. HINSTANCE hInstance;
  1603. ^
  1604. c:\mingw\include\prsht.h:198:2: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  1605. _ANONYMOUS_UNION union {
  1606. ^
  1607. c:\mingw\include\prsht.h:217:14: error: unknown type name 'CALLBACK'
  1608. typedef UINT(CALLBACK *LPFNPSPCALLBACKA)(HWND,UINT,LPPROPSHEETPAGEA);
  1609. ^
  1610. c:\mingw\include\prsht.h:218:14: error: unknown type name 'CALLBACK'
  1611. typedef UINT(CALLBACK *LPFNPSPCALLBACKW)(HWND,UINT,LPPROPSHEETPAGEW);
  1612. ^
  1613. c:\mingw\include\prsht.h:219:22: error: expected ')' before '*' token
  1614. typedef int(CALLBACK *PFNPROPSHEETCALLBACK)(HWND,UINT,LPARAM);
  1615. ^
  1616. c:\mingw\include\prsht.h:222:2: error: unknown type name 'DWORD'
  1617. DWORD dwSize;
  1618. ^
  1619. c:\mingw\include\prsht.h:223:2: error: unknown type name 'DWORD'
  1620. DWORD dwFlags;
  1621. ^
  1622. c:\mingw\include\prsht.h:224:2: error: unknown type name 'HWND'
  1623. HWND hwndParent;
  1624. ^
  1625. c:\mingw\include\prsht.h:225:2: error: unknown type name 'HINSTANCE'
  1626. HINSTANCE hInstance;
  1627. ^
  1628. c:\mingw\include\prsht.h:226:2: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  1629. _ANONYMOUS_UNION union {
  1630. ^
  1631. c:\mingw\include\prsht.h:255:2: error: unknown type name 'DWORD'
  1632. DWORD dwSize;
  1633. ^
  1634. c:\mingw\include\prsht.h:256:2: error: unknown type name 'DWORD'
  1635. DWORD dwFlags;
  1636. ^
  1637. c:\mingw\include\prsht.h:257:2: error: unknown type name 'HWND'
  1638. HWND hwndParent;
  1639. ^
  1640. c:\mingw\include\prsht.h:258:2: error: unknown type name 'HINSTANCE'
  1641. HINSTANCE hInstance;
  1642. ^
  1643. c:\mingw\include\prsht.h:259:2: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  1644. _ANONYMOUS_UNION union {
  1645. ^
  1646. c:\mingw\include\prsht.h:287:14: error: unknown type name 'CALLBACK'
  1647. typedef BOOL(CALLBACK *LPFNADDPROPSHEETPAGE)(HPROPSHEETPAGE,LPARAM);
  1648. ^
  1649. c:\mingw\include\prsht.h:288:14: error: unknown type name 'CALLBACK'
  1650. typedef BOOL(CALLBACK *LPFNADDPROPSHEETPAGES)(LPVOID,LPFNADDPROPSHEETPAGE,LPARAM);
  1651. ^
  1652. c:\mingw\include\prsht.h:290:2: error: unknown type name 'NMHDR'
  1653. NMHDR hdr;
  1654. ^
  1655. c:\mingw\include\prsht.h:291:2: error: unknown type name 'LPARAM'
  1656. LPARAM lParam;
  1657. ^
  1658. c:\mingw\include\prsht.h:296:1: error: unknown type name 'HPROPSHEETPAGE'
  1659. HPROPSHEETPAGE WINAPI CreatePropertySheetPageA(LPCPROPSHEETPAGEA);
  1660. ^
  1661. c:\mingw\include\prsht.h:296:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreatePropertySheetPageA'
  1662. HPROPSHEETPAGE WINAPI CreatePropertySheetPageA(LPCPROPSHEETPAGEA);
  1663. ^
  1664. c:\mingw\include\prsht.h:297:1: error: unknown type name 'HPROPSHEETPAGE'
  1665. HPROPSHEETPAGE WINAPI CreatePropertySheetPageW(LPCPROPSHEETPAGEW);
  1666. ^
  1667. c:\mingw\include\prsht.h:297:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreatePropertySheetPageW'
  1668. HPROPSHEETPAGE WINAPI CreatePropertySheetPageW(LPCPROPSHEETPAGEW);
  1669. ^
  1670. c:\mingw\include\prsht.h:298:1: error: unknown type name 'BOOL'
  1671. BOOL WINAPI DestroyPropertySheetPage(HPROPSHEETPAGE);
  1672. ^
  1673. c:\mingw\include\prsht.h:298:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DestroyPropertySheetPage'
  1674. BOOL WINAPI DestroyPropertySheetPage(HPROPSHEETPAGE);
  1675. ^
  1676. c:\mingw\include\prsht.h:299:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PropertySheetA'
  1677. int WINAPI PropertySheetA(LPCPROPSHEETHEADERA);
  1678. ^
  1679. c:\mingw\include\prsht.h:300:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PropertySheetW'
  1680. int WINAPI PropertySheetW(LPCPROPSHEETHEADERW);
  1681. ^
  1682. In file included from configure:8556:0:
  1683. c:\mingw\include\commctrl.h:1104:3: error: unknown type name 'NMHDR'
  1684. NMHDR hdr;
  1685. ^
  1686. c:\mingw\include\commctrl.h:1105:3: error: unknown type name 'WORD'
  1687. WORD wVKey;
  1688. ^
  1689. c:\mingw\include\commctrl.h:1106:3: error: unknown type name 'UINT'
  1690. UINT flags;
  1691. ^
  1692. c:\mingw\include\commctrl.h:1111:2: error: unknown type name 'UINT'
  1693. UINT mask;
  1694. ^
  1695. c:\mingw\include\commctrl.h:1113:2: error: unknown type name 'LPSTR'
  1696. LPSTR pszText;
  1697. ^
  1698. c:\mingw\include\commctrl.h:1119:2: error: unknown type name 'LPARAM'
  1699. LPARAM lParam;
  1700. ^
  1701. c:\mingw\include\commctrl.h:1121:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  1702. typedef COMBOBOXEXITEMA CONST *PCCOMBOEXITEMA;
  1703. ^
  1704. c:\mingw\include\commctrl.h:1123:2: error: unknown type name 'UINT'
  1705. UINT mask;
  1706. ^
  1707. c:\mingw\include\commctrl.h:1125:2: error: unknown type name 'LPWSTR'
  1708. LPWSTR pszText;
  1709. ^
  1710. c:\mingw\include\commctrl.h:1131:2: error: unknown type name 'LPARAM'
  1711. LPARAM lParam;
  1712. ^
  1713. c:\mingw\include\commctrl.h:1133:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  1714. typedef COMBOBOXEXITEMW CONST *PCCOMBOEXITEMW;
  1715. ^
  1716. c:\mingw\include\commctrl.h:1136:2: error: unknown type name 'NMHDR'
  1717. NMHDR nmhdr;
  1718. ^
  1719. c:\mingw\include\commctrl.h:1137:2: error: unknown type name 'DWORD'
  1720. DWORD dwFlags;
  1721. ^
  1722. c:\mingw\include\commctrl.h:1138:2: error: unknown type name 'SYSTEMTIME'
  1723. SYSTEMTIME st;
  1724. ^
  1725. c:\mingw\include\commctrl.h:1141:2: error: unknown type name 'NMHDR'
  1726. NMHDR hdr;
  1727. ^
  1728. c:\mingw\include\commctrl.h:1142:2: error: unknown type name 'BOOL'
  1729. BOOL fChanged;
  1730. ^
  1731. c:\mingw\include\commctrl.h:1144:2: error: unknown type name 'WCHAR'
  1732. WCHAR szText[CBEMAXSTRLEN];
  1733. ^
  1734. c:\mingw\include\commctrl.h:1148:2: error: unknown type name 'NMHDR'
  1735. NMHDR hdr;
  1736. ^
  1737. c:\mingw\include\commctrl.h:1149:2: error: unknown type name 'BOOL'
  1738. BOOL fChanged;
  1739. ^
  1740. c:\mingw\include\commctrl.h:1155:2: error: unknown type name 'COLORREF'
  1741. COLORREF from;
  1742. ^
  1743. c:\mingw\include\commctrl.h:1156:2: error: unknown type name 'COLORREF'
  1744. COLORREF to;
  1745. ^
  1746. c:\mingw\include\commctrl.h:1159:2: error: unknown type name 'UINT'
  1747. UINT uNotification;
  1748. ^
  1749. c:\mingw\include\commctrl.h:1160:2: error: unknown type name 'HWND'
  1750. HWND hWnd;
  1751. ^
  1752. c:\mingw\include\commctrl.h:1161:2: error: unknown type name 'POINT'
  1753. POINT ptCursor;
  1754. ^
  1755. c:\mingw\include\commctrl.h:1166:2: error: unknown type name 'BYTE'
  1756. BYTE fsState;
  1757. ^
  1758. c:\mingw\include\commctrl.h:1167:2: error: unknown type name 'BYTE'
  1759. BYTE fsStyle;
  1760. ^
  1761. c:\mingw\include\commctrl.h:1168:2: error: unknown type name 'BYTE'
  1762. BYTE bReserved[2];
  1763. ^
  1764. c:\mingw\include\commctrl.h:1169:2: error: unknown type name 'DWORD'
  1765. DWORD dwData;
  1766. ^
  1767. c:\mingw\include\commctrl.h:1174:2: error: unknown type name 'NMHDR'
  1768. NMHDR hdr;
  1769. ^
  1770. c:\mingw\include\commctrl.h:1178:2: error: unknown type name 'LPTSTR'
  1771. LPTSTR pszText;
  1772. ^
  1773. c:\mingw\include\commctrl.h:1181:2: error: unknown type name 'HKEY'
  1774. HKEY hkr;
  1775. ^
  1776. c:\mingw\include\commctrl.h:1182:2: error: unknown type name 'LPCTSTR'
  1777. LPCTSTR pszSubKey;
  1778. ^
  1779. c:\mingw\include\commctrl.h:1183:2: error: unknown type name 'LPCTSTR'
  1780. LPCTSTR pszValueName;
  1781. ^
  1782. c:\mingw\include\commctrl.h:1186:2: error: unknown type name 'HBITMAP'
  1783. HBITMAP hbmImage;
  1784. ^
  1785. c:\mingw\include\commctrl.h:1187:2: error: unknown type name 'HBITMAP'
  1786. HBITMAP hbmMask;
  1787. ^
  1788. c:\mingw\include\commctrl.h:1190:2: error: unknown type name 'RECT'
  1789. RECT rcImage;
  1790. ^
  1791. c:\mingw\include\commctrl.h:1194:2: error: unknown type name 'UINT'
  1792. UINT mask;
  1793. ^
  1794. c:\mingw\include\commctrl.h:1196:2: error: unknown type name 'LPSTR'
  1795. LPSTR pszText;
  1796. ^
  1797. c:\mingw\include\commctrl.h:1197:2: error: unknown type name 'HBITMAP'
  1798. HBITMAP hbm;
  1799. ^
  1800. c:\mingw\include\commctrl.h:1200:2: error: unknown type name 'LPARAM'
  1801. LPARAM lParam;
  1802. ^
  1803. c:\mingw\include\commctrl.h:1211:2: error: unknown type name 'UINT'
  1804. UINT mask;
  1805. ^
  1806. c:\mingw\include\commctrl.h:1213:2: error: unknown type name 'LPWSTR'
  1807. LPWSTR pszText;
  1808. ^
  1809. c:\mingw\include\commctrl.h:1214:2: error: unknown type name 'HBITMAP'
  1810. HBITMAP hbm;
  1811. ^
  1812. c:\mingw\include\commctrl.h:1217:2: error: unknown type name 'LPARAM'
  1813. LPARAM lParam;
  1814. ^
  1815. c:\mingw\include\commctrl.h:1232:2: error: unknown type name 'RECT'
  1816. RECT *prc;
  1817. ^
  1818. c:\mingw\include\commctrl.h:1233:2: error: unknown type name 'WINDOWPOS'
  1819. WINDOWPOS *pwpos;
  1820. ^
  1821. c:\mingw\include\commctrl.h:1237:2: error: unknown type name 'POINT'
  1822. POINT pt;
  1823. ^
  1824. c:\mingw\include\commctrl.h:1238:2: error: unknown type name 'UINT'
  1825. UINT flags;
  1826. ^
  1827. c:\mingw\include\commctrl.h:1242:2: error: unknown type name 'NMHDR'
  1828. NMHDR hdr;
  1829. ^
  1830. c:\mingw\include\commctrl.h:1248:2: error: unknown type name 'NMHDR'
  1831. NMHDR hdr;
  1832. ^
  1833. c:\mingw\include\commctrl.h:1257:5: error: unknown type name 'NMHDR'
  1834. NMHDR hdr;
  1835. ^
  1836. c:\mingw\include\commctrl.h:1264:5: error: unknown type name 'NMHDR'
  1837. NMHDR hdr;
  1838. ^
  1839. c:\mingw\include\commctrl.h:1273:5: error: unknown type name 'NMHDR'
  1840. NMHDR hdr;
  1841. ^
  1842. c:\mingw\include\commctrl.h:1275:5: error: unknown type name 'UINT'
  1843. UINT mask;
  1844. ^
  1845. c:\mingw\include\commctrl.h:1276:5: error: unknown type name 'LPSTR'
  1846. LPSTR pszText;
  1847. ^
  1848. c:\mingw\include\commctrl.h:1279:5: error: unknown type name 'LPARAM'
  1849. LPARAM lParam;
  1850. ^
  1851. c:\mingw\include\commctrl.h:1282:5: error: unknown type name 'NMHDR'
  1852. NMHDR hdr;
  1853. ^
  1854. c:\mingw\include\commctrl.h:1284:5: error: unknown type name 'UINT'
  1855. UINT mask;
  1856. ^
  1857. c:\mingw\include\commctrl.h:1285:5: error: unknown type name 'LPWSTR'
  1858. LPWSTR pszText;
  1859. ^
  1860. c:\mingw\include\commctrl.h:1288:5: error: unknown type name 'LPARAM'
  1861. LPARAM lParam;
  1862. ^
  1863. c:\mingw\include\commctrl.h:1291:5: error: unknown type name 'NMHDR'
  1864. NMHDR hdr;
  1865. ^
  1866. c:\mingw\include\commctrl.h:1292:5: error: unknown type name 'DWORD'
  1867. DWORD dwDrawStage;
  1868. ^
  1869. c:\mingw\include\commctrl.h:1293:5: error: unknown type name 'HDC'
  1870. HDC hdc;
  1871. ^
  1872. c:\mingw\include\commctrl.h:1294:5: error: unknown type name 'RECT'
  1873. RECT rc;
  1874. ^
  1875. c:\mingw\include\commctrl.h:1295:5: error: unknown type name 'DWORD'
  1876. DWORD dwItemSpec;
  1877. ^
  1878. c:\mingw\include\commctrl.h:1296:5: error: unknown type name 'UINT'
  1879. UINT uItemState;
  1880. ^
  1881. c:\mingw\include\commctrl.h:1297:5: error: unknown type name 'LPARAM'
  1882. LPARAM lItemlParam;
  1883. ^
  1884. c:\mingw\include\commctrl.h:1301:5: error: unknown type name 'COLORREF'
  1885. COLORREF clrText;
  1886. ^
  1887. c:\mingw\include\commctrl.h:1302:5: error: unknown type name 'COLORREF'
  1888. COLORREF clrTextBk;
  1889. ^
  1890. c:\mingw\include\commctrl.h:1309:5: error: unknown type name 'COLORREF'
  1891. COLORREF clrText;
  1892. ^
  1893. c:\mingw\include\commctrl.h:1310:5: error: unknown type name 'COLORREF'
  1894. COLORREF clrTextBk;
  1895. ^
  1896. c:\mingw\include\commctrl.h:1316:2: error: unknown type name 'HINSTANCE'
  1897. HINSTANCE hInst;
  1898. ^
  1899. c:\mingw\include\commctrl.h:1317:2: error: unknown type name 'UINT'
  1900. UINT nID;
  1901. ^
  1902. c:\mingw\include\commctrl.h:1320:2: error: unknown type name 'HKEY'
  1903. HKEY hkr;
  1904. ^
  1905. c:\mingw\include\commctrl.h:1321:2: error: unknown type name 'LPCSTR'
  1906. LPCSTR pszSubKey;
  1907. ^
  1908. c:\mingw\include\commctrl.h:1322:2: error: unknown type name 'LPCSTR'
  1909. LPCSTR pszValueName;
  1910. ^
  1911. c:\mingw\include\commctrl.h:1325:2: error: unknown type name 'HKEY'
  1912. HKEY hkr;
  1913. ^
  1914. c:\mingw\include\commctrl.h:1326:2: error: unknown type name 'LPCWSTR'
  1915. LPCWSTR pszSubKey;
  1916. ^
  1917. c:\mingw\include\commctrl.h:1327:2: error: unknown type name 'LPCWSTR'
  1918. LPCWSTR pszValueName;
  1919. ^
  1920. c:\mingw\include\commctrl.h:1330:2: error: unknown type name 'HINSTANCE'
  1921. HINSTANCE hInstOld;
  1922. ^
  1923. c:\mingw\include\commctrl.h:1331:2: error: unknown type name 'UINT'
  1924. UINT nIDOld;
  1925. ^
  1926. c:\mingw\include\commctrl.h:1332:2: error: unknown type name 'HINSTANCE'
  1927. HINSTANCE hInstNew;
  1928. ^
  1929. c:\mingw\include\commctrl.h:1333:2: error: unknown type name 'UINT'
  1930. UINT nIDNew;
  1931. ^
  1932. c:\mingw\include\commctrl.h:1337:2: error: unknown type name 'NMHDR'
  1933. NMHDR hdr;
  1934. ^
  1935. c:\mingw\include\commctrl.h:1341:2: error: unknown type name 'LPSTR'
  1936. LPSTR pszText;
  1937. ^
  1938. c:\mingw\include\commctrl.h:1349:2: error: unknown type name 'NMHDR'
  1939. NMHDR hdr;
  1940. ^
  1941. c:\mingw\include\commctrl.h:1353:2: error: unknown type name 'LPWSTR'
  1942. LPWSTR pszText;
  1943. ^
  1944. c:\mingw\include\commctrl.h:1361:2: error: unknown type name 'UINT'
  1945. UINT cbSize;
  1946. ^
  1947. c:\mingw\include\commctrl.h:1362:2: error: unknown type name 'UINT'
  1948. UINT uFlags;
  1949. ^
  1950. c:\mingw\include\commctrl.h:1363:2: error: unknown type name 'HWND'
  1951. HWND hwnd;
  1952. ^
  1953. c:\mingw\include\commctrl.h:1364:2: error: unknown type name 'UINT'
  1954. UINT uId;
  1955. ^
  1956. c:\mingw\include\commctrl.h:1365:2: error: unknown type name 'RECT'
  1957. RECT rect;
  1958. ^
  1959. c:\mingw\include\commctrl.h:1366:2: error: unknown type name 'HINSTANCE'
  1960. HINSTANCE hinst;
  1961. ^
  1962. c:\mingw\include\commctrl.h:1367:2: error: unknown type name 'LPSTR'
  1963. LPSTR lpszText;
  1964. ^
  1965. c:\mingw\include\commctrl.h:1378:2: error: unknown type name 'UINT'
  1966. UINT cbSize;
  1967. ^
  1968. c:\mingw\include\commctrl.h:1379:2: error: unknown type name 'UINT'
  1969. UINT uFlags;
  1970. ^
  1971. c:\mingw\include\commctrl.h:1380:2: error: unknown type name 'HWND'
  1972. HWND hwnd;
  1973. ^
  1974. c:\mingw\include\commctrl.h:1381:2: error: unknown type name 'UINT'
  1975. UINT uId;
  1976. ^
  1977. c:\mingw\include\commctrl.h:1382:2: error: unknown type name 'RECT'
  1978. RECT rect;
  1979. ^
  1980. c:\mingw\include\commctrl.h:1383:2: error: unknown type name 'HINSTANCE'
  1981. HINSTANCE hinst;
  1982. ^
  1983. c:\mingw\include\commctrl.h:1384:2: error: unknown type name 'LPWSTR'
  1984. LPWSTR lpszText;
  1985. ^
  1986. c:\mingw\include\commctrl.h:1395:2: error: unknown type name 'HWND'
  1987. HWND hwnd;
  1988. ^
  1989. c:\mingw\include\commctrl.h:1396:2: error: unknown type name 'POINT'
  1990. POINT pt;
  1991. ^
  1992. c:\mingw\include\commctrl.h:1401:2: error: unknown type name 'HWND'
  1993. HWND hwnd;
  1994. ^
  1995. c:\mingw\include\commctrl.h:1402:2: error: unknown type name 'POINT'
  1996. POINT pt;
  1997. ^
  1998. c:\mingw\include\commctrl.h:1407:2: error: unknown type name 'NMHDR'
  1999. NMHDR hdr;
  2000. ^
  2001. c:\mingw\include\commctrl.h:1408:2: error: unknown type name 'LPSTR'
  2002. LPSTR lpszText;
  2003. ^
  2004. c:\mingw\include\commctrl.h:1410:2: error: unknown type name 'HINSTANCE'
  2005. HINSTANCE hinst;
  2006. ^
  2007. c:\mingw\include\commctrl.h:1411:2: error: unknown type name 'UINT'
  2008. UINT uFlags;
  2009. ^
  2010. c:\mingw\include\commctrl.h:1419:3: error: unknown type name 'NMHDR'
  2011. NMHDR hdr;
  2012. ^
  2013. c:\mingw\include\commctrl.h:1420:3: error: unknown type name 'LPWSTR'
  2014. LPWSTR lpszText;
  2015. ^
  2016. c:\mingw\include\commctrl.h:1421:3: error: unknown type name 'WCHAR'
  2017. WCHAR szText[80];
  2018. ^
  2019. c:\mingw\include\commctrl.h:1422:3: error: unknown type name 'HINSTANCE'
  2020. HINSTANCE hinst;
  2021. ^
  2022. c:\mingw\include\commctrl.h:1423:3: error: unknown type name 'UINT'
  2023. UINT uFlags;
  2024. ^
  2025. c:\mingw\include\commctrl.h:1431:2: error: unknown type name 'UINT'
  2026. UINT nSec;
  2027. ^
  2028. c:\mingw\include\commctrl.h:1432:2: error: unknown type name 'UINT'
  2029. UINT nInc;
  2030. ^
  2031. c:\mingw\include\commctrl.h:1435:2: error: unknown type name 'NMHDR'
  2032. NMHDR hdr;
  2033. ^
  2034. c:\mingw\include\commctrl.h:1443:2: error: unknown type name 'UINT'
  2035. UINT mask;
  2036. ^
  2037. c:\mingw\include\commctrl.h:1446:2: error: unknown type name 'UINT'
  2038. UINT state;
  2039. ^
  2040. c:\mingw\include\commctrl.h:1447:2: error: unknown type name 'UINT'
  2041. UINT stateMask;
  2042. ^
  2043. c:\mingw\include\commctrl.h:1448:2: error: unknown type name 'LPSTR'
  2044. LPSTR pszText;
  2045. ^
  2046. c:\mingw\include\commctrl.h:1451:2: error: unknown type name 'LPARAM'
  2047. LPARAM lParam;
  2048. ^
  2049. c:\mingw\include\commctrl.h:1460:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2050. } LVITEMA, FAR *LPLVITEMA;
  2051. ^
  2052. c:\mingw\include\commctrl.h:1464:2: error: unknown type name 'UINT'
  2053. UINT mask;
  2054. ^
  2055. c:\mingw\include\commctrl.h:1467:2: error: unknown type name 'UINT'
  2056. UINT state;
  2057. ^
  2058. c:\mingw\include\commctrl.h:1468:2: error: unknown type name 'UINT'
  2059. UINT stateMask;
  2060. ^
  2061. c:\mingw\include\commctrl.h:1469:2: error: unknown type name 'LPWSTR'
  2062. LPWSTR pszText;
  2063. ^
  2064. c:\mingw\include\commctrl.h:1472:2: error: unknown type name 'LPARAM'
  2065. LPARAM lParam;
  2066. ^
  2067. c:\mingw\include\commctrl.h:1481:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2068. } LVITEMW, FAR *LPLVITEMW;
  2069. ^
  2070. c:\mingw\include\commctrl.h:1485:2: error: unknown type name 'UINT'
  2071. UINT flags;
  2072. ^
  2073. c:\mingw\include\commctrl.h:1486:2: error: unknown type name 'LPCSTR'
  2074. LPCSTR psz;
  2075. ^
  2076. c:\mingw\include\commctrl.h:1487:2: error: unknown type name 'LPARAM'
  2077. LPARAM lParam;
  2078. ^
  2079. c:\mingw\include\commctrl.h:1488:2: error: unknown type name 'POINT'
  2080. POINT pt;
  2081. ^
  2082. c:\mingw\include\commctrl.h:1489:2: error: unknown type name 'UINT'
  2083. UINT vkDirection;
  2084. ^
  2085. c:\mingw\include\commctrl.h:1490:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2086. } LVFINDINFOA, FAR* LPFINDINFOA;
  2087. ^
  2088. c:\mingw\include\commctrl.h:1494:2: error: unknown type name 'UINT'
  2089. UINT flags;
  2090. ^
  2091. c:\mingw\include\commctrl.h:1495:2: error: unknown type name 'LPCWSTR'
  2092. LPCWSTR psz;
  2093. ^
  2094. c:\mingw\include\commctrl.h:1496:2: error: unknown type name 'LPARAM'
  2095. LPARAM lParam;
  2096. ^
  2097. c:\mingw\include\commctrl.h:1497:2: error: unknown type name 'POINT'
  2098. POINT pt;
  2099. ^
  2100. c:\mingw\include\commctrl.h:1498:2: error: unknown type name 'UINT'
  2101. UINT vkDirection;
  2102. ^
  2103. c:\mingw\include\commctrl.h:1499:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2104. } LVFINDINFOW, FAR* LPFINDINFOW;
  2105. ^
  2106. c:\mingw\include\commctrl.h:1503:2: error: unknown type name 'NMHDR'
  2107. NMHDR hdr;
  2108. ^
  2109. c:\mingw\include\commctrl.h:1506:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2110. } NMLVFINDITEMA, *PNMLVFINDITEMA, FAR *LPNMLVFINDITEMA;
  2111. ^
  2112. c:\mingw\include\commctrl.h:1509:2: error: unknown type name 'NMHDR'
  2113. NMHDR hdr;
  2114. ^
  2115. c:\mingw\include\commctrl.h:1512:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2116. } NMLVFINDITEMW, *PNMLVFINDITEMW, FAR *LPNMLVFINDITEMW;
  2117. ^
  2118. c:\mingw\include\commctrl.h:1515:2: error: unknown type name 'POINT'
  2119. POINT pt;
  2120. ^
  2121. c:\mingw\include\commctrl.h:1516:2: error: unknown type name 'UINT'
  2122. UINT flags;
  2123. ^
  2124. c:\mingw\include\commctrl.h:1521:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2125. } LVHITTESTINFO, FAR *LPLVHITTESTINFO;
  2126. ^
  2127. c:\mingw\include\commctrl.h:1525:2: error: unknown type name 'UINT'
  2128. UINT mask;
  2129. ^
  2130. c:\mingw\include\commctrl.h:1528:2: error: unknown type name 'LPSTR'
  2131. LPSTR pszText;
  2132. ^
  2133. c:\mingw\include\commctrl.h:1535:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2134. } LVCOLUMNA, FAR *LPLVCOLUMNA;
  2135. ^
  2136. c:\mingw\include\commctrl.h:1539:2: error: unknown type name 'UINT'
  2137. UINT mask;
  2138. ^
  2139. c:\mingw\include\commctrl.h:1542:2: error: unknown type name 'LPWSTR'
  2140. LPWSTR pszText;
  2141. ^
  2142. c:\mingw\include\commctrl.h:1549:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2143. } LVCOLUMNW, FAR *LPLVCOLUMNW;
  2144. ^
  2145. c:\mingw\include\commctrl.h:1552:22: error: expected ')' before '*' token
  2146. typedef int(CALLBACK *PFNLVCOMPARE)(LPARAM,LPARAM,LPARAM);
  2147. ^
  2148. c:\mingw\include\commctrl.h:1554:2: error: unknown type name 'NMHDR'
  2149. NMHDR hdr;
  2150. ^
  2151. c:\mingw\include\commctrl.h:1557:2: error: unknown type name 'UINT'
  2152. UINT uNewState;
  2153. ^
  2154. c:\mingw\include\commctrl.h:1558:2: error: unknown type name 'UINT'
  2155. UINT uOldState;
  2156. ^
  2157. c:\mingw\include\commctrl.h:1559:2: error: unknown type name 'UINT'
  2158. UINT uChanged;
  2159. ^
  2160. c:\mingw\include\commctrl.h:1560:2: error: unknown type name 'POINT'
  2161. POINT ptAction;
  2162. ^
  2163. c:\mingw\include\commctrl.h:1561:2: error: unknown type name 'LPARAM'
  2164. LPARAM lParam;
  2165. ^
  2166. c:\mingw\include\commctrl.h:1568:2: error: unknown type name 'NMHDR'
  2167. NMHDR hdr;
  2168. ^
  2169. c:\mingw\include\commctrl.h:1570:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2170. } NMLVDISPINFOA, FAR *LPNMLVDISPINFOA;
  2171. ^
  2172. c:\mingw\include\commctrl.h:1574:2: error: unknown type name 'NMHDR'
  2173. NMHDR hdr;
  2174. ^
  2175. c:\mingw\include\commctrl.h:1576:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  2176. } NMLVDISPINFOW, FAR *LPNMLVDISPINFOW;
  2177. ^
  2178. c:\mingw\include\commctrl.h:1580:2: error: unknown type name 'NMHDR'
  2179. NMHDR hdr;
  2180. ^
  2181. c:\mingw\include\commctrl.h:1581:2: error: unknown type name 'WORD'
  2182. WORD wVKey;
  2183. ^
  2184. c:\mingw\include\commctrl.h:1582:2: error: unknown type name 'UINT'
  2185. UINT flags;
  2186. ^
  2187. c:\mingw\include\commctrl.h:1585:2: error: unknown type name 'NMHDR'
  2188. NMHDR hdr;
  2189. ^
  2190. c:\mingw\include\commctrl.h:1595:2: error: unknown type name 'UINT'
  2191. UINT mask;
  2192. ^
  2193. c:\mingw\include\commctrl.h:1597:2: error: unknown type name 'UINT'
  2194. UINT state;
  2195. ^
  2196. c:\mingw\include\commctrl.h:1598:2: error: unknown type name 'UINT'
  2197. UINT stateMask;
  2198. ^
  2199. c:\mingw\include\commctrl.h:1599:2: error: unknown type name 'LPSTR'
  2200. LPSTR pszText;
  2201. ^
  2202. c:\mingw\include\commctrl.h:1604:2: error: unknown type name 'LPARAM'
  2203. LPARAM lParam;
  2204. ^
  2205. c:\mingw\include\commctrl.h:1610:2: error: unknown type name 'UINT'
  2206. UINT mask;
  2207. ^
  2208. c:\mingw\include\commctrl.h:1612:2: error: unknown type name 'UINT'
  2209. UINT state;
  2210. ^
  2211. c:\mingw\include\commctrl.h:1613:2: error: unknown type name 'UINT'
  2212. UINT stateMask;
  2213. ^
  2214. c:\mingw\include\commctrl.h:1614:2: error: unknown type name 'LPWSTR'
  2215. LPWSTR pszText;
  2216. ^
  2217. c:\mingw\include\commctrl.h:1619:2: error: unknown type name 'LPARAM'
  2218. LPARAM lParam;
  2219. ^
  2220. c:\mingw\include\commctrl.h:1625:2: error: unknown type name 'POINT'
  2221. POINT pt;
  2222. ^
  2223. c:\mingw\include\commctrl.h:1626:3: error: unknown type name 'UINT'
  2224. UINT flags;
  2225. ^
  2226. c:\mingw\include\commctrl.h:1632:22: error: expected ')' before '*' token
  2227. typedef int(CALLBACK *PFNTVCOMPARE)(LPARAM,LPARAM,LPARAM);
  2228. ^
  2229. c:\mingw\include\commctrl.h:1635:2: error: unknown type name 'PFNTVCOMPARE'
  2230. PFNTVCOMPARE lpfnCompare;
  2231. ^
  2232. c:\mingw\include\commctrl.h:1636:2: error: unknown type name 'LPARAM'
  2233. LPARAM lParam;
  2234. ^
  2235. c:\mingw\include\commctrl.h:1642:2: error: unknown type name 'NMHDR'
  2236. NMHDR hdr;
  2237. ^
  2238. c:\mingw\include\commctrl.h:1643:2: error: unknown type name 'UINT'
  2239. UINT action;
  2240. ^
  2241. c:\mingw\include\commctrl.h:1646:2: error: unknown type name 'POINT'
  2242. POINT ptDrag;
  2243. ^
  2244. c:\mingw\include\commctrl.h:1652:2: error: unknown type name 'NMHDR'
  2245. NMHDR hdr;
  2246. ^
  2247. c:\mingw\include\commctrl.h:1653:2: error: unknown type name 'UINT'
  2248. UINT action;
  2249. ^
  2250. c:\mingw\include\commctrl.h:1656:2: error: unknown type name 'POINT'
  2251. POINT ptDrag;
  2252. ^
  2253. c:\mingw\include\commctrl.h:1662:2: error: unknown type name 'NMHDR'
  2254. NMHDR hdr;
  2255. ^
  2256. c:\mingw\include\commctrl.h:1668:2: error: unknown type name 'NMHDR'
  2257. NMHDR hdr;
  2258. ^
  2259. c:\mingw\include\commctrl.h:1674:2: error: unknown type name 'NMHDR'
  2260. NMHDR hdr;
  2261. ^
  2262. c:\mingw\include\commctrl.h:1675:2: error: unknown type name 'WORD'
  2263. WORD wVKey;
  2264. ^
  2265. c:\mingw\include\commctrl.h:1676:2: error: unknown type name 'UINT'
  2266. UINT flags;
  2267. ^
  2268. c:\mingw\include\commctrl.h:1679:2: error: unknown type name 'UINT'
  2269. UINT mask;
  2270. ^
  2271. c:\mingw\include\commctrl.h:1680:2: error: unknown type name 'UINT'
  2272. UINT lpReserved1;
  2273. ^
  2274. c:\mingw\include\commctrl.h:1681:2: error: unknown type name 'UINT'
  2275. UINT lpReserved2;
  2276. ^
  2277. c:\mingw\include\commctrl.h:1682:2: error: unknown type name 'LPSTR'
  2278. LPSTR pszText;
  2279. ^
  2280. c:\mingw\include\commctrl.h:1688:2: error: unknown type name 'UINT'
  2281. UINT mask;
  2282. ^
  2283. c:\mingw\include\commctrl.h:1689:2: error: unknown type name 'UINT'
  2284. UINT lpReserved1;
  2285. ^
  2286. c:\mingw\include\commctrl.h:1690:2: error: unknown type name 'UINT'
  2287. UINT lpReserved2;
  2288. ^
  2289. c:\mingw\include\commctrl.h:1691:2: error: unknown type name 'LPWSTR'
  2290. LPWSTR pszText;
  2291. ^
  2292. c:\mingw\include\commctrl.h:1697:2: error: unknown type name 'UINT'
  2293. UINT mask;
  2294. ^
  2295. c:\mingw\include\commctrl.h:1702:3: error: unknown type name 'UINT'
  2296. UINT lpReserved1;
  2297. ^
  2298. c:\mingw\include\commctrl.h:1703:3: error: unknown type name 'UINT'
  2299. UINT lpReserved2;
  2300. ^
  2301. c:\mingw\include\commctrl.h:1705:2: error: unknown type name 'LPSTR'
  2302. LPSTR pszText;
  2303. ^
  2304. c:\mingw\include\commctrl.h:1708:2: error: unknown type name 'LPARAM'
  2305. LPARAM lParam;
  2306. ^
  2307. c:\mingw\include\commctrl.h:1712:2: error: unknown type name 'UINT'
  2308. UINT mask;
  2309. ^
  2310. c:\mingw\include\commctrl.h:1717:3: error: unknown type name 'UINT'
  2311. UINT lpReserved1;
  2312. ^
  2313. c:\mingw\include\commctrl.h:1718:3: error: unknown type name 'UINT'
  2314. UINT lpReserved2;
  2315. ^
  2316. c:\mingw\include\commctrl.h:1720:2: error: unknown type name 'LPWSTR'
  2317. LPWSTR pszText;
  2318. ^
  2319. c:\mingw\include\commctrl.h:1723:2: error: unknown type name 'LPARAM'
  2320. LPARAM lParam;
  2321. ^
  2322. c:\mingw\include\commctrl.h:1727:2: error: unknown type name 'POINT'
  2323. POINT pt;
  2324. ^
  2325. c:\mingw\include\commctrl.h:1728:2: error: unknown type name 'UINT'
  2326. UINT flags;
  2327. ^
  2328. c:\mingw\include\commctrl.h:1733:2: error: unknown type name 'NMHDR'
  2329. NMHDR hdr;
  2330. ^
  2331. c:\mingw\include\commctrl.h:1734:2: error: unknown type name 'WORD'
  2332. WORD wVKey;
  2333. ^
  2334. c:\mingw\include\commctrl.h:1735:2: error: unknown type name 'UINT'
  2335. UINT flags;
  2336. ^
  2337. c:\mingw\include\commctrl.h:1742:2: error: unknown type name 'DWORD'
  2338. DWORD dwSize;
  2339. ^
  2340. c:\mingw\include\commctrl.h:1743:2: error: unknown type name 'COLORREF'
  2341. COLORREF clrBtnHighlight;
  2342. ^
  2343. c:\mingw\include\commctrl.h:1744:2: error: unknown type name 'COLORREF'
  2344. COLORREF clrBtnShadow;
  2345. ^
  2346. c:\mingw\include\commctrl.h:1747:2: error: unknown type name 'UINT'
  2347. UINT cbSize;
  2348. ^
  2349. c:\mingw\include\commctrl.h:1748:2: error: unknown type name 'POINT'
  2350. POINT pt;
  2351. ^
  2352. c:\mingw\include\commctrl.h:1749:2: error: unknown type name 'UINT'
  2353. UINT uHit;
  2354. ^
  2355. c:\mingw\include\commctrl.h:1750:2: error: unknown type name 'SYSTEMTIME'
  2356. SYSTEMTIME st;
  2357. ^
  2358. c:\mingw\include\commctrl.h:1752:1: error: unknown type name 'DWORD'
  2359. typedef DWORD MONTHDAYSTATE;
  2360. ^
  2361. c:\mingw\include\commctrl.h:1755:2: error: unknown type name 'NMHDR'
  2362. NMHDR nmhdr;
  2363. ^
  2364. c:\mingw\include\commctrl.h:1756:2: error: unknown type name 'SYSTEMTIME'
  2365. SYSTEMTIME stStart;
  2366. ^
  2367. c:\mingw\include\commctrl.h:1761:2: error: unknown type name 'UINT'
  2368. UINT cbSize;
  2369. ^
  2370. c:\mingw\include\commctrl.h:1762:2: error: unknown type name 'UINT'
  2371. UINT fMask;
  2372. ^
  2373. c:\mingw\include\commctrl.h:1766:2: error: unknown type name 'UINT'
  2374. UINT cbSize;
  2375. ^
  2376. c:\mingw\include\commctrl.h:1767:2: error: unknown type name 'UINT'
  2377. UINT fMask;
  2378. ^
  2379. c:\mingw\include\commctrl.h:1768:2: error: unknown type name 'UINT'
  2380. UINT fStyle;
  2381. ^
  2382. c:\mingw\include\commctrl.h:1769:2: error: unknown type name 'COLORREF'
  2383. COLORREF clrFore;
  2384. ^
  2385. c:\mingw\include\commctrl.h:1770:2: error: unknown type name 'COLORREF'
  2386. COLORREF clrBack;
  2387. ^
  2388. c:\mingw\include\commctrl.h:1771:2: error: unknown type name 'LPSTR'
  2389. LPSTR lpText;
  2390. ^
  2391. c:\mingw\include\commctrl.h:1772:2: error: unknown type name 'UINT'
  2392. UINT cch;
  2393. ^
  2394. c:\mingw\include\commctrl.h:1774:2: error: unknown type name 'HWND'
  2395. HWND hwndChild;
  2396. ^
  2397. c:\mingw\include\commctrl.h:1775:2: error: unknown type name 'UINT'
  2398. UINT cxMinChild;
  2399. ^
  2400. c:\mingw\include\commctrl.h:1776:2: error: unknown type name 'UINT'
  2401. UINT cyMinChild;
  2402. ^
  2403. c:\mingw\include\commctrl.h:1777:2: error: unknown type name 'UINT'
  2404. UINT cx;
  2405. ^
  2406. c:\mingw\include\commctrl.h:1778:2: error: unknown type name 'HBITMAP'
  2407. HBITMAP hbmBack;
  2408. ^
  2409. c:\mingw\include\commctrl.h:1779:2: error: unknown type name 'UINT'
  2410. UINT wID;
  2411. ^
  2412. c:\mingw\include\commctrl.h:1790:2: error: unknown type name 'UINT'
  2413. UINT cbSize;
  2414. ^
  2415. c:\mingw\include\commctrl.h:1791:2: error: unknown type name 'UINT'
  2416. UINT fMask;
  2417. ^
  2418. c:\mingw\include\commctrl.h:1792:2: error: unknown type name 'UINT'
  2419. UINT fStyle;
  2420. ^
  2421. c:\mingw\include\commctrl.h:1793:2: error: unknown type name 'COLORREF'
  2422. COLORREF clrFore;
  2423. ^
  2424. c:\mingw\include\commctrl.h:1794:2: error: unknown type name 'COLORREF'
  2425. COLORREF clrBack;
  2426. ^
  2427. c:\mingw\include\commctrl.h:1795:2: error: unknown type name 'LPWSTR'
  2428. LPWSTR lpText;
  2429. ^
  2430. c:\mingw\include\commctrl.h:1796:2: error: unknown type name 'UINT'
  2431. UINT cch;
  2432. ^
  2433. c:\mingw\include\commctrl.h:1798:2: error: unknown type name 'HWND'
  2434. HWND hwndChild;
  2435. ^
  2436. c:\mingw\include\commctrl.h:1799:2: error: unknown type name 'UINT'
  2437. UINT cxMinChild;
  2438. ^
  2439. c:\mingw\include\commctrl.h:1800:2: error: unknown type name 'UINT'
  2440. UINT cyMinChild;
  2441. ^
  2442. c:\mingw\include\commctrl.h:1801:2: error: unknown type name 'UINT'
  2443. UINT cx;
  2444. ^
  2445. c:\mingw\include\commctrl.h:1802:2: error: unknown type name 'HBITMAP'
  2446. HBITMAP hbmBack;
  2447. ^
  2448. c:\mingw\include\commctrl.h:1803:2: error: unknown type name 'UINT'
  2449. UINT wID;
  2450. ^
  2451. c:\mingw\include\commctrl.h:1819:14: error: unknown type name 'CALLBACK'
  2452. typedef INT (CALLBACK *PFNDPAENUMCALLBACK)(PVOID,PVOID);
  2453. ^
  2454. c:\mingw\include\commctrl.h:1820:14: error: unknown type name 'CALLBACK'
  2455. typedef INT (CALLBACK *PFNDSAENUMCALLBACK)(PVOID,PVOID);
  2456. ^
  2457. c:\mingw\include\commctrl.h:1821:14: error: unknown type name 'CALLBACK'
  2458. typedef INT (CALLBACK *PFNDPACOMPARE)(PVOID,PVOID,LPARAM);
  2459. ^
  2460. c:\mingw\include\commctrl.h:1841:1: error: unknown type name 'HBITMAP'
  2461. HBITMAP WINAPI CreateMappedBitmap(HINSTANCE,int,UINT,LPCOLORMAP,int);
  2462. ^
  2463. c:\mingw\include\commctrl.h:1841:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateMappedBitmap'
  2464. HBITMAP WINAPI CreateMappedBitmap(HINSTANCE,int,UINT,LPCOLORMAP,int);
  2465. ^
  2466. c:\mingw\include\commctrl.h:1842:1: error: unknown type name 'HWND'
  2467. HWND WINAPI CreateStatusWindowA(LONG,LPCSTR,HWND,UINT);
  2468. ^
  2469. c:\mingw\include\commctrl.h:1842:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateStatusWindowA'
  2470. HWND WINAPI CreateStatusWindowA(LONG,LPCSTR,HWND,UINT);
  2471. ^
  2472. c:\mingw\include\commctrl.h:1843:1: error: unknown type name 'HWND'
  2473. HWND WINAPI CreateStatusWindowW(LONG,LPCWSTR,HWND,UINT);
  2474. ^
  2475. c:\mingw\include\commctrl.h:1843:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateStatusWindowW'
  2476. HWND WINAPI CreateStatusWindowW(LONG,LPCWSTR,HWND,UINT);
  2477. ^
  2478. c:\mingw\include\commctrl.h:1844:1: error: unknown type name 'HWND'
  2479. HWND WINAPI CreateToolbarEx(HWND,DWORD,UINT,int,HINSTANCE,UINT,LPCTBBUTTON,int,int,int,int,int,UINT);
  2480. ^
  2481. c:\mingw\include\commctrl.h:1844:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateToolbarEx'
  2482. HWND WINAPI CreateToolbarEx(HWND,DWORD,UINT,int,HINSTANCE,UINT,LPCTBBUTTON,int,int,int,int,int,UINT);
  2483. ^
  2484. c:\mingw\include\commctrl.h:1845:1: error: unknown type name 'HWND'
  2485. HWND WINAPI CreateUpDownControl(DWORD,int,int,int,int,HWND,int,HINSTANCE,HWND,int,int,int);
  2486. ^
  2487. c:\mingw\include\commctrl.h:1845:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateUpDownControl'
  2488. HWND WINAPI CreateUpDownControl(DWORD,int,int,int,int,HWND,int,HINSTANCE,HWND,int,int,int);
  2489. ^
  2490. c:\mingw\include\commctrl.h:1856:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DrawInsert'
  2491. void WINAPI DrawInsert(HWND,HWND,int);
  2492. ^
  2493. c:\mingw\include\commctrl.h:1857:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DrawStatusTextA'
  2494. void WINAPI DrawStatusTextA(HDC,LPRECT,LPCSTR,UINT);
  2495. ^
  2496. c:\mingw\include\commctrl.h:1858:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DrawStatusTextW'
  2497. void WINAPI DrawStatusTextW(HDC,LPRECT,LPCWSTR,UINT);
  2498. ^
  2499. c:\mingw\include\commctrl.h:1859:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GetEffectiveClientRect'
  2500. void WINAPI GetEffectiveClientRect(HWND,LPRECT,LPINT);
  2501. ^
  2502. c:\mingw\include\commctrl.h:1866:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DSA_Create'
  2503. HDSA WINAPI DSA_Create(INT,INT);
  2504. ^
  2505. c:\mingw\include\commctrl.h:1867:1: error: unknown type name 'BOOL'
  2506. BOOL WINAPI DSA_Destroy(HDSA);
  2507. ^
  2508. c:\mingw\include\commctrl.h:1867:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DSA_Destroy'
  2509. BOOL WINAPI DSA_Destroy(HDSA);
  2510. ^
  2511. c:\mingw\include\commctrl.h:1868:1: error: unknown type name 'VOID'
  2512. VOID WINAPI DSA_DestroyCallback(HDSA,PFNDSAENUMCALLBACK,PVOID);
  2513. ^
  2514. c:\mingw\include\commctrl.h:1868:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DSA_DestroyCallback'
  2515. VOID WINAPI DSA_DestroyCallback(HDSA,PFNDSAENUMCALLBACK,PVOID);
  2516. ^
  2517. c:\mingw\include\commctrl.h:1869:1: error: unknown type name 'PVOID'
  2518. PVOID WINAPI DSA_GetItemPtr(HDSA,INT);
  2519. ^
  2520. c:\mingw\include\commctrl.h:1869:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DSA_GetItemPtr'
  2521. PVOID WINAPI DSA_GetItemPtr(HDSA,INT);
  2522. ^
  2523. c:\mingw\include\commctrl.h:1870:1: error: unknown type name 'INT'
  2524. INT WINAPI DSA_InsertItem(HDSA,INT,PVOID);
  2525. ^
  2526. c:\mingw\include\commctrl.h:1870:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DSA_InsertItem'
  2527. INT WINAPI DSA_InsertItem(HDSA,INT,PVOID);
  2528. ^
  2529. c:\mingw\include\commctrl.h:1871:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_Create'
  2530. HDPA WINAPI DPA_Create(INT);
  2531. ^
  2532. c:\mingw\include\commctrl.h:1872:1: error: unknown type name 'BOOL'
  2533. BOOL WINAPI DPA_Destroy(HDPA);
  2534. ^
  2535. c:\mingw\include\commctrl.h:1872:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_Destroy'
  2536. BOOL WINAPI DPA_Destroy(HDPA);
  2537. ^
  2538. c:\mingw\include\commctrl.h:1873:1: error: unknown type name 'PVOID'
  2539. PVOID WINAPI DPA_DeletePtr(HDPA,INT);
  2540. ^
  2541. c:\mingw\include\commctrl.h:1873:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_DeletePtr'
  2542. PVOID WINAPI DPA_DeletePtr(HDPA,INT);
  2543. ^
  2544. c:\mingw\include\commctrl.h:1874:1: error: unknown type name 'BOOL'
  2545. BOOL WINAPI DPA_DeleteAllPtrs(HDPA);
  2546. ^
  2547. c:\mingw\include\commctrl.h:1874:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_DeleteAllPtrs'
  2548. BOOL WINAPI DPA_DeleteAllPtrs(HDPA);
  2549. ^
  2550. c:\mingw\include\commctrl.h:1875:1: error: unknown type name 'VOID'
  2551. VOID WINAPI DPA_EnumCallback(HDPA,PFNDPAENUMCALLBACK,PVOID);
  2552. ^
  2553. c:\mingw\include\commctrl.h:1875:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_EnumCallback'
  2554. VOID WINAPI DPA_EnumCallback(HDPA,PFNDPAENUMCALLBACK,PVOID);
  2555. ^
  2556. c:\mingw\include\commctrl.h:1876:1: error: unknown type name 'VOID'
  2557. VOID WINAPI DPA_DestroyCallback(HDPA,PFNDPAENUMCALLBACK,PVOID);
  2558. ^
  2559. c:\mingw\include\commctrl.h:1876:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_DestroyCallback'
  2560. VOID WINAPI DPA_DestroyCallback(HDPA,PFNDPAENUMCALLBACK,PVOID);
  2561. ^
  2562. c:\mingw\include\commctrl.h:1877:1: error: unknown type name 'BOOL'
  2563. BOOL WINAPI DPA_SetPtr(HDPA,INT,PVOID);
  2564. ^
  2565. c:\mingw\include\commctrl.h:1877:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_SetPtr'
  2566. BOOL WINAPI DPA_SetPtr(HDPA,INT,PVOID);
  2567. ^
  2568. c:\mingw\include\commctrl.h:1878:1: error: unknown type name 'INT'
  2569. INT WINAPI DPA_InsertPtr(HDPA,INT,PVOID);
  2570. ^
  2571. c:\mingw\include\commctrl.h:1878:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_InsertPtr'
  2572. INT WINAPI DPA_InsertPtr(HDPA,INT,PVOID);
  2573. ^
  2574. c:\mingw\include\commctrl.h:1879:1: error: unknown type name 'PVOID'
  2575. PVOID WINAPI DPA_GetPtr(HDPA,INT_PTR);
  2576. ^
  2577. c:\mingw\include\commctrl.h:1879:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_GetPtr'
  2578. PVOID WINAPI DPA_GetPtr(HDPA,INT_PTR);
  2579. ^
  2580. c:\mingw\include\commctrl.h:1880:1: error: unknown type name 'BOOL'
  2581. BOOL WINAPI DPA_Sort(HDPA,PFNDPACOMPARE,LPARAM);
  2582. ^
  2583. c:\mingw\include\commctrl.h:1880:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_Sort'
  2584. BOOL WINAPI DPA_Sort(HDPA,PFNDPACOMPARE,LPARAM);
  2585. ^
  2586. c:\mingw\include\commctrl.h:1881:1: error: unknown type name 'INT'
  2587. INT WINAPI DPA_Search(HDPA,PVOID,INT,PFNDPACOMPARE,LPARAM,UINT);
  2588. ^
  2589. c:\mingw\include\commctrl.h:1881:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPA_Search'
  2590. INT WINAPI DPA_Search(HDPA,PVOID,INT,PFNDPACOMPARE,LPARAM,UINT);
  2591. ^
  2592. c:\mingw\include\commctrl.h:1882:1: error: unknown type name 'BOOL'
  2593. BOOL WINAPI Str_SetPtrW(LPWSTR*,LPCWSTR);
  2594. ^
  2595. c:\mingw\include\commctrl.h:1882:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Str_SetPtrW'
  2596. BOOL WINAPI Str_SetPtrW(LPWSTR*,LPCWSTR);
  2597. ^
  2598. c:\mingw\include\commctrl.h:1883:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Add'
  2599. int WINAPI ImageList_Add(HIMAGELIST,HBITMAP,HBITMAP);
  2600. ^
  2601. c:\mingw\include\commctrl.h:1885:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_AddMasked'
  2602. int WINAPI ImageList_AddMasked(HIMAGELIST,HBITMAP,COLORREF);
  2603. ^
  2604. c:\mingw\include\commctrl.h:1886:1: error: unknown type name 'BOOL'
  2605. BOOL WINAPI ImageList_BeginDrag(HIMAGELIST,int,int,int);
  2606. ^
  2607. c:\mingw\include\commctrl.h:1886:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_BeginDrag'
  2608. BOOL WINAPI ImageList_BeginDrag(HIMAGELIST,int,int,int);
  2609. ^
  2610. c:\mingw\include\commctrl.h:1887:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Create'
  2611. HIMAGELIST WINAPI ImageList_Create(int,int,UINT,int,int);
  2612. ^
  2613. c:\mingw\include\commctrl.h:1888:1: error: unknown type name 'BOOL'
  2614. BOOL WINAPI ImageList_Destroy(HIMAGELIST);
  2615. ^
  2616. c:\mingw\include\commctrl.h:1888:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Destroy'
  2617. BOOL WINAPI ImageList_Destroy(HIMAGELIST);
  2618. ^
  2619. c:\mingw\include\commctrl.h:1889:1: error: unknown type name 'BOOL'
  2620. BOOL WINAPI ImageList_DragEnter(HWND,int,int);
  2621. ^
  2622. c:\mingw\include\commctrl.h:1889:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_DragEnter'
  2623. BOOL WINAPI ImageList_DragEnter(HWND,int,int);
  2624. ^
  2625. c:\mingw\include\commctrl.h:1890:1: error: unknown type name 'BOOL'
  2626. BOOL WINAPI ImageList_DragLeave(HWND);
  2627. ^
  2628. c:\mingw\include\commctrl.h:1890:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_DragLeave'
  2629. BOOL WINAPI ImageList_DragLeave(HWND);
  2630. ^
  2631. c:\mingw\include\commctrl.h:1891:1: error: unknown type name 'BOOL'
  2632. BOOL WINAPI ImageList_DragMove(int,int);
  2633. ^
  2634. c:\mingw\include\commctrl.h:1891:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_DragMove'
  2635. BOOL WINAPI ImageList_DragMove(int,int);
  2636. ^
  2637. c:\mingw\include\commctrl.h:1892:1: error: unknown type name 'BOOL'
  2638. BOOL WINAPI ImageList_DragShowNolock(BOOL);
  2639. ^
  2640. c:\mingw\include\commctrl.h:1892:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_DragShowNolock'
  2641. BOOL WINAPI ImageList_DragShowNolock(BOOL);
  2642. ^
  2643. c:\mingw\include\commctrl.h:1893:1: error: unknown type name 'BOOL'
  2644. BOOL WINAPI ImageList_Draw(HIMAGELIST,int,HDC,int,int,UINT);
  2645. ^
  2646. c:\mingw\include\commctrl.h:1893:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Draw'
  2647. BOOL WINAPI ImageList_Draw(HIMAGELIST,int,HDC,int,int,UINT);
  2648. ^
  2649. c:\mingw\include\commctrl.h:1894:1: error: unknown type name 'BOOL'
  2650. BOOL WINAPI ImageList_DrawEx(HIMAGELIST,int,HDC,int,int,int,int,COLORREF,COLORREF,UINT);
  2651. ^
  2652. c:\mingw\include\commctrl.h:1894:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_DrawEx'
  2653. BOOL WINAPI ImageList_DrawEx(HIMAGELIST,int,HDC,int,int,int,int,COLORREF,COLORREF,UINT);
  2654. ^
  2655. c:\mingw\include\commctrl.h:1895:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_EndDrag'
  2656. void WINAPI ImageList_EndDrag(VOID);
  2657. ^
  2658. c:\mingw\include\commctrl.h:1897:1: error: unknown type name 'COLORREF'
  2659. COLORREF WINAPI ImageList_GetBkColor(HIMAGELIST);
  2660. ^
  2661. c:\mingw\include\commctrl.h:1897:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetBkColor'
  2662. COLORREF WINAPI ImageList_GetBkColor(HIMAGELIST);
  2663. ^
  2664. c:\mingw\include\commctrl.h:1898:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetDragImage'
  2665. HIMAGELIST WINAPI ImageList_GetDragImage(LPPOINT,LPPOINT);
  2666. ^
  2667. c:\mingw\include\commctrl.h:1899:1: error: unknown type name 'HICON'
  2668. HICON WINAPI ImageList_GetIcon(HIMAGELIST,int,UINT);
  2669. ^
  2670. c:\mingw\include\commctrl.h:1899:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetIcon'
  2671. HICON WINAPI ImageList_GetIcon(HIMAGELIST,int,UINT);
  2672. ^
  2673. c:\mingw\include\commctrl.h:1900:1: error: unknown type name 'BOOL'
  2674. BOOL WINAPI ImageList_GetIconSize(HIMAGELIST,int*,int*);
  2675. ^
  2676. c:\mingw\include\commctrl.h:1900:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetIconSize'
  2677. BOOL WINAPI ImageList_GetIconSize(HIMAGELIST,int*,int*);
  2678. ^
  2679. c:\mingw\include\commctrl.h:1901:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetImageCount'
  2680. int WINAPI ImageList_GetImageCount(HIMAGELIST);
  2681. ^
  2682. c:\mingw\include\commctrl.h:1902:1: error: unknown type name 'BOOL'
  2683. BOOL WINAPI ImageList_GetImageInfo(HIMAGELIST,int,IMAGEINFO*);
  2684. ^
  2685. c:\mingw\include\commctrl.h:1902:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_GetImageInfo'
  2686. BOOL WINAPI ImageList_GetImageInfo(HIMAGELIST,int,IMAGEINFO*);
  2687. ^
  2688. c:\mingw\include\commctrl.h:1904:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_LoadImageA'
  2689. HIMAGELIST WINAPI ImageList_LoadImageA(HINSTANCE,LPCSTR,int,int,COLORREF,UINT,UINT);
  2690. ^
  2691. c:\mingw\include\commctrl.h:1905:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_LoadImageW'
  2692. HIMAGELIST WINAPI ImageList_LoadImageW(HINSTANCE,LPCWSTR,int,int,COLORREF,UINT,UINT);
  2693. ^
  2694. c:\mingw\include\commctrl.h:1906:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Merge'
  2695. HIMAGELIST WINAPI ImageList_Merge(HIMAGELIST,int,HIMAGELIST,int,int,int);
  2696. ^
  2697. c:\mingw\include\commctrl.h:1907:1: error: unknown type name 'BOOL'
  2698. BOOL WINAPI ImageList_Remove(HIMAGELIST,int);
  2699. ^
  2700. c:\mingw\include\commctrl.h:1907:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Remove'
  2701. BOOL WINAPI ImageList_Remove(HIMAGELIST,int);
  2702. ^
  2703. c:\mingw\include\commctrl.h:1909:1: error: unknown type name 'BOOL'
  2704. BOOL WINAPI ImageList_Replace(HIMAGELIST,int,HBITMAP,HBITMAP);
  2705. ^
  2706. c:\mingw\include\commctrl.h:1909:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_Replace'
  2707. BOOL WINAPI ImageList_Replace(HIMAGELIST,int,HBITMAP,HBITMAP);
  2708. ^
  2709. c:\mingw\include\commctrl.h:1910:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_ReplaceIcon'
  2710. int WINAPI ImageList_ReplaceIcon(HIMAGELIST,int,HICON);
  2711. ^
  2712. c:\mingw\include\commctrl.h:1911:1: error: unknown type name 'COLORREF'
  2713. COLORREF WINAPI ImageList_SetBkColor(HIMAGELIST,COLORREF);
  2714. ^
  2715. c:\mingw\include\commctrl.h:1911:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_SetBkColor'
  2716. COLORREF WINAPI ImageList_SetBkColor(HIMAGELIST,COLORREF);
  2717. ^
  2718. c:\mingw\include\commctrl.h:1912:1: error: unknown type name 'BOOL'
  2719. BOOL WINAPI ImageList_SetDragCursorImage(HIMAGELIST,int,int,int);
  2720. ^
  2721. c:\mingw\include\commctrl.h:1912:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_SetDragCursorImage'
  2722. BOOL WINAPI ImageList_SetDragCursorImage(HIMAGELIST,int,int,int);
  2723. ^
  2724. c:\mingw\include\commctrl.h:1913:1: error: unknown type name 'BOOL'
  2725. BOOL WINAPI ImageList_SetIconSize(HIMAGELIST,int,int);
  2726. ^
  2727. c:\mingw\include\commctrl.h:1913:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_SetIconSize'
  2728. BOOL WINAPI ImageList_SetIconSize(HIMAGELIST,int,int);
  2729. ^
  2730. c:\mingw\include\commctrl.h:1914:1: error: unknown type name 'BOOL'
  2731. BOOL WINAPI ImageList_SetOverlayImage(HIMAGELIST,int,int);
  2732. ^
  2733. c:\mingw\include\commctrl.h:1914:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ImageList_SetOverlayImage'
  2734. BOOL WINAPI ImageList_SetOverlayImage(HIMAGELIST,int,int);
  2735. ^
  2736. c:\mingw\include\commctrl.h:1919:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'InitCommonControls'
  2737. void WINAPI InitCommonControls(void);
  2738. ^
  2739. c:\mingw\include\commctrl.h:1920:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'LBItemFromPt'
  2740. int WINAPI LBItemFromPt(HWND,POINT,BOOL);
  2741. ^
  2742. In file included from configure:8556:0:
  2743. c:\mingw\include\commctrl.h:2032:1: error: unknown type name 'BOOL'
  2744. BOOL WINAPI MakeDragList(HWND);
  2745. ^
  2746. c:\mingw\include\commctrl.h:2032:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MakeDragList'
  2747. BOOL WINAPI MakeDragList(HWND);
  2748. ^
  2749. c:\mingw\include\commctrl.h:2033:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MenuHelp'
  2750. void WINAPI MenuHelp(UINT,WPARAM,LPARAM,HMENU,HINSTANCE,HWND,PUINT);
  2751. ^
  2752. c:\mingw\include\commctrl.h:2057:1: error: unknown type name 'BOOL'
  2753. BOOL WINAPI ShowHideMenuCtl(HWND,UINT,PINT);
  2754. ^
  2755. c:\mingw\include\commctrl.h:2057:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ShowHideMenuCtl'
  2756. BOOL WINAPI ShowHideMenuCtl(HWND,UINT,PINT);
  2757. ^
  2758. c:\mingw\include\commctrl.h:2080:1: error: unknown type name 'BOOL'
  2759. BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT);
  2760. ^
  2761. c:\mingw\include\commctrl.h:2080:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_TrackMouseEvent'
  2762. BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT);
  2763. ^
  2764. configure:8494: $? = 1
  2765. configure: failed program was:
  2766. | #line 8480 "configure"
  2767. | /* confdefs.h. */
  2768. |
  2769. | #define PACKAGE_NAME ""
  2770. | #define PACKAGE_TARNAME ""
  2771. | #define PACKAGE_VERSION ""
  2772. | #define PACKAGE_STRING ""
  2773. | #define PACKAGE_BUGREPORT ""
  2774. | #define PACKAGE "vice"
  2775. | #define VERSION "1.12"
  2776. | #define ENABLE_TEXTFIELD 1
  2777. | #define HAS_JOYSTICK 1
  2778. | #define HAVE_MOUSE 1
  2779. | #define HAVE_TFE 1
  2780. | #define HAS_LONGLONG_INTEGER 1
  2781. | #define HAS_UNLOCKRESOURCE 1
  2782. | #define STDC_HEADERS 1
  2783. | #define HAVE_SYS_TYPES_H 1
  2784. | #define HAVE_SYS_STAT_H 1
  2785. | #define HAVE_STDLIB_H 1
  2786. | #define HAVE_STRING_H 1
  2787. | #define HAVE_MEMORY_H 1
  2788. | #define HAVE_STRINGS_H 1
  2789. | #define HAVE_INTTYPES_H 1
  2790. | #define HAVE_STDINT_H 1
  2791. | #define HAVE_UNISTD_H 1
  2792. | #ifdef __cplusplus
  2793. | #include <stdlib.h>
  2794. | #endif
  2795. | #define HAVE_RESID 1
  2796. | #define SIZEOF_UNSIGNED_SHORT 2
  2797. | #define SIZEOF_UNSIGNED_INT 4
  2798. | #define SIZEOF_UNSIGNED_LONG 4
  2799. | #define HAVE_DIRENT_H 1
  2800. | #define HAVE_FCNTL_H 1
  2801. | #define HAVE_LIMITS_H 1
  2802. | #define HAVE_STRINGS_H 1
  2803. | #define HAVE_UNISTD_H 1
  2804. | #define HAVE_SYS_PARAM_H 1
  2805. | #define HAVE_SYS_TYPES_H 1
  2806. | #define HAVE_SYS_TIME_H 1
  2807. | #define HAVE_DIR_H 1
  2808. | /* end confdefs.h. */
  2809. | #include <stdio.h>
  2810. | #if HAVE_SYS_TYPES_H
  2811. | # include <sys/types.h>
  2812. | #endif
  2813. | #if HAVE_SYS_STAT_H
  2814. | # include <sys/stat.h>
  2815. | #endif
  2816. | #if STDC_HEADERS
  2817. | # include <stdlib.h>
  2818. | # include <stddef.h>
  2819. | #else
  2820. | # if HAVE_STDLIB_H
  2821. | # include <stdlib.h>
  2822. | # endif
  2823. | #endif
  2824. | #if HAVE_STRING_H
  2825. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2826. | # include <memory.h>
  2827. | # endif
  2828. | # include <string.h>
  2829. | #endif
  2830. | #if HAVE_STRINGS_H
  2831. | # include <strings.h>
  2832. | #endif
  2833. | #if HAVE_INTTYPES_H
  2834. | # include <inttypes.h>
  2835. | #else
  2836. | # if HAVE_STDINT_H
  2837. | # include <stdint.h>
  2838. | # endif
  2839. | #endif
  2840. | #if HAVE_UNISTD_H
  2841. | # include <unistd.h>
  2842. | #endif
  2843. | #include <commctrl.h>
  2844. configure:8510: result: no
  2845. configure:8514: checking commctrl.h presence
  2846. configure:8525: gcc -E conftest.c
  2847. configure:8531: $? = 0
  2848. configure:8550: result: yes
  2849. configure:8570: WARNING: commctrl.h: present but cannot be compiled
  2850. configure:8572: WARNING: commctrl.h: check for missing prerequisite headers?
  2851. configure:8574: WARNING: commctrl.h: proceeding with the preprocessor's result
  2852. configure:8586: checking for commctrl.h
  2853. configure:8593: result: yes
  2854. configure:8478: checking shlobj.h usability
  2855. configure:8491: gcc -c -g -O2 conftest.c >&5
  2856. configure:8494: $? = 0
  2857. configure:8497: test -s conftest.o
  2858. configure:8500: $? = 0
  2859. configure:8510: result: yes
  2860. configure:8514: checking shlobj.h presence
  2861. configure:8525: gcc -E conftest.c
  2862. configure:8531: $? = 0
  2863. configure:8550: result: yes
  2864. configure:8586: checking for shlobj.h
  2865. configure:8593: result: yes
  2866. configure:8478: checking errno.h usability
  2867. configure:8491: gcc -c -g -O2 conftest.c >&5
  2868. configure:8494: $? = 0
  2869. configure:8497: test -s conftest.o
  2870. configure:8500: $? = 0
  2871. configure:8510: result: yes
  2872. configure:8514: checking errno.h presence
  2873. configure:8525: gcc -E conftest.c
  2874. configure:8531: $? = 0
  2875. configure:8550: result: yes
  2876. configure:8586: checking for errno.h
  2877. configure:8593: result: yes
  2878. configure:8478: checking io.h usability
  2879. configure:8491: gcc -c -g -O2 conftest.c >&5
  2880. configure:8494: $? = 0
  2881. configure:8497: test -s conftest.o
  2882. configure:8500: $? = 0
  2883. configure:8510: result: yes
  2884. configure:8514: checking io.h presence
  2885. configure:8525: gcc -E conftest.c
  2886. configure:8531: $? = 0
  2887. configure:8550: result: yes
  2888. configure:8586: checking for io.h
  2889. configure:8593: result: yes
  2890. configure:8469: checking for sys/stat.h
  2891. configure:8474: result: yes
  2892. configure:8478: checking signal.h usability
  2893. configure:8491: gcc -c -g -O2 conftest.c >&5
  2894. configure:8494: $? = 0
  2895. configure:8497: test -s conftest.o
  2896. configure:8500: $? = 0
  2897. configure:8510: result: yes
  2898. configure:8514: checking signal.h presence
  2899. configure:8525: gcc -E conftest.c
  2900. configure:8531: $? = 0
  2901. configure:8550: result: yes
  2902. configure:8586: checking for signal.h
  2903. configure:8593: result: yes
  2904. configure:8478: checking winioctl.h usability
  2905. configure:8491: gcc -c -g -O2 conftest.c >&5
  2906. In file included from configure:8562:0:
  2907. c:\mingw\include\winioctl.h:217:1: error: unknown type name 'WORD'
  2908. typedef WORD BAD_TRACK_NUMBER,*PBAD_TRACK_NUMBER;
  2909. ^
  2910. c:\mingw\include\winioctl.h:220:2: error: unknown type name 'LARGE_INTEGER'
  2911. LARGE_INTEGER StartValue;
  2912. ^
  2913. c:\mingw\include\winioctl.h:221:2: error: unknown type name 'LARGE_INTEGER'
  2914. LARGE_INTEGER Length;
  2915. ^
  2916. c:\mingw\include\winioctl.h:225:2: error: unknown type name 'DWORD'
  2917. DWORD BinCount;
  2918. ^
  2919. c:\mingw\include\winioctl.h:228:2: error: unknown type name 'DWORD'
  2920. DWORD NumberOfBins;
  2921. ^
  2922. c:\mingw\include\winioctl.h:237:3: error: unknown type name 'GUID'
  2923. GUID DiskId;
  2924. ^
  2925. c:\mingw\include\winioctl.h:238:3: error: unknown type name 'DWORD'
  2926. DWORD MaxPartitionCount;
  2927. ^
  2928. c:\mingw\include\winioctl.h:241:3: error: unknown type name 'DWORD'
  2929. DWORD Signature;
  2930. ^
  2931. c:\mingw\include\winioctl.h:245:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  2932. _ANONYMOUS_UNION union {
  2933. ^
  2934. c:\mingw\include\winioctl.h:256:3: error: unknown type name 'BOOLEAN'
  2935. BOOLEAN ParametersSavable;
  2936. ^
  2937. c:\mingw\include\winioctl.h:257:3: error: unknown type name 'BOOLEAN'
  2938. BOOLEAN ReadCacheEnabled;
  2939. ^
  2940. c:\mingw\include\winioctl.h:258:3: error: unknown type name 'BOOLEAN'
  2941. BOOLEAN WriteCacheEnabled;
  2942. ^
  2943. c:\mingw\include\winioctl.h:261:3: error: unknown type name 'WORD'
  2944. WORD DisablePrefetchTransferLength;
  2945. ^
  2946. c:\mingw\include\winioctl.h:262:3: error: unknown type name 'BOOLEAN'
  2947. BOOLEAN PrefetchScalar;
  2948. ^
  2949. c:\mingw\include\winioctl.h:263:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  2950. _ANONYMOUS_UNION union {
  2951. ^
  2952. c:\mingw\include\winioctl.h:281:3: error: unknown type name 'WORD'
  2953. WORD DriveSelect;
  2954. ^
  2955. c:\mingw\include\winioctl.h:282:3: error: unknown type name 'DWORD'
  2956. DWORD MaxCylinders;
  2957. ^
  2958. c:\mingw\include\winioctl.h:283:3: error: unknown type name 'WORD'
  2959. WORD SectorsPerTrack;
  2960. ^
  2961. c:\mingw\include\winioctl.h:284:3: error: unknown type name 'WORD'
  2962. WORD MaxHeads;
  2963. ^
  2964. c:\mingw\include\winioctl.h:285:3: error: unknown type name 'WORD'
  2965. WORD NumberDrives;
  2966. ^
  2967. c:\mingw\include\winioctl.h:288:3: error: unknown type name 'WORD'
  2968. WORD ExBufferSize;
  2969. ^
  2970. c:\mingw\include\winioctl.h:289:3: error: unknown type name 'WORD'
  2971. WORD ExFlags;
  2972. ^
  2973. c:\mingw\include\winioctl.h:290:3: error: unknown type name 'DWORD'
  2974. DWORD ExCylinders;
  2975. ^
  2976. c:\mingw\include\winioctl.h:291:3: error: unknown type name 'DWORD'
  2977. DWORD ExHeads;
  2978. ^
  2979. c:\mingw\include\winioctl.h:292:3: error: unknown type name 'DWORD'
  2980. DWORD ExSectorsPerTrack;
  2981. ^
  2982. c:\mingw\include\winioctl.h:293:3: error: unknown type name 'DWORD64'
  2983. DWORD64 ExSectorsPerDrive;
  2984. ^
  2985. c:\mingw\include\winioctl.h:294:3: error: unknown type name 'WORD'
  2986. WORD ExSectorSize;
  2987. ^
  2988. c:\mingw\include\winioctl.h:295:3: error: unknown type name 'WORD'
  2989. WORD ExReserved;
  2990. ^
  2991. c:\mingw\include\winioctl.h:298:3: error: unknown type name 'DWORD'
  2992. DWORD SizeOfDetectInfo;
  2993. ^
  2994. c:\mingw\include\winioctl.h:300:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  2995. _ANONYMOUS_UNION union {
  2996. ^
  2997. c:\mingw\include\winioctl.h:336:3: error: unknown type name 'LARGE_INTEGER'
  2998. LARGE_INTEGER Cylinders;
  2999. ^
  3000. c:\mingw\include\winioctl.h:338:3: error: unknown type name 'DWORD'
  3001. DWORD TracksPerCylinder;
  3002. ^
  3003. c:\mingw\include\winioctl.h:339:3: error: unknown type name 'DWORD'
  3004. DWORD SectorsPerTrack;
  3005. ^
  3006. c:\mingw\include\winioctl.h:340:3: error: unknown type name 'DWORD'
  3007. DWORD BytesPerSector;
  3008. ^
  3009. c:\mingw\include\winioctl.h:344:3: error: unknown type name 'LARGE_INTEGER'
  3010. LARGE_INTEGER DiskSize;
  3011. ^
  3012. c:\mingw\include\winioctl.h:345:3: error: unknown type name 'BYTE'
  3013. BYTE Data[1];
  3014. ^
  3015. c:\mingw\include\winioctl.h:348:3: error: unknown type name 'DWORD'
  3016. DWORD PartitionNumber;
  3017. ^
  3018. c:\mingw\include\winioctl.h:349:3: error: unknown type name 'LARGE_INTEGER'
  3019. LARGE_INTEGER BytesToGrow;
  3020. ^
  3021. c:\mingw\include\winioctl.h:352:3: error: unknown type name 'DWORD'
  3022. DWORD SizeOfPartitionInfo;
  3023. ^
  3024. c:\mingw\include\winioctl.h:354:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  3025. _ANONYMOUS_UNION union {
  3026. ^
  3027. c:\mingw\include\winioctl.h:364:5: error: unknown type name 'LARGE_INTEGER'
  3028. LARGE_INTEGER BytesRead;
  3029. ^
  3030. c:\mingw\include\winioctl.h:365:5: error: unknown type name 'LARGE_INTEGER'
  3031. LARGE_INTEGER BytesWritten;
  3032. ^
  3033. c:\mingw\include\winioctl.h:366:5: error: unknown type name 'LARGE_INTEGER'
  3034. LARGE_INTEGER ReadTime;
  3035. ^
  3036. c:\mingw\include\winioctl.h:367:5: error: unknown type name 'LARGE_INTEGER'
  3037. LARGE_INTEGER WriteTime;
  3038. ^
  3039. c:\mingw\include\winioctl.h:368:5: error: unknown type name 'DWORD'
  3040. DWORD ReadCount;
  3041. ^
  3042. c:\mingw\include\winioctl.h:369:5: error: unknown type name 'DWORD'
  3043. DWORD WriteCount;
  3044. ^
  3045. c:\mingw\include\winioctl.h:370:5: error: unknown type name 'DWORD'
  3046. DWORD QueueDepth;
  3047. ^
  3048. c:\mingw\include\winioctl.h:373:3: error: unknown type name 'LARGE_INTEGER'
  3049. LARGE_INTEGER ByteOffset;
  3050. ^
  3051. c:\mingw\include\winioctl.h:374:3: error: unknown type name 'LARGE_INTEGER'
  3052. LARGE_INTEGER StartTime;
  3053. ^
  3054. c:\mingw\include\winioctl.h:375:3: error: unknown type name 'LARGE_INTEGER'
  3055. LARGE_INTEGER EndTime;
  3056. ^
  3057. c:\mingw\include\winioctl.h:376:3: error: unknown type name 'PVOID'
  3058. PVOID VirtualAddress;
  3059. ^
  3060. c:\mingw\include\winioctl.h:377:3: error: unknown type name 'DWORD'
  3061. DWORD NumberOfBytes;
  3062. ^
  3063. c:\mingw\include\winioctl.h:378:3: error: unknown type name 'BYTE'
  3064. BYTE DeviceNumber;
  3065. ^
  3066. c:\mingw\include\winioctl.h:379:3: error: unknown type name 'BOOLEAN'
  3067. BOOLEAN ReadRequest;
  3068. ^
  3069. c:\mingw\include\winioctl.h:382:3: error: unknown type name 'BYTE'
  3070. BYTE Function;
  3071. ^
  3072. c:\mingw\include\winioctl.h:383:3: error: unknown type name 'PVOID'
  3073. PVOID BufferAddress;
  3074. ^
  3075. c:\mingw\include\winioctl.h:384:3: error: unknown type name 'DWORD'
  3076. DWORD BufferSize;
  3077. ^
  3078. c:\mingw\include\winioctl.h:387:3: error: unknown type name 'LONGLONG'
  3079. LONGLONG QuotaUsed;
  3080. ^
  3081. c:\mingw\include\winioctl.h:388:3: error: unknown type name 'LONGLONG'
  3082. LONGLONG QuotaThreshold;
  3083. ^
  3084. c:\mingw\include\winioctl.h:389:3: error: unknown type name 'LONGLONG'
  3085. LONGLONG QuotaLimit;
  3086. ^
  3087. c:\mingw\include\winioctl.h:393:3: error: unknown type name 'DWORD'
  3088. DWORD StartCylinderNumber;
  3089. ^
  3090. c:\mingw\include\winioctl.h:394:3: error: unknown type name 'DWORD'
  3091. DWORD EndCylinderNumber;
  3092. ^
  3093. c:\mingw\include\winioctl.h:395:3: error: unknown type name 'DWORD'
  3094. DWORD StartHeadNumber;
  3095. ^
  3096. c:\mingw\include\winioctl.h:396:3: error: unknown type name 'DWORD'
  3097. DWORD EndHeadNumber;
  3098. ^
  3099. c:\mingw\include\winioctl.h:400:3: error: unknown type name 'DWORD'
  3100. DWORD StartCylinderNumber;
  3101. ^
  3102. c:\mingw\include\winioctl.h:401:3: error: unknown type name 'DWORD'
  3103. DWORD EndCylinderNumber;
  3104. ^
  3105. c:\mingw\include\winioctl.h:402:3: error: unknown type name 'DWORD'
  3106. DWORD StartHeadNumber;
  3107. ^
  3108. c:\mingw\include\winioctl.h:403:3: error: unknown type name 'DWORD'
  3109. DWORD EndHeadNumber;
  3110. ^
  3111. c:\mingw\include\winioctl.h:404:3: error: unknown type name 'WORD'
  3112. WORD FormatGapLength;
  3113. ^
  3114. c:\mingw\include\winioctl.h:405:3: error: unknown type name 'WORD'
  3115. WORD SectorsPerTrack;
  3116. ^
  3117. c:\mingw\include\winioctl.h:406:3: error: unknown type name 'WORD'
  3118. WORD SectorNumber[1];
  3119. ^
  3120. c:\mingw\include\winioctl.h:409:3: error: unknown type name 'LARGE_INTEGER'
  3121. LARGE_INTEGER Length;
  3122. ^
  3123. c:\mingw\include\winioctl.h:412:3: error: unknown type name 'DWORD'
  3124. DWORD Reads;
  3125. ^
  3126. c:\mingw\include\winioctl.h:413:3: error: unknown type name 'DWORD'
  3127. DWORD Writes;
  3128. ^
  3129. c:\mingw\include\winioctl.h:416:3: error: unknown type name 'LARGE_INTEGER'
  3130. LARGE_INTEGER DiskSize;
  3131. ^
  3132. c:\mingw\include\winioctl.h:417:3: error: unknown type name 'LARGE_INTEGER'
  3133. LARGE_INTEGER Start;
  3134. ^
  3135. c:\mingw\include\winioctl.h:418:3: error: unknown type name 'LARGE_INTEGER'
  3136. LARGE_INTEGER End;
  3137. ^
  3138. c:\mingw\include\winioctl.h:419:3: error: unknown type name 'LARGE_INTEGER'
  3139. LARGE_INTEGER Average;
  3140. ^
  3141. c:\mingw\include\winioctl.h:420:3: error: unknown type name 'LARGE_INTEGER'
  3142. LARGE_INTEGER AverageRead;
  3143. ^
  3144. c:\mingw\include\winioctl.h:421:3: error: unknown type name 'LARGE_INTEGER'
  3145. LARGE_INTEGER AverageWrite;
  3146. ^
  3147. c:\mingw\include\winioctl.h:422:3: error: unknown type name 'DWORD'
  3148. DWORD Granularity;
  3149. ^
  3150. c:\mingw\include\winioctl.h:423:3: error: unknown type name 'DWORD'
  3151. DWORD Size;
  3152. ^
  3153. c:\mingw\include\winioctl.h:424:3: error: unknown type name 'DWORD'
  3154. DWORD ReadCount;
  3155. ^
  3156. c:\mingw\include\winioctl.h:425:3: error: unknown type name 'DWORD'
  3157. DWORD WriteCount;
  3158. ^
  3159. c:\mingw\include\winioctl.h:429:3: error: unknown type name 'DWORD'
  3160. DWORD DiskNumber;
  3161. ^
  3162. c:\mingw\include\winioctl.h:430:3: error: unknown type name 'LARGE_INTEGER'
  3163. LARGE_INTEGER StartingOffset;
  3164. ^
  3165. c:\mingw\include\winioctl.h:431:3: error: unknown type name 'LARGE_INTEGER'
  3166. LARGE_INTEGER ExtentLength;
  3167. ^
  3168. c:\mingw\include\winioctl.h:434:3: error: unknown type name 'DWORD'
  3169. DWORD NumberOfDiskExtents;
  3170. ^
  3171. c:\mingw\include\winioctl.h:438:3: error: unknown type name 'LARGE_INTEGER'
  3172. LARGE_INTEGER StartingOffset;
  3173. ^
  3174. c:\mingw\include\winioctl.h:439:3: error: unknown type name 'LARGE_INTEGER'
  3175. LARGE_INTEGER PartitionLength;
  3176. ^
  3177. c:\mingw\include\winioctl.h:440:3: error: unknown type name 'DWORD'
  3178. DWORD HiddenSectors;
  3179. ^
  3180. c:\mingw\include\winioctl.h:441:3: error: unknown type name 'DWORD'
  3181. DWORD PartitionNumber;
  3182. ^
  3183. c:\mingw\include\winioctl.h:442:3: error: unknown type name 'BYTE'
  3184. BYTE PartitionType;
  3185. ^
  3186. c:\mingw\include\winioctl.h:443:3: error: unknown type name 'BOOLEAN'
  3187. BOOLEAN BootIndicator;
  3188. ^
  3189. c:\mingw\include\winioctl.h:444:3: error: unknown type name 'BOOLEAN'
  3190. BOOLEAN RecognizedPartition;
  3191. ^
  3192. c:\mingw\include\winioctl.h:445:3: error: unknown type name 'BOOLEAN'
  3193. BOOLEAN RewritePartition;
  3194. ^
  3195. c:\mingw\include\winioctl.h:448:3: error: unknown type name 'DWORD'
  3196. DWORD PartitionCount;
  3197. ^
  3198. c:\mingw\include\winioctl.h:449:3: error: unknown type name 'DWORD'
  3199. DWORD Signature;
  3200. ^
  3201. c:\mingw\include\winioctl.h:453:3: error: unknown type name 'GUID'
  3202. GUID DiskId;
  3203. ^
  3204. c:\mingw\include\winioctl.h:454:3: error: unknown type name 'LARGE_INTEGER'
  3205. LARGE_INTEGER StartingUsableOffset;
  3206. ^
  3207. c:\mingw\include\winioctl.h:455:3: error: unknown type name 'LARGE_INTEGER'
  3208. LARGE_INTEGER UsableLength;
  3209. ^
  3210. c:\mingw\include\winioctl.h:456:3: error: unknown type name 'ULONG'
  3211. ULONG MaxPartitionCount;
  3212. ^
  3213. c:\mingw\include\winioctl.h:462:3: error: unknown type name 'ULONG'
  3214. ULONG Signature;
  3215. ^
  3216. c:\mingw\include\winioctl.h:467:3: error: unknown type name 'BYTE'
  3217. BYTE PartitionType;
  3218. ^
  3219. c:\mingw\include\winioctl.h:468:3: error: unknown type name 'BOOLEAN'
  3220. BOOLEAN BootIndicator;
  3221. ^
  3222. c:\mingw\include\winioctl.h:469:3: error: unknown type name 'BOOLEAN'
  3223. BOOLEAN RecognizedPartition;
  3224. ^
  3225. c:\mingw\include\winioctl.h:470:3: error: unknown type name 'DWORD'
  3226. DWORD HiddenSectors;
  3227. ^
  3228. c:\mingw\include\winioctl.h:473:3: error: unknown type name 'GUID'
  3229. GUID PartitionType;
  3230. ^
  3231. c:\mingw\include\winioctl.h:474:3: error: unknown type name 'GUID'
  3232. GUID PartitionId;
  3233. ^
  3234. c:\mingw\include\winioctl.h:475:3: error: unknown type name 'DWORD64'
  3235. DWORD64 Attributes;
  3236. ^
  3237. c:\mingw\include\winioctl.h:476:3: error: unknown type name 'WCHAR'
  3238. WCHAR Name[36];
  3239. ^
  3240. c:\mingw\include\winioctl.h:480:3: error: unknown type name 'LARGE_INTEGER'
  3241. LARGE_INTEGER StartingOffset;
  3242. ^
  3243. c:\mingw\include\winioctl.h:481:3: error: unknown type name 'LARGE_INTEGER'
  3244. LARGE_INTEGER PartitionLength;
  3245. ^
  3246. c:\mingw\include\winioctl.h:482:3: error: unknown type name 'DWORD'
  3247. DWORD PartitionNumber;
  3248. ^
  3249. c:\mingw\include\winioctl.h:483:3: error: unknown type name 'BOOLEAN'
  3250. BOOLEAN RewritePartition;
  3251. ^
  3252. c:\mingw\include\winioctl.h:484:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  3253. _ANONYMOUS_UNION union {
  3254. ^
  3255. c:\mingw\include\winioctl.h:490:3: error: unknown type name 'DWORD'
  3256. DWORD PartitionStyle;
  3257. ^
  3258. c:\mingw\include\winioctl.h:491:3: error: unknown type name 'DWORD'
  3259. DWORD PartitionCount;
  3260. ^
  3261. c:\mingw\include\winioctl.h:492:3: error: expected specifier-qualifier-list before '_ANONYMOUS_UNION'
  3262. _ANONYMOUS_UNION union {
  3263. ^
  3264. c:\mingw\include\winioctl.h:499:3: error: unknown type name 'HANDLE'
  3265. HANDLE FileHandle;
  3266. ^
  3267. c:\mingw\include\winioctl.h:500:3: error: unknown type name 'LARGE_INTEGER'
  3268. LARGE_INTEGER StartingVcn;
  3269. ^
  3270. c:\mingw\include\winioctl.h:501:3: error: unknown type name 'LARGE_INTEGER'
  3271. LARGE_INTEGER StartingLcn;
  3272. ^
  3273. c:\mingw\include\winioctl.h:502:3: error: unknown type name 'DWORD'
  3274. DWORD ClusterCount;
  3275. ^
  3276. c:\mingw\include\winioctl.h:505:3: error: unknown type name 'DWORD'
  3277. DWORD NumberOfBins;
  3278. ^
  3279. c:\mingw\include\winioctl.h:506:3: error: unknown type name 'DWORD'
  3280. DWORD TypeOfBin;
  3281. ^
  3282. c:\mingw\include\winioctl.h:510:3: error: unknown type name 'BOOLEAN'
  3283. BOOLEAN PreventMediaRemoval;
  3284. ^
  3285. c:\mingw\include\winioctl.h:513:3: error: unknown type name 'DWORD'
  3286. DWORD ExtentCount;
  3287. ^
  3288. c:\mingw\include\winioctl.h:514:3: error: unknown type name 'LARGE_INTEGER'
  3289. LARGE_INTEGER StartingVcn;
  3290. ^
  3291. c:\mingw\include\winioctl.h:516:5: error: unknown type name 'LARGE_INTEGER'
  3292. LARGE_INTEGER NextVcn;
  3293. ^
  3294. c:\mingw\include\winioctl.h:517:5: error: unknown type name 'LARGE_INTEGER'
  3295. LARGE_INTEGER Lcn;
  3296. ^
  3297. c:\mingw\include\winioctl.h:521:3: error: unknown type name 'WORD'
  3298. WORD Reserved;
  3299. ^
  3300. c:\mingw\include\winioctl.h:522:3: error: unknown type name 'WORD'
  3301. WORD Count;
  3302. ^
  3303. c:\mingw\include\winioctl.h:523:3: error: unknown type name 'DWORD'
  3304. DWORD BlockNumber[1];
  3305. ^
  3306. c:\mingw\include\winioctl.h:526:3: error: unknown type name 'BYTE'
  3307. BYTE PartitionType;
  3308. ^
  3309. c:\mingw\include\winioctl.h:529:3: error: unknown type name 'LARGE_INTEGER'
  3310. LARGE_INTEGER StartingLcn;
  3311. ^
  3312. c:\mingw\include\winioctl.h:532:3: error: unknown type name 'LARGE_INTEGER'
  3313. LARGE_INTEGER StartingVcn;
  3314. ^
  3315. c:\mingw\include\winioctl.h:535:3: error: unknown type name 'LARGE_INTEGER'
  3316. LARGE_INTEGER StartingOffset;
  3317. ^
  3318. c:\mingw\include\winioctl.h:536:3: error: unknown type name 'DWORD'
  3319. DWORD Length;
  3320. ^
  3321. c:\mingw\include\winioctl.h:539:3: error: unknown type name 'LARGE_INTEGER'
  3322. LARGE_INTEGER StartingLcn;
  3323. ^
  3324. c:\mingw\include\winioctl.h:540:3: error: unknown type name 'LARGE_INTEGER'
  3325. LARGE_INTEGER BitmapSize;
  3326. ^
  3327. c:\mingw\include\winioctl.h:541:3: error: unknown type name 'BYTE'
  3328. BYTE Buffer[1];
  3329. ^
  3330. c:\mingw\include\winioctl.h:544:3: error: unknown type name 'LARGE_INTEGER'
  3331. LARGE_INTEGER VolumeSerialNumber;
  3332. ^
  3333. c:\mingw\include\winioctl.h:545:3: error: unknown type name 'LARGE_INTEGER'
  3334. LARGE_INTEGER NumberSectors;
  3335. ^
  3336. c:\mingw\include\winioctl.h:546:3: error: unknown type name 'LARGE_INTEGER'
  3337. LARGE_INTEGER TotalClusters;
  3338. ^
  3339. c:\mingw\include\winioctl.h:547:3: error: unknown type name 'LARGE_INTEGER'
  3340. LARGE_INTEGER FreeClusters;
  3341. ^
  3342. c:\mingw\include\winioctl.h:548:3: error: unknown type name 'LARGE_INTEGER'
  3343. LARGE_INTEGER TotalReserved;
  3344. ^
  3345. c:\mingw\include\winioctl.h:549:3: error: unknown type name 'DWORD'
  3346. DWORD BytesPerSector;
  3347. ^
  3348. c:\mingw\include\winioctl.h:550:3: error: unknown type name 'DWORD'
  3349. DWORD BytesPerCluster;
  3350. ^
  3351. c:\mingw\include\winioctl.h:551:3: error: unknown type name 'DWORD'
  3352. DWORD BytesPerFileRecordSegment;
  3353. ^
  3354. c:\mingw\include\winioctl.h:552:3: error: unknown type name 'DWORD'
  3355. DWORD ClustersPerFileRecordSegment;
  3356. ^
  3357. c:\mingw\include\winioctl.h:553:3: error: unknown type name 'LARGE_INTEGER'
  3358. LARGE_INTEGER MftValidDataLength;
  3359. ^
  3360. c:\mingw\include\winioctl.h:554:3: error: unknown type name 'LARGE_INTEGER'
  3361. LARGE_INTEGER MftStartLcn;
  3362. ^
  3363. c:\mingw\include\winioctl.h:555:3: error: unknown type name 'LARGE_INTEGER'
  3364. LARGE_INTEGER Mft2StartLcn;
  3365. ^
  3366. c:\mingw\include\winioctl.h:556:3: error: unknown type name 'LARGE_INTEGER'
  3367. LARGE_INTEGER MftZoneStart;
  3368. ^
  3369. c:\mingw\include\winioctl.h:557:3: error: unknown type name 'LARGE_INTEGER'
  3370. LARGE_INTEGER MftZoneEnd;
  3371. ^
  3372. configure:8494: $? = 1
  3373. configure: failed program was:
  3374. | #line 8480 "configure"
  3375. | /* confdefs.h. */
  3376. |
  3377. | #define PACKAGE_NAME ""
  3378. | #define PACKAGE_TARNAME ""
  3379. | #define PACKAGE_VERSION ""
  3380. | #define PACKAGE_STRING ""
  3381. | #define PACKAGE_BUGREPORT ""
  3382. | #define PACKAGE "vice"
  3383. | #define VERSION "1.12"
  3384. | #define ENABLE_TEXTFIELD 1
  3385. | #define HAS_JOYSTICK 1
  3386. | #define HAVE_MOUSE 1
  3387. | #define HAVE_TFE 1
  3388. | #define HAS_LONGLONG_INTEGER 1
  3389. | #define HAS_UNLOCKRESOURCE 1
  3390. | #define STDC_HEADERS 1
  3391. | #define HAVE_SYS_TYPES_H 1
  3392. | #define HAVE_SYS_STAT_H 1
  3393. | #define HAVE_STDLIB_H 1
  3394. | #define HAVE_STRING_H 1
  3395. | #define HAVE_MEMORY_H 1
  3396. | #define HAVE_STRINGS_H 1
  3397. | #define HAVE_INTTYPES_H 1
  3398. | #define HAVE_STDINT_H 1
  3399. | #define HAVE_UNISTD_H 1
  3400. | #ifdef __cplusplus
  3401. | #include <stdlib.h>
  3402. | #endif
  3403. | #define HAVE_RESID 1
  3404. | #define SIZEOF_UNSIGNED_SHORT 2
  3405. | #define SIZEOF_UNSIGNED_INT 4
  3406. | #define SIZEOF_UNSIGNED_LONG 4
  3407. | #define HAVE_DIRENT_H 1
  3408. | #define HAVE_FCNTL_H 1
  3409. | #define HAVE_LIMITS_H 1
  3410. | #define HAVE_STRINGS_H 1
  3411. | #define HAVE_UNISTD_H 1
  3412. | #define HAVE_SYS_PARAM_H 1
  3413. | #define HAVE_SYS_TYPES_H 1
  3414. | #define HAVE_SYS_TIME_H 1
  3415. | #define HAVE_DIR_H 1
  3416. | #define HAVE_COMMCTRL_H 1
  3417. | #define HAVE_SHLOBJ_H 1
  3418. | #define HAVE_ERRNO_H 1
  3419. | #define HAVE_IO_H 1
  3420. | #define HAVE_SYS_STAT_H 1
  3421. | #define HAVE_SIGNAL_H 1
  3422. | /* end confdefs.h. */
  3423. | #include <stdio.h>
  3424. | #if HAVE_SYS_TYPES_H
  3425. | # include <sys/types.h>
  3426. | #endif
  3427. | #if HAVE_SYS_STAT_H
  3428. | # include <sys/stat.h>
  3429. | #endif
  3430. | #if STDC_HEADERS
  3431. | # include <stdlib.h>
  3432. | # include <stddef.h>
  3433. | #else
  3434. | # if HAVE_STDLIB_H
  3435. | # include <stdlib.h>
  3436. | # endif
  3437. | #endif
  3438. | #if HAVE_STRING_H
  3439. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3440. | # include <memory.h>
  3441. | # endif
  3442. | # include <string.h>
  3443. | #endif
  3444. | #if HAVE_STRINGS_H
  3445. | # include <strings.h>
  3446. | #endif
  3447. | #if HAVE_INTTYPES_H
  3448. | # include <inttypes.h>
  3449. | #else
  3450. | # if HAVE_STDINT_H
  3451. | # include <stdint.h>
  3452. | # endif
  3453. | #endif
  3454. | #if HAVE_UNISTD_H
  3455. | # include <unistd.h>
  3456. | #endif
  3457. | #include <winioctl.h>
  3458. configure:8510: result: no
  3459. configure:8514: checking winioctl.h presence
  3460. configure:8525: gcc -E conftest.c
  3461. configure:8531: $? = 0
  3462. configure:8550: result: yes
  3463. configure:8570: WARNING: winioctl.h: present but cannot be compiled
  3464. configure:8572: WARNING: winioctl.h: check for missing prerequisite headers?
  3465. configure:8574: WARNING: winioctl.h: proceeding with the preprocessor's result
  3466. configure:8586: checking for winioctl.h
  3467. configure:8593: result: yes
  3468. configure:8607: checking whether sys_siglist is declared
  3469. configure:8632: gcc -c -g -O2 conftest.c >&5
  3470. configure: In function 'main':
  3471. configure:8699:22: error: 'sys_siglist' undeclared (first use in this function)
  3472. ac_status=$?
  3473. ^
  3474. configure:8699:22: note: each undeclared identifier is reported only once for each function it appears in
  3475. configure:8635: $? = 1
  3476. configure: failed program was:
  3477. | #line 8612 "configure"
  3478. | /* confdefs.h. */
  3479. |
  3480. | #define PACKAGE_NAME ""
  3481. | #define PACKAGE_TARNAME ""
  3482. | #define PACKAGE_VERSION ""
  3483. | #define PACKAGE_STRING ""
  3484. | #define PACKAGE_BUGREPORT ""
  3485. | #define PACKAGE "vice"
  3486. | #define VERSION "1.12"
  3487. | #define ENABLE_TEXTFIELD 1
  3488. | #define HAS_JOYSTICK 1
  3489. | #define HAVE_MOUSE 1
  3490. | #define HAVE_TFE 1
  3491. | #define HAS_LONGLONG_INTEGER 1
  3492. | #define HAS_UNLOCKRESOURCE 1
  3493. | #define STDC_HEADERS 1
  3494. | #define HAVE_SYS_TYPES_H 1
  3495. | #define HAVE_SYS_STAT_H 1
  3496. | #define HAVE_STDLIB_H 1
  3497. | #define HAVE_STRING_H 1
  3498. | #define HAVE_MEMORY_H 1
  3499. | #define HAVE_STRINGS_H 1
  3500. | #define HAVE_INTTYPES_H 1
  3501. | #define HAVE_STDINT_H 1
  3502. | #define HAVE_UNISTD_H 1
  3503. | #ifdef __cplusplus
  3504. | #include <stdlib.h>
  3505. | #endif
  3506. | #define HAVE_RESID 1
  3507. | #define SIZEOF_UNSIGNED_SHORT 2
  3508. | #define SIZEOF_UNSIGNED_INT 4
  3509. | #define SIZEOF_UNSIGNED_LONG 4
  3510. | #define HAVE_DIRENT_H 1
  3511. | #define HAVE_FCNTL_H 1
  3512. | #define HAVE_LIMITS_H 1
  3513. | #define HAVE_STRINGS_H 1
  3514. | #define HAVE_UNISTD_H 1
  3515. | #define HAVE_SYS_PARAM_H 1
  3516. | #define HAVE_SYS_TYPES_H 1
  3517. | #define HAVE_SYS_TIME_H 1
  3518. | #define HAVE_DIR_H 1
  3519. | #define HAVE_COMMCTRL_H 1
  3520. | #define HAVE_SHLOBJ_H 1
  3521. | #define HAVE_ERRNO_H 1
  3522. | #define HAVE_IO_H 1
  3523. | #define HAVE_SYS_STAT_H 1
  3524. | #define HAVE_SIGNAL_H 1
  3525. | #define HAVE_WINIOCTL_H 1
  3526. | /* end confdefs.h. */
  3527. | #include <stdio.h>
  3528. | #if HAVE_SYS_TYPES_H
  3529. | # include <sys/types.h>
  3530. | #endif
  3531. | #if HAVE_SYS_STAT_H
  3532. | # include <sys/stat.h>
  3533. | #endif
  3534. | #if STDC_HEADERS
  3535. | # include <stdlib.h>
  3536. | # include <stddef.h>
  3537. | #else
  3538. | # if HAVE_STDLIB_H
  3539. | # include <stdlib.h>
  3540. | # endif
  3541. | #endif
  3542. | #if HAVE_STRING_H
  3543. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3544. | # include <memory.h>
  3545. | # endif
  3546. | # include <string.h>
  3547. | #endif
  3548. | #if HAVE_STRINGS_H
  3549. | # include <strings.h>
  3550. | #endif
  3551. | #if HAVE_INTTYPES_H
  3552. | # include <inttypes.h>
  3553. | #else
  3554. | # if HAVE_STDINT_H
  3555. | # include <stdint.h>
  3556. | # endif
  3557. | #endif
  3558. | #if HAVE_UNISTD_H
  3559. | # include <unistd.h>
  3560. | #endif
  3561. | int
  3562. | main ()
  3563. | {
  3564. | #ifndef sys_siglist
  3565. | char *p = (char *) sys_siglist;
  3566. | #endif
  3567. |
  3568. | ;
  3569. | return 0;
  3570. | }
  3571. configure:8652: result: no
  3572. configure:8684: checking linux/joystick.h usability
  3573. configure:8697: gcc -c -g -O2 conftest.c >&5
  3574. configure:8770:28: fatal error: linux/joystick.h: No such file or directory
  3575. ## ------------------------------------ ##
  3576. ^
  3577. compilation terminated.
  3578. configure:8700: $? = 1
  3579. configure: failed program was:
  3580. | #line 8686 "configure"
  3581. | /* confdefs.h. */
  3582. |
  3583. | #define PACKAGE_NAME ""
  3584. | #define PACKAGE_TARNAME ""
  3585. | #define PACKAGE_VERSION ""
  3586. | #define PACKAGE_STRING ""
  3587. | #define PACKAGE_BUGREPORT ""
  3588. | #define PACKAGE "vice"
  3589. | #define VERSION "1.12"
  3590. | #define ENABLE_TEXTFIELD 1
  3591. | #define HAS_JOYSTICK 1
  3592. | #define HAVE_MOUSE 1
  3593. | #define HAVE_TFE 1
  3594. | #define HAS_LONGLONG_INTEGER 1
  3595. | #define HAS_UNLOCKRESOURCE 1
  3596. | #define STDC_HEADERS 1
  3597. | #define HAVE_SYS_TYPES_H 1
  3598. | #define HAVE_SYS_STAT_H 1
  3599. | #define HAVE_STDLIB_H 1
  3600. | #define HAVE_STRING_H 1
  3601. | #define HAVE_MEMORY_H 1
  3602. | #define HAVE_STRINGS_H 1
  3603. | #define HAVE_INTTYPES_H 1
  3604. | #define HAVE_STDINT_H 1
  3605. | #define HAVE_UNISTD_H 1
  3606. | #ifdef __cplusplus
  3607. | #include <stdlib.h>
  3608. | #endif
  3609. | #define HAVE_RESID 1
  3610. | #define SIZEOF_UNSIGNED_SHORT 2
  3611. | #define SIZEOF_UNSIGNED_INT 4
  3612. | #define SIZEOF_UNSIGNED_LONG 4
  3613. | #define HAVE_DIRENT_H 1
  3614. | #define HAVE_FCNTL_H 1
  3615. | #define HAVE_LIMITS_H 1
  3616. | #define HAVE_STRINGS_H 1
  3617. | #define HAVE_UNISTD_H 1
  3618. | #define HAVE_SYS_PARAM_H 1
  3619. | #define HAVE_SYS_TYPES_H 1
  3620. | #define HAVE_SYS_TIME_H 1
  3621. | #define HAVE_DIR_H 1
  3622. | #define HAVE_COMMCTRL_H 1
  3623. | #define HAVE_SHLOBJ_H 1
  3624. | #define HAVE_ERRNO_H 1
  3625. | #define HAVE_IO_H 1
  3626. | #define HAVE_SYS_STAT_H 1
  3627. | #define HAVE_SIGNAL_H 1
  3628. | #define HAVE_WINIOCTL_H 1
  3629. | #define HAVE_DECL_SYS_SIGLIST 0
  3630. | /* end confdefs.h. */
  3631. | #include <stdio.h>
  3632. | #if HAVE_SYS_TYPES_H
  3633. | # include <sys/types.h>
  3634. | #endif
  3635. | #if HAVE_SYS_STAT_H
  3636. | # include <sys/stat.h>
  3637. | #endif
  3638. | #if STDC_HEADERS
  3639. | # include <stdlib.h>
  3640. | # include <stddef.h>
  3641. | #else
  3642. | # if HAVE_STDLIB_H
  3643. | # include <stdlib.h>
  3644. | # endif
  3645. | #endif
  3646. | #if HAVE_STRING_H
  3647. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3648. | # include <memory.h>
  3649. | # endif
  3650. | # include <string.h>
  3651. | #endif
  3652. | #if HAVE_STRINGS_H
  3653. | # include <strings.h>
  3654. | #endif
  3655. | #if HAVE_INTTYPES_H
  3656. | # include <inttypes.h>
  3657. | #else
  3658. | # if HAVE_STDINT_H
  3659. | # include <stdint.h>
  3660. | # endif
  3661. | #endif
  3662. | #if HAVE_UNISTD_H
  3663. | # include <unistd.h>
  3664. | #endif
  3665. | #include <linux/joystick.h>
  3666. configure:8716: result: no
  3667. configure:8720: checking linux/joystick.h presence
  3668. configure:8731: gcc -E conftest.c
  3669. configure:8772:28: fatal error: linux/joystick.h: No such file or directory
  3670. ) |
  3671. ^
  3672. compilation terminated.
  3673. configure:8737: $? = 1
  3674. configure: failed program was:
  3675. | #line 8722 "configure"
  3676. | /* confdefs.h. */
  3677. |
  3678. | #define PACKAGE_NAME ""
  3679. | #define PACKAGE_TARNAME ""
  3680. | #define PACKAGE_VERSION ""
  3681. | #define PACKAGE_STRING ""
  3682. | #define PACKAGE_BUGREPORT ""
  3683. | #define PACKAGE "vice"
  3684. | #define VERSION "1.12"
  3685. | #define ENABLE_TEXTFIELD 1
  3686. | #define HAS_JOYSTICK 1
  3687. | #define HAVE_MOUSE 1
  3688. | #define HAVE_TFE 1
  3689. | #define HAS_LONGLONG_INTEGER 1
  3690. | #define HAS_UNLOCKRESOURCE 1
  3691. | #define STDC_HEADERS 1
  3692. | #define HAVE_SYS_TYPES_H 1
  3693. | #define HAVE_SYS_STAT_H 1
  3694. | #define HAVE_STDLIB_H 1
  3695. | #define HAVE_STRING_H 1
  3696. | #define HAVE_MEMORY_H 1
  3697. | #define HAVE_STRINGS_H 1
  3698. | #define HAVE_INTTYPES_H 1
  3699. | #define HAVE_STDINT_H 1
  3700. | #define HAVE_UNISTD_H 1
  3701. | #ifdef __cplusplus
  3702. | #include <stdlib.h>
  3703. | #endif
  3704. | #define HAVE_RESID 1
  3705. | #define SIZEOF_UNSIGNED_SHORT 2
  3706. | #define SIZEOF_UNSIGNED_INT 4
  3707. | #define SIZEOF_UNSIGNED_LONG 4
  3708. | #define HAVE_DIRENT_H 1
  3709. | #define HAVE_FCNTL_H 1
  3710. | #define HAVE_LIMITS_H 1
  3711. | #define HAVE_STRINGS_H 1
  3712. | #define HAVE_UNISTD_H 1
  3713. | #define HAVE_SYS_PARAM_H 1
  3714. | #define HAVE_SYS_TYPES_H 1
  3715. | #define HAVE_SYS_TIME_H 1
  3716. | #define HAVE_DIR_H 1
  3717. | #define HAVE_COMMCTRL_H 1
  3718. | #define HAVE_SHLOBJ_H 1
  3719. | #define HAVE_ERRNO_H 1
  3720. | #define HAVE_IO_H 1
  3721. | #define HAVE_SYS_STAT_H 1
  3722. | #define HAVE_SIGNAL_H 1
  3723. | #define HAVE_WINIOCTL_H 1
  3724. | #define HAVE_DECL_SYS_SIGLIST 0
  3725. | /* end confdefs.h. */
  3726. | #include <linux/joystick.h>
  3727. configure:8756: result: no
  3728. configure:8792: checking for linux/joystick.h
  3729. configure:8799: result: no
  3730. configure:8872: checking machine/joystick.h usability
  3731. configure:8885: gcc -c -g -O2 conftest.c >&5
  3732. configure:8958:30: fatal error: machine/joystick.h: No such file or directory
  3733. ## ------------------------------------ ##
  3734. ^
  3735. compilation terminated.
  3736. configure:8888: $? = 1
  3737. configure: failed program was:
  3738. | #line 8874 "configure"
  3739. | /* confdefs.h. */
  3740. |
  3741. | #define PACKAGE_NAME ""
  3742. | #define PACKAGE_TARNAME ""
  3743. | #define PACKAGE_VERSION ""
  3744. | #define PACKAGE_STRING ""
  3745. | #define PACKAGE_BUGREPORT ""
  3746. | #define PACKAGE "vice"
  3747. | #define VERSION "1.12"
  3748. | #define ENABLE_TEXTFIELD 1
  3749. | #define HAS_JOYSTICK 1
  3750. | #define HAVE_MOUSE 1
  3751. | #define HAVE_TFE 1
  3752. | #define HAS_LONGLONG_INTEGER 1
  3753. | #define HAS_UNLOCKRESOURCE 1
  3754. | #define STDC_HEADERS 1
  3755. | #define HAVE_SYS_TYPES_H 1
  3756. | #define HAVE_SYS_STAT_H 1
  3757. | #define HAVE_STDLIB_H 1
  3758. | #define HAVE_STRING_H 1
  3759. | #define HAVE_MEMORY_H 1
  3760. | #define HAVE_STRINGS_H 1
  3761. | #define HAVE_INTTYPES_H 1
  3762. | #define HAVE_STDINT_H 1
  3763. | #define HAVE_UNISTD_H 1
  3764. | #ifdef __cplusplus
  3765. | #include <stdlib.h>
  3766. | #endif
  3767. | #define HAVE_RESID 1
  3768. | #define SIZEOF_UNSIGNED_SHORT 2
  3769. | #define SIZEOF_UNSIGNED_INT 4
  3770. | #define SIZEOF_UNSIGNED_LONG 4
  3771. | #define HAVE_DIRENT_H 1
  3772. | #define HAVE_FCNTL_H 1
  3773. | #define HAVE_LIMITS_H 1
  3774. | #define HAVE_STRINGS_H 1
  3775. | #define HAVE_UNISTD_H 1
  3776. | #define HAVE_SYS_PARAM_H 1
  3777. | #define HAVE_SYS_TYPES_H 1
  3778. | #define HAVE_SYS_TIME_H 1
  3779. | #define HAVE_DIR_H 1
  3780. | #define HAVE_COMMCTRL_H 1
  3781. | #define HAVE_SHLOBJ_H 1
  3782. | #define HAVE_ERRNO_H 1
  3783. | #define HAVE_IO_H 1
  3784. | #define HAVE_SYS_STAT_H 1
  3785. | #define HAVE_SIGNAL_H 1
  3786. | #define HAVE_WINIOCTL_H 1
  3787. | #define HAVE_DECL_SYS_SIGLIST 0
  3788. | /* end confdefs.h. */
  3789. | #include <stdio.h>
  3790. | #if HAVE_SYS_TYPES_H
  3791. | # include <sys/types.h>
  3792. | #endif
  3793. | #if HAVE_SYS_STAT_H
  3794. | # include <sys/stat.h>
  3795. | #endif
  3796. | #if STDC_HEADERS
  3797. | # include <stdlib.h>
  3798. | # include <stddef.h>
  3799. | #else
  3800. | # if HAVE_STDLIB_H
  3801. | # include <stdlib.h>
  3802. | # endif
  3803. | #endif
  3804. | #if HAVE_STRING_H
  3805. | # if !STDC_HEADERS && HAVE_MEMORY_H
  3806. | # include <memory.h>
  3807. | # endif
  3808. | # include <string.h>
  3809. | #endif
  3810. | #if HAVE_STRINGS_H
  3811. | # include <strings.h>
  3812. | #endif
  3813. | #if HAVE_INTTYPES_H
  3814. | # include <inttypes.h>
  3815. | #else
  3816. | # if HAVE_STDINT_H
  3817. | # include <stdint.h>
  3818. | # endif
  3819. | #endif
  3820. | #if HAVE_UNISTD_H
  3821. | # include <unistd.h>
  3822. | #endif
  3823. | #include <machine/joystick.h>
  3824. configure:8904: result: no
  3825. configure:8908: checking machine/joystick.h presence
  3826. configure:8919: gcc -E conftest.c
  3827. configure:8960:30: fatal error: machine/joystick.h: No such file or directory
  3828. ) |
  3829. ^
  3830. compilation terminated.
  3831. configure:8925: $? = 1
  3832. configure: failed program was:
  3833. | #line 8910 "configure"
  3834. | /* confdefs.h. */
  3835. |
  3836. | #define PACKAGE_NAME ""
  3837. | #define PACKAGE_TARNAME ""
  3838. | #define PACKAGE_VERSION ""
  3839. | #define PACKAGE_STRING ""
  3840. | #define PACKAGE_BUGREPORT ""
  3841. | #define PACKAGE "vice"
  3842. | #define VERSION "1.12"
  3843. | #define ENABLE_TEXTFIELD 1
  3844. | #define HAS_JOYSTICK 1
  3845. | #define HAVE_MOUSE 1
  3846. | #define HAVE_TFE 1
  3847. | #define HAS_LONGLONG_INTEGER 1
  3848. | #define HAS_UNLOCKRESOURCE 1
  3849. | #define STDC_HEADERS 1
  3850. | #define HAVE_SYS_TYPES_H 1
  3851. | #define HAVE_SYS_STAT_H 1
  3852. | #define HAVE_STDLIB_H 1
  3853. | #define HAVE_STRING_H 1
  3854. | #define HAVE_MEMORY_H 1
  3855. | #define HAVE_STRINGS_H 1
  3856. | #define HAVE_INTTYPES_H 1
  3857. | #define HAVE_STDINT_H 1
  3858. | #define HAVE_UNISTD_H 1
  3859. | #ifdef __cplusplus
  3860. | #include <stdlib.h>
  3861. | #endif
  3862. | #define HAVE_RESID 1
  3863. | #define SIZEOF_UNSIGNED_SHORT 2
  3864. | #define SIZEOF_UNSIGNED_INT 4
  3865. | #define SIZEOF_UNSIGNED_LONG 4
  3866. | #define HAVE_DIRENT_H 1
  3867. | #define HAVE_FCNTL_H 1
  3868. | #define HAVE_LIMITS_H 1
  3869. | #define HAVE_STRINGS_H 1
  3870. | #define HAVE_UNISTD_H 1
  3871. | #define HAVE_SYS_PARAM_H 1
  3872. | #define HAVE_SYS_TYPES_H 1
  3873. | #define HAVE_SYS_TIME_H 1
  3874. | #define HAVE_DIR_H 1
  3875. | #define HAVE_COMMCTRL_H 1
  3876. | #define HAVE_SHLOBJ_H 1
  3877. | #define HAVE_ERRNO_H 1
  3878. | #define HAVE_IO_H 1
  3879. | #define HAVE_SYS_STAT_H 1
  3880. | #define HAVE_SIGNAL_H 1
  3881. | #define HAVE_WINIOCTL_H 1
  3882. | #define HAVE_DECL_SYS_SIGLIST 0
  3883. | /* end confdefs.h. */
  3884. | #include <machine/joystick.h>
  3885. configure:8944: result: no
  3886. configure:8980: checking for machine/joystick.h
  3887. configure:8987: result: no
  3888. configure:9026: gcc -o conftest.exe -g -O2 conftest.c >&5
  3889. configure:9029: $? = 0
  3890. configure:9032: test -s conftest.exe
  3891. configure:9035: $? = 0
  3892. configure:10696: checking for ALseterrorhandler in -laudio
  3893. configure:10727: gcc -o conftest.exe -g -O2 conftest.c -laudio >&5
  3894. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -laudio
  3895. collect2.exe: error: ld returned 1 exit status
  3896. configure:10730: $? = 1
  3897. configure: failed program was:
  3898. | #line 10703 "configure"
  3899. | /* confdefs.h. */
  3900. |
  3901. | #define PACKAGE_NAME ""
  3902. | #define PACKAGE_TARNAME ""
  3903. | #define PACKAGE_VERSION ""
  3904. | #define PACKAGE_STRING ""
  3905. | #define PACKAGE_BUGREPORT ""
  3906. | #define PACKAGE "vice"
  3907. | #define VERSION "1.12"
  3908. | #define ENABLE_TEXTFIELD 1
  3909. | #define HAS_JOYSTICK 1
  3910. | #define HAVE_MOUSE 1
  3911. | #define HAVE_TFE 1
  3912. | #define HAS_LONGLONG_INTEGER 1
  3913. | #define HAS_UNLOCKRESOURCE 1
  3914. | #define STDC_HEADERS 1
  3915. | #define HAVE_SYS_TYPES_H 1
  3916. | #define HAVE_SYS_STAT_H 1
  3917. | #define HAVE_STDLIB_H 1
  3918. | #define HAVE_STRING_H 1
  3919. | #define HAVE_MEMORY_H 1
  3920. | #define HAVE_STRINGS_H 1
  3921. | #define HAVE_INTTYPES_H 1
  3922. | #define HAVE_STDINT_H 1
  3923. | #define HAVE_UNISTD_H 1
  3924. | #ifdef __cplusplus
  3925. | #include <stdlib.h>
  3926. | #endif
  3927. | #define HAVE_RESID 1
  3928. | #define SIZEOF_UNSIGNED_SHORT 2
  3929. | #define SIZEOF_UNSIGNED_INT 4
  3930. | #define SIZEOF_UNSIGNED_LONG 4
  3931. | #define HAVE_DIRENT_H 1
  3932. | #define HAVE_FCNTL_H 1
  3933. | #define HAVE_LIMITS_H 1
  3934. | #define HAVE_STRINGS_H 1
  3935. | #define HAVE_UNISTD_H 1
  3936. | #define HAVE_SYS_PARAM_H 1
  3937. | #define HAVE_SYS_TYPES_H 1
  3938. | #define HAVE_SYS_TIME_H 1
  3939. | #define HAVE_DIR_H 1
  3940. | #define HAVE_COMMCTRL_H 1
  3941. | #define HAVE_SHLOBJ_H 1
  3942. | #define HAVE_ERRNO_H 1
  3943. | #define HAVE_IO_H 1
  3944. | #define HAVE_SYS_STAT_H 1
  3945. | #define HAVE_SIGNAL_H 1
  3946. | #define HAVE_WINIOCTL_H 1
  3947. | #define HAVE_DECL_SYS_SIGLIST 0
  3948. | /* end confdefs.h. */
  3949. |
  3950. | /* Override any gcc2 internal prototype to avoid an error. */
  3951. | #ifdef __cplusplus
  3952. | extern "C"
  3953. | #endif
  3954. | /* We use char because int might match the return type of a gcc2
  3955. | builtin and then its argument prototype would still apply. */
  3956. | char ALseterrorhandler ();
  3957. | int
  3958. | main ()
  3959. | {
  3960. | ALseterrorhandler ();
  3961. | ;
  3962. | return 0;
  3963. | }
  3964. configure:10748: result: no
  3965. configure:10760: checking for UMSAudioDevice_initialize in -lUMSobj
  3966. configure:10791: gcc -o conftest.exe -g -O2 conftest.c -lUMSobj >&5
  3967. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lUMSobj
  3968. collect2.exe: error: ld returned 1 exit status
  3969. configure:10794: $? = 1
  3970. configure: failed program was:
  3971. | #line 10767 "configure"
  3972. | /* confdefs.h. */
  3973. |
  3974. | #define PACKAGE_NAME ""
  3975. | #define PACKAGE_TARNAME ""
  3976. | #define PACKAGE_VERSION ""
  3977. | #define PACKAGE_STRING ""
  3978. | #define PACKAGE_BUGREPORT ""
  3979. | #define PACKAGE "vice"
  3980. | #define VERSION "1.12"
  3981. | #define ENABLE_TEXTFIELD 1
  3982. | #define HAS_JOYSTICK 1
  3983. | #define HAVE_MOUSE 1
  3984. | #define HAVE_TFE 1
  3985. | #define HAS_LONGLONG_INTEGER 1
  3986. | #define HAS_UNLOCKRESOURCE 1
  3987. | #define STDC_HEADERS 1
  3988. | #define HAVE_SYS_TYPES_H 1
  3989. | #define HAVE_SYS_STAT_H 1
  3990. | #define HAVE_STDLIB_H 1
  3991. | #define HAVE_STRING_H 1
  3992. | #define HAVE_MEMORY_H 1
  3993. | #define HAVE_STRINGS_H 1
  3994. | #define HAVE_INTTYPES_H 1
  3995. | #define HAVE_STDINT_H 1
  3996. | #define HAVE_UNISTD_H 1
  3997. | #ifdef __cplusplus
  3998. | #include <stdlib.h>
  3999. | #endif
  4000. | #define HAVE_RESID 1
  4001. | #define SIZEOF_UNSIGNED_SHORT 2
  4002. | #define SIZEOF_UNSIGNED_INT 4
  4003. | #define SIZEOF_UNSIGNED_LONG 4
  4004. | #define HAVE_DIRENT_H 1
  4005. | #define HAVE_FCNTL_H 1
  4006. | #define HAVE_LIMITS_H 1
  4007. | #define HAVE_STRINGS_H 1
  4008. | #define HAVE_UNISTD_H 1
  4009. | #define HAVE_SYS_PARAM_H 1
  4010. | #define HAVE_SYS_TYPES_H 1
  4011. | #define HAVE_SYS_TIME_H 1
  4012. | #define HAVE_DIR_H 1
  4013. | #define HAVE_COMMCTRL_H 1
  4014. | #define HAVE_SHLOBJ_H 1
  4015. | #define HAVE_ERRNO_H 1
  4016. | #define HAVE_IO_H 1
  4017. | #define HAVE_SYS_STAT_H 1
  4018. | #define HAVE_SIGNAL_H 1
  4019. | #define HAVE_WINIOCTL_H 1
  4020. | #define HAVE_DECL_SYS_SIGLIST 0
  4021. | /* end confdefs.h. */
  4022. |
  4023. | /* Override any gcc2 internal prototype to avoid an error. */
  4024. | #ifdef __cplusplus
  4025. | extern "C"
  4026. | #endif
  4027. | /* We use char because int might match the return type of a gcc2
  4028. | builtin and then its argument prototype would still apply. */
  4029. | char UMSAudioDevice_initialize ();
  4030. | int
  4031. | main ()
  4032. | {
  4033. | UMSAudioDevice_initialize ();
  4034. | ;
  4035. | return 0;
  4036. | }
  4037. configure:10812: result: no
  4038. configure:10824: checking for esd_open_sound in -lesd
  4039. configure:10855: gcc -o conftest.exe -g -O2 conftest.c -lesd >&5
  4040. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lesd
  4041. collect2.exe: error: ld returned 1 exit status
  4042. configure:10858: $? = 1
  4043. configure: failed program was:
  4044. | #line 10831 "configure"
  4045. | /* confdefs.h. */
  4046. |
  4047. | #define PACKAGE_NAME ""
  4048. | #define PACKAGE_TARNAME ""
  4049. | #define PACKAGE_VERSION ""
  4050. | #define PACKAGE_STRING ""
  4051. | #define PACKAGE_BUGREPORT ""
  4052. | #define PACKAGE "vice"
  4053. | #define VERSION "1.12"
  4054. | #define ENABLE_TEXTFIELD 1
  4055. | #define HAS_JOYSTICK 1
  4056. | #define HAVE_MOUSE 1
  4057. | #define HAVE_TFE 1
  4058. | #define HAS_LONGLONG_INTEGER 1
  4059. | #define HAS_UNLOCKRESOURCE 1
  4060. | #define STDC_HEADERS 1
  4061. | #define HAVE_SYS_TYPES_H 1
  4062. | #define HAVE_SYS_STAT_H 1
  4063. | #define HAVE_STDLIB_H 1
  4064. | #define HAVE_STRING_H 1
  4065. | #define HAVE_MEMORY_H 1
  4066. | #define HAVE_STRINGS_H 1
  4067. | #define HAVE_INTTYPES_H 1
  4068. | #define HAVE_STDINT_H 1
  4069. | #define HAVE_UNISTD_H 1
  4070. | #ifdef __cplusplus
  4071. | #include <stdlib.h>
  4072. | #endif
  4073. | #define HAVE_RESID 1
  4074. | #define SIZEOF_UNSIGNED_SHORT 2
  4075. | #define SIZEOF_UNSIGNED_INT 4
  4076. | #define SIZEOF_UNSIGNED_LONG 4
  4077. | #define HAVE_DIRENT_H 1
  4078. | #define HAVE_FCNTL_H 1
  4079. | #define HAVE_LIMITS_H 1
  4080. | #define HAVE_STRINGS_H 1
  4081. | #define HAVE_UNISTD_H 1
  4082. | #define HAVE_SYS_PARAM_H 1
  4083. | #define HAVE_SYS_TYPES_H 1
  4084. | #define HAVE_SYS_TIME_H 1
  4085. | #define HAVE_DIR_H 1
  4086. | #define HAVE_COMMCTRL_H 1
  4087. | #define HAVE_SHLOBJ_H 1
  4088. | #define HAVE_ERRNO_H 1
  4089. | #define HAVE_IO_H 1
  4090. | #define HAVE_SYS_STAT_H 1
  4091. | #define HAVE_SIGNAL_H 1
  4092. | #define HAVE_WINIOCTL_H 1
  4093. | #define HAVE_DECL_SYS_SIGLIST 0
  4094. | /* end confdefs.h. */
  4095. |
  4096. | /* Override any gcc2 internal prototype to avoid an error. */
  4097. | #ifdef __cplusplus
  4098. | extern "C"
  4099. | #endif
  4100. | /* We use char because int might match the return type of a gcc2
  4101. | builtin and then its argument prototype would still apply. */
  4102. | char esd_open_sound ();
  4103. | int
  4104. | main ()
  4105. | {
  4106. | esd_open_sound ();
  4107. | ;
  4108. | return 0;
  4109. | }
  4110. configure:10876: result: no
  4111. configure:10968: checking return type of signal handlers
  4112. configure:11000: gcc -c -g -O2 conftest.c >&5
  4113. configure:11003: $? = 0
  4114. configure:11006: test -s conftest.o
  4115. configure:11009: $? = 0
  4116. configure:11020: result: void
  4117. configure:11034: checking for unistd.h
  4118. configure:11039: result: yes
  4119. configure:11043: checking vfork.h usability
  4120. configure:11056: gcc -c -g -O2 conftest.c >&5
  4121. configure:11131:19: fatal error: vfork.h: No such file or directory
  4122. ) |
  4123. ^
  4124. compilation terminated.
  4125. configure:11059: $? = 1
  4126. configure: failed program was:
  4127. | #line 11045 "configure"
  4128. | /* confdefs.h. */
  4129. |
  4130. | #define PACKAGE_NAME ""
  4131. | #define PACKAGE_TARNAME ""
  4132. | #define PACKAGE_VERSION ""
  4133. | #define PACKAGE_STRING ""
  4134. | #define PACKAGE_BUGREPORT ""
  4135. | #define PACKAGE "vice"
  4136. | #define VERSION "1.12"
  4137. | #define ENABLE_TEXTFIELD 1
  4138. | #define HAS_JOYSTICK 1
  4139. | #define HAVE_MOUSE 1
  4140. | #define HAVE_TFE 1
  4141. | #define HAS_LONGLONG_INTEGER 1
  4142. | #define HAS_UNLOCKRESOURCE 1
  4143. | #define STDC_HEADERS 1
  4144. | #define HAVE_SYS_TYPES_H 1
  4145. | #define HAVE_SYS_STAT_H 1
  4146. | #define HAVE_STDLIB_H 1
  4147. | #define HAVE_STRING_H 1
  4148. | #define HAVE_MEMORY_H 1
  4149. | #define HAVE_STRINGS_H 1
  4150. | #define HAVE_INTTYPES_H 1
  4151. | #define HAVE_STDINT_H 1
  4152. | #define HAVE_UNISTD_H 1
  4153. | #ifdef __cplusplus
  4154. | #include <stdlib.h>
  4155. | #endif
  4156. | #define HAVE_RESID 1
  4157. | #define SIZEOF_UNSIGNED_SHORT 2
  4158. | #define SIZEOF_UNSIGNED_INT 4
  4159. | #define SIZEOF_UNSIGNED_LONG 4
  4160. | #define HAVE_DIRENT_H 1
  4161. | #define HAVE_FCNTL_H 1
  4162. | #define HAVE_LIMITS_H 1
  4163. | #define HAVE_STRINGS_H 1
  4164. | #define HAVE_UNISTD_H 1
  4165. | #define HAVE_SYS_PARAM_H 1
  4166. | #define HAVE_SYS_TYPES_H 1
  4167. | #define HAVE_SYS_TIME_H 1
  4168. | #define HAVE_DIR_H 1
  4169. | #define HAVE_COMMCTRL_H 1
  4170. | #define HAVE_SHLOBJ_H 1
  4171. | #define HAVE_ERRNO_H 1
  4172. | #define HAVE_IO_H 1
  4173. | #define HAVE_SYS_STAT_H 1
  4174. | #define HAVE_SIGNAL_H 1
  4175. | #define HAVE_WINIOCTL_H 1
  4176. | #define HAVE_DECL_SYS_SIGLIST 0
  4177. | #define RETSIGTYPE void
  4178. | #define HAVE_UNISTD_H 1
  4179. | /* end confdefs.h. */
  4180. | #include <stdio.h>
  4181. | #if HAVE_SYS_TYPES_H
  4182. | # include <sys/types.h>
  4183. | #endif
  4184. | #if HAVE_SYS_STAT_H
  4185. | # include <sys/stat.h>
  4186. | #endif
  4187. | #if STDC_HEADERS
  4188. | # include <stdlib.h>
  4189. | # include <stddef.h>
  4190. | #else
  4191. | # if HAVE_STDLIB_H
  4192. | # include <stdlib.h>
  4193. | # endif
  4194. | #endif
  4195. | #if HAVE_STRING_H
  4196. | # if !STDC_HEADERS && HAVE_MEMORY_H
  4197. | # include <memory.h>
  4198. | # endif
  4199. | # include <string.h>
  4200. | #endif
  4201. | #if HAVE_STRINGS_H
  4202. | # include <strings.h>
  4203. | #endif
  4204. | #if HAVE_INTTYPES_H
  4205. | # include <inttypes.h>
  4206. | #else
  4207. | # if HAVE_STDINT_H
  4208. | # include <stdint.h>
  4209. | # endif
  4210. | #endif
  4211. | #if HAVE_UNISTD_H
  4212. | # include <unistd.h>
  4213. | #endif
  4214. | #include <vfork.h>
  4215. configure:11075: result: no
  4216. configure:11079: checking vfork.h presence
  4217. configure:11090: gcc -E conftest.c
  4218. configure:11133:19: fatal error: vfork.h: No such file or directory
  4219. ;;
  4220. ^
  4221. compilation terminated.
  4222. configure:11096: $? = 1
  4223. configure: failed program was:
  4224. | #line 11081 "configure"
  4225. | /* confdefs.h. */
  4226. |
  4227. | #define PACKAGE_NAME ""
  4228. | #define PACKAGE_TARNAME ""
  4229. | #define PACKAGE_VERSION ""
  4230. | #define PACKAGE_STRING ""
  4231. | #define PACKAGE_BUGREPORT ""
  4232. | #define PACKAGE "vice"
  4233. | #define VERSION "1.12"
  4234. | #define ENABLE_TEXTFIELD 1
  4235. | #define HAS_JOYSTICK 1
  4236. | #define HAVE_MOUSE 1
  4237. | #define HAVE_TFE 1
  4238. | #define HAS_LONGLONG_INTEGER 1
  4239. | #define HAS_UNLOCKRESOURCE 1
  4240. | #define STDC_HEADERS 1
  4241. | #define HAVE_SYS_TYPES_H 1
  4242. | #define HAVE_SYS_STAT_H 1
  4243. | #define HAVE_STDLIB_H 1
  4244. | #define HAVE_STRING_H 1
  4245. | #define HAVE_MEMORY_H 1
  4246. | #define HAVE_STRINGS_H 1
  4247. | #define HAVE_INTTYPES_H 1
  4248. | #define HAVE_STDINT_H 1
  4249. | #define HAVE_UNISTD_H 1
  4250. | #ifdef __cplusplus
  4251. | #include <stdlib.h>
  4252. | #endif
  4253. | #define HAVE_RESID 1
  4254. | #define SIZEOF_UNSIGNED_SHORT 2
  4255. | #define SIZEOF_UNSIGNED_INT 4
  4256. | #define SIZEOF_UNSIGNED_LONG 4
  4257. | #define HAVE_DIRENT_H 1
  4258. | #define HAVE_FCNTL_H 1
  4259. | #define HAVE_LIMITS_H 1
  4260. | #define HAVE_STRINGS_H 1
  4261. | #define HAVE_UNISTD_H 1
  4262. | #define HAVE_SYS_PARAM_H 1
  4263. | #define HAVE_SYS_TYPES_H 1
  4264. | #define HAVE_SYS_TIME_H 1
  4265. | #define HAVE_DIR_H 1
  4266. | #define HAVE_COMMCTRL_H 1
  4267. | #define HAVE_SHLOBJ_H 1
  4268. | #define HAVE_ERRNO_H 1
  4269. | #define HAVE_IO_H 1
  4270. | #define HAVE_SYS_STAT_H 1
  4271. | #define HAVE_SIGNAL_H 1
  4272. | #define HAVE_WINIOCTL_H 1
  4273. | #define HAVE_DECL_SYS_SIGLIST 0
  4274. | #define RETSIGTYPE void
  4275. | #define HAVE_UNISTD_H 1
  4276. | /* end confdefs.h. */
  4277. | #include <vfork.h>
  4278. configure:11115: result: no
  4279. configure:11151: checking for vfork.h
  4280. configure:11158: result: no
  4281. configure:11176: checking for fork
  4282. configure:11226: gcc -o conftest.exe -g -O2 conftest.c >&5
  4283. configure:11249:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  4284. cat >>confdefs.h <<_ACEOF
  4285. ^
  4286. C:\Users\Glenn\AppData\Local\Temp\ccmUenob.o:conftest.c:(.data+0x0): undefined reference to `fork'
  4287. C:\Users\Glenn\AppData\Local\Temp\ccmUenob.o: In function `main':
  4288. e:\repos\vice-1.12/configure:11265: undefined reference to `fork'
  4289. collect2.exe: error: ld returned 1 exit status
  4290. configure:11229: $? = 1
  4291. configure: failed program was:
  4292. | #line 11181 "configure"
  4293. | /* confdefs.h. */
  4294. |
  4295. | #define PACKAGE_NAME ""
  4296. | #define PACKAGE_TARNAME ""
  4297. | #define PACKAGE_VERSION ""
  4298. | #define PACKAGE_STRING ""
  4299. | #define PACKAGE_BUGREPORT ""
  4300. | #define PACKAGE "vice"
  4301. | #define VERSION "1.12"
  4302. | #define ENABLE_TEXTFIELD 1
  4303. | #define HAS_JOYSTICK 1
  4304. | #define HAVE_MOUSE 1
  4305. | #define HAVE_TFE 1
  4306. | #define HAS_LONGLONG_INTEGER 1
  4307. | #define HAS_UNLOCKRESOURCE 1
  4308. | #define STDC_HEADERS 1
  4309. | #define HAVE_SYS_TYPES_H 1
  4310. | #define HAVE_SYS_STAT_H 1
  4311. | #define HAVE_STDLIB_H 1
  4312. | #define HAVE_STRING_H 1
  4313. | #define HAVE_MEMORY_H 1
  4314. | #define HAVE_STRINGS_H 1
  4315. | #define HAVE_INTTYPES_H 1
  4316. | #define HAVE_STDINT_H 1
  4317. | #define HAVE_UNISTD_H 1
  4318. | #ifdef __cplusplus
  4319. | #include <stdlib.h>
  4320. | #endif
  4321. | #define HAVE_RESID 1
  4322. | #define SIZEOF_UNSIGNED_SHORT 2
  4323. | #define SIZEOF_UNSIGNED_INT 4
  4324. | #define SIZEOF_UNSIGNED_LONG 4
  4325. | #define HAVE_DIRENT_H 1
  4326. | #define HAVE_FCNTL_H 1
  4327. | #define HAVE_LIMITS_H 1
  4328. | #define HAVE_STRINGS_H 1
  4329. | #define HAVE_UNISTD_H 1
  4330. | #define HAVE_SYS_PARAM_H 1
  4331. | #define HAVE_SYS_TYPES_H 1
  4332. | #define HAVE_SYS_TIME_H 1
  4333. | #define HAVE_DIR_H 1
  4334. | #define HAVE_COMMCTRL_H 1
  4335. | #define HAVE_SHLOBJ_H 1
  4336. | #define HAVE_ERRNO_H 1
  4337. | #define HAVE_IO_H 1
  4338. | #define HAVE_SYS_STAT_H 1
  4339. | #define HAVE_SIGNAL_H 1
  4340. | #define HAVE_WINIOCTL_H 1
  4341. | #define HAVE_DECL_SYS_SIGLIST 0
  4342. | #define RETSIGTYPE void
  4343. | #define HAVE_UNISTD_H 1
  4344. | /* end confdefs.h. */
  4345. | /* System header to define __stub macros and hopefully few prototypes,
  4346. | which can conflict with char fork (); below.
  4347. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4348. | <limits.h> exists even on freestanding compilers. */
  4349. | #ifdef __STDC__
  4350. | # include <limits.h>
  4351. | #else
  4352. | # include <assert.h>
  4353. | #endif
  4354. | /* Override any gcc2 internal prototype to avoid an error. */
  4355. | #ifdef __cplusplus
  4356. | extern "C"
  4357. | {
  4358. | #endif
  4359. | /* We use char because int might match the return type of a gcc2
  4360. | builtin and then its argument prototype would still apply. */
  4361. | char fork ();
  4362. | /* The GNU C library defines this for functions which it implements
  4363. | to always fail with ENOSYS. Some functions are actually named
  4364. | something starting with __ and the normal name is an alias. */
  4365. | #if defined (__stub_fork) || defined (__stub___fork)
  4366. | choke me
  4367. | #else
  4368. | char (*f) () = fork;
  4369. | #endif
  4370. | #ifdef __cplusplus
  4371. | }
  4372. | #endif
  4373. |
  4374. | int
  4375. | main ()
  4376. | {
  4377. | return f != fork;
  4378. | ;
  4379. | return 0;
  4380. | }
  4381. configure:11246: result: no
  4382. configure:11176: checking for vfork
  4383. configure:11226: gcc -o conftest.exe -g -O2 conftest.c >&5
  4384. C:\Users\Glenn\AppData\Local\Temp\ccJZXPYn.o:conftest.c:(.data+0x0): undefined reference to `vfork'
  4385. C:\Users\Glenn\AppData\Local\Temp\ccJZXPYn.o: In function `main':
  4386. e:\repos\vice-1.12/configure:11265: undefined reference to `vfork'
  4387. collect2.exe: error: ld returned 1 exit status
  4388. configure:11229: $? = 1
  4389. configure: failed program was:
  4390. | #line 11181 "configure"
  4391. | /* confdefs.h. */
  4392. |
  4393. | #define PACKAGE_NAME ""
  4394. | #define PACKAGE_TARNAME ""
  4395. | #define PACKAGE_VERSION ""
  4396. | #define PACKAGE_STRING ""
  4397. | #define PACKAGE_BUGREPORT ""
  4398. | #define PACKAGE "vice"
  4399. | #define VERSION "1.12"
  4400. | #define ENABLE_TEXTFIELD 1
  4401. | #define HAS_JOYSTICK 1
  4402. | #define HAVE_MOUSE 1
  4403. | #define HAVE_TFE 1
  4404. | #define HAS_LONGLONG_INTEGER 1
  4405. | #define HAS_UNLOCKRESOURCE 1
  4406. | #define STDC_HEADERS 1
  4407. | #define HAVE_SYS_TYPES_H 1
  4408. | #define HAVE_SYS_STAT_H 1
  4409. | #define HAVE_STDLIB_H 1
  4410. | #define HAVE_STRING_H 1
  4411. | #define HAVE_MEMORY_H 1
  4412. | #define HAVE_STRINGS_H 1
  4413. | #define HAVE_INTTYPES_H 1
  4414. | #define HAVE_STDINT_H 1
  4415. | #define HAVE_UNISTD_H 1
  4416. | #ifdef __cplusplus
  4417. | #include <stdlib.h>
  4418. | #endif
  4419. | #define HAVE_RESID 1
  4420. | #define SIZEOF_UNSIGNED_SHORT 2
  4421. | #define SIZEOF_UNSIGNED_INT 4
  4422. | #define SIZEOF_UNSIGNED_LONG 4
  4423. | #define HAVE_DIRENT_H 1
  4424. | #define HAVE_FCNTL_H 1
  4425. | #define HAVE_LIMITS_H 1
  4426. | #define HAVE_STRINGS_H 1
  4427. | #define HAVE_UNISTD_H 1
  4428. | #define HAVE_SYS_PARAM_H 1
  4429. | #define HAVE_SYS_TYPES_H 1
  4430. | #define HAVE_SYS_TIME_H 1
  4431. | #define HAVE_DIR_H 1
  4432. | #define HAVE_COMMCTRL_H 1
  4433. | #define HAVE_SHLOBJ_H 1
  4434. | #define HAVE_ERRNO_H 1
  4435. | #define HAVE_IO_H 1
  4436. | #define HAVE_SYS_STAT_H 1
  4437. | #define HAVE_SIGNAL_H 1
  4438. | #define HAVE_WINIOCTL_H 1
  4439. | #define HAVE_DECL_SYS_SIGLIST 0
  4440. | #define RETSIGTYPE void
  4441. | #define HAVE_UNISTD_H 1
  4442. | /* end confdefs.h. */
  4443. | /* System header to define __stub macros and hopefully few prototypes,
  4444. | which can conflict with char vfork (); below.
  4445. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4446. | <limits.h> exists even on freestanding compilers. */
  4447. | #ifdef __STDC__
  4448. | # include <limits.h>
  4449. | #else
  4450. | # include <assert.h>
  4451. | #endif
  4452. | /* Override any gcc2 internal prototype to avoid an error. */
  4453. | #ifdef __cplusplus
  4454. | extern "C"
  4455. | {
  4456. | #endif
  4457. | /* We use char because int might match the return type of a gcc2
  4458. | builtin and then its argument prototype would still apply. */
  4459. | char vfork ();
  4460. | /* The GNU C library defines this for functions which it implements
  4461. | to always fail with ENOSYS. Some functions are actually named
  4462. | something starting with __ and the normal name is an alias. */
  4463. | #if defined (__stub_vfork) || defined (__stub___vfork)
  4464. | choke me
  4465. | #else
  4466. | char (*f) () = vfork;
  4467. | #endif
  4468. | #ifdef __cplusplus
  4469. | }
  4470. | #endif
  4471. |
  4472. | int
  4473. | main ()
  4474. | {
  4475. | return f != vfork;
  4476. | ;
  4477. | return 0;
  4478. | }
  4479. configure:11246: result: no
  4480. configure:11497: checking for gettimeofday
  4481. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4482. configure:11550: $? = 0
  4483. configure:11553: test -s conftest.exe
  4484. configure:11556: $? = 0
  4485. configure:11567: result: yes
  4486. configure:11497: checking for memmove
  4487. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4488. configure:11572:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  4489. _ACEOF
  4490. ^
  4491. configure:11550: $? = 0
  4492. configure:11553: test -s conftest.exe
  4493. configure:11556: $? = 0
  4494. configure:11567: result: yes
  4495. configure:11497: checking for atexit
  4496. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4497. configure:11550: $? = 0
  4498. configure:11553: test -s conftest.exe
  4499. configure:11556: $? = 0
  4500. configure:11567: result: yes
  4501. configure:11497: checking for strerror
  4502. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4503. configure:11550: $? = 0
  4504. configure:11553: test -s conftest.exe
  4505. configure:11556: $? = 0
  4506. configure:11567: result: yes
  4507. configure:11497: checking for strcasecmp
  4508. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4509. configure:11575:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  4510. done
  4511. ^
  4512. C:\Users\Glenn\AppData\Local\Temp\cce03Hcn.o:conftest.c:(.data+0x0): undefined reference to `strcasecmp'
  4513. C:\Users\Glenn\AppData\Local\Temp\cce03Hcn.o: In function `main':
  4514. e:\repos\vice-1.12/configure:11591: undefined reference to `strcasecmp'
  4515. collect2.exe: error: ld returned 1 exit status
  4516. configure:11550: $? = 1
  4517. configure: failed program was:
  4518. | #line 11502 "configure"
  4519. | /* confdefs.h. */
  4520. |
  4521. | #define PACKAGE_NAME ""
  4522. | #define PACKAGE_TARNAME ""
  4523. | #define PACKAGE_VERSION ""
  4524. | #define PACKAGE_STRING ""
  4525. | #define PACKAGE_BUGREPORT ""
  4526. | #define PACKAGE "vice"
  4527. | #define VERSION "1.12"
  4528. | #define ENABLE_TEXTFIELD 1
  4529. | #define HAS_JOYSTICK 1
  4530. | #define HAVE_MOUSE 1
  4531. | #define HAVE_TFE 1
  4532. | #define HAS_LONGLONG_INTEGER 1
  4533. | #define HAS_UNLOCKRESOURCE 1
  4534. | #define STDC_HEADERS 1
  4535. | #define HAVE_SYS_TYPES_H 1
  4536. | #define HAVE_SYS_STAT_H 1
  4537. | #define HAVE_STDLIB_H 1
  4538. | #define HAVE_STRING_H 1
  4539. | #define HAVE_MEMORY_H 1
  4540. | #define HAVE_STRINGS_H 1
  4541. | #define HAVE_INTTYPES_H 1
  4542. | #define HAVE_STDINT_H 1
  4543. | #define HAVE_UNISTD_H 1
  4544. | #ifdef __cplusplus
  4545. | #include <stdlib.h>
  4546. | #endif
  4547. | #define HAVE_RESID 1
  4548. | #define SIZEOF_UNSIGNED_SHORT 2
  4549. | #define SIZEOF_UNSIGNED_INT 4
  4550. | #define SIZEOF_UNSIGNED_LONG 4
  4551. | #define HAVE_DIRENT_H 1
  4552. | #define HAVE_FCNTL_H 1
  4553. | #define HAVE_LIMITS_H 1
  4554. | #define HAVE_STRINGS_H 1
  4555. | #define HAVE_UNISTD_H 1
  4556. | #define HAVE_SYS_PARAM_H 1
  4557. | #define HAVE_SYS_TYPES_H 1
  4558. | #define HAVE_SYS_TIME_H 1
  4559. | #define HAVE_DIR_H 1
  4560. | #define HAVE_COMMCTRL_H 1
  4561. | #define HAVE_SHLOBJ_H 1
  4562. | #define HAVE_ERRNO_H 1
  4563. | #define HAVE_IO_H 1
  4564. | #define HAVE_SYS_STAT_H 1
  4565. | #define HAVE_SIGNAL_H 1
  4566. | #define HAVE_WINIOCTL_H 1
  4567. | #define HAVE_DECL_SYS_SIGLIST 0
  4568. | #define RETSIGTYPE void
  4569. | #define HAVE_UNISTD_H 1
  4570. | #define vfork fork
  4571. | #define HAVE_GETTIMEOFDAY 1
  4572. | #define HAVE_MEMMOVE 1
  4573. | #define HAVE_ATEXIT 1
  4574. | #define HAVE_STRERROR 1
  4575. | /* end confdefs.h. */
  4576. | /* System header to define __stub macros and hopefully few prototypes,
  4577. | which can conflict with char strcasecmp (); below.
  4578. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4579. | <limits.h> exists even on freestanding compilers. */
  4580. | #ifdef __STDC__
  4581. | # include <limits.h>
  4582. | #else
  4583. | # include <assert.h>
  4584. | #endif
  4585. | /* Override any gcc2 internal prototype to avoid an error. */
  4586. | #ifdef __cplusplus
  4587. | extern "C"
  4588. | {
  4589. | #endif
  4590. | /* We use char because int might match the return type of a gcc2
  4591. | builtin and then its argument prototype would still apply. */
  4592. | char strcasecmp ();
  4593. | /* The GNU C library defines this for functions which it implements
  4594. | to always fail with ENOSYS. Some functions are actually named
  4595. | something starting with __ and the normal name is an alias. */
  4596. | #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
  4597. | choke me
  4598. | #else
  4599. | char (*f) () = strcasecmp;
  4600. | #endif
  4601. | #ifdef __cplusplus
  4602. | }
  4603. | #endif
  4604. |
  4605. | int
  4606. | main ()
  4607. | {
  4608. | return f != strcasecmp;
  4609. | ;
  4610. | return 0;
  4611. | }
  4612. configure:11567: result: no
  4613. configure:11497: checking for strncasecmp
  4614. configure:11547: gcc -o conftest.exe -g -O2 conftest.c >&5
  4615. configure:11575:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  4616. done
  4617. ^
  4618. C:\Users\Glenn\AppData\Local\Temp\ccqN6Eko.o:conftest.c:(.data+0x0): undefined reference to `strncasecmp'
  4619. C:\Users\Glenn\AppData\Local\Temp\ccqN6Eko.o: In function `main':
  4620. e:\repos\vice-1.12/configure:11591: undefined reference to `strncasecmp'
  4621. collect2.exe: error: ld returned 1 exit status
  4622. configure:11550: $? = 1
  4623. configure: failed program was:
  4624. | #line 11502 "configure"
  4625. | /* confdefs.h. */
  4626. |
  4627. | #define PACKAGE_NAME ""
  4628. | #define PACKAGE_TARNAME ""
  4629. | #define PACKAGE_VERSION ""
  4630. | #define PACKAGE_STRING ""
  4631. | #define PACKAGE_BUGREPORT ""
  4632. | #define PACKAGE "vice"
  4633. | #define VERSION "1.12"
  4634. | #define ENABLE_TEXTFIELD 1
  4635. | #define HAS_JOYSTICK 1
  4636. | #define HAVE_MOUSE 1
  4637. | #define HAVE_TFE 1
  4638. | #define HAS_LONGLONG_INTEGER 1
  4639. | #define HAS_UNLOCKRESOURCE 1
  4640. | #define STDC_HEADERS 1
  4641. | #define HAVE_SYS_TYPES_H 1
  4642. | #define HAVE_SYS_STAT_H 1
  4643. | #define HAVE_STDLIB_H 1
  4644. | #define HAVE_STRING_H 1
  4645. | #define HAVE_MEMORY_H 1
  4646. | #define HAVE_STRINGS_H 1
  4647. | #define HAVE_INTTYPES_H 1
  4648. | #define HAVE_STDINT_H 1
  4649. | #define HAVE_UNISTD_H 1
  4650. | #ifdef __cplusplus
  4651. | #include <stdlib.h>
  4652. | #endif
  4653. | #define HAVE_RESID 1
  4654. | #define SIZEOF_UNSIGNED_SHORT 2
  4655. | #define SIZEOF_UNSIGNED_INT 4
  4656. | #define SIZEOF_UNSIGNED_LONG 4
  4657. | #define HAVE_DIRENT_H 1
  4658. | #define HAVE_FCNTL_H 1
  4659. | #define HAVE_LIMITS_H 1
  4660. | #define HAVE_STRINGS_H 1
  4661. | #define HAVE_UNISTD_H 1
  4662. | #define HAVE_SYS_PARAM_H 1
  4663. | #define HAVE_SYS_TYPES_H 1
  4664. | #define HAVE_SYS_TIME_H 1
  4665. | #define HAVE_DIR_H 1
  4666. | #define HAVE_COMMCTRL_H 1
  4667. | #define HAVE_SHLOBJ_H 1
  4668. | #define HAVE_ERRNO_H 1
  4669. | #define HAVE_IO_H 1
  4670. | #define HAVE_SYS_STAT_H 1
  4671. | #define HAVE_SIGNAL_H 1
  4672. | #define HAVE_WINIOCTL_H 1
  4673. | #define HAVE_DECL_SYS_SIGLIST 0
  4674. | #define RETSIGTYPE void
  4675. | #define HAVE_UNISTD_H 1
  4676. | #define vfork fork
  4677. | #define HAVE_GETTIMEOFDAY 1
  4678. | #define HAVE_MEMMOVE 1
  4679. | #define HAVE_ATEXIT 1
  4680. | #define HAVE_STRERROR 1
  4681. | /* end confdefs.h. */
  4682. | /* System header to define __stub macros and hopefully few prototypes,
  4683. | which can conflict with char strncasecmp (); below.
  4684. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4685. | <limits.h> exists even on freestanding compilers. */
  4686. | #ifdef __STDC__
  4687. | # include <limits.h>
  4688. | #else
  4689. | # include <assert.h>
  4690. | #endif
  4691. | /* Override any gcc2 internal prototype to avoid an error. */
  4692. | #ifdef __cplusplus
  4693. | extern "C"
  4694. | {
  4695. | #endif
  4696. | /* We use char because int might match the return type of a gcc2
  4697. | builtin and then its argument prototype would still apply. */
  4698. | char strncasecmp ();
  4699. | /* The GNU C library defines this for functions which it implements
  4700. | to always fail with ENOSYS. Some functions are actually named
  4701. | something starting with __ and the normal name is an alias. */
  4702. | #if defined (__stub_strncasecmp) || defined (__stub___strncasecmp)
  4703. | choke me
  4704. | #else
  4705. | char (*f) () = strncasecmp;
  4706. | #endif
  4707. | #ifdef __cplusplus
  4708. | }
  4709. | #endif
  4710. |
  4711. | int
  4712. | main ()
  4713. | {
  4714. | return f != strncasecmp;
  4715. | ;
  4716. | return 0;
  4717. | }
  4718. configure:11567: result: no
  4719. configure:11671: checking whether time.h and sys/time.h may both be included
  4720. configure:11697: gcc -c -g -O2 conftest.c >&5
  4721. configure:11700: $? = 0
  4722. configure:11703: test -s conftest.o
  4723. configure:11706: $? = 0
  4724. configure:11717: result: yes
  4725. configure:11727: checking whether struct tm is in sys/time.h or time.h
  4726. configure:11751: gcc -c -g -O2 conftest.c >&5
  4727. configure:11754: $? = 0
  4728. configure:11757: test -s conftest.o
  4729. configure:11760: $? = 0
  4730. configure:11771: result: time.h
  4731. configure:12123: checking zlib.h usability
  4732. configure:12136: gcc -c -g -O2 conftest.c >&5
  4733. configure:12217:18: fatal error: zlib.h: No such file or directory
  4734. { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
  4735. ^
  4736. compilation terminated.
  4737. configure:12139: $? = 1
  4738. configure: failed program was:
  4739. | #line 12125 "configure"
  4740. | /* confdefs.h. */
  4741. |
  4742. | #define PACKAGE_NAME ""
  4743. | #define PACKAGE_TARNAME ""
  4744. | #define PACKAGE_VERSION ""
  4745. | #define PACKAGE_STRING ""
  4746. | #define PACKAGE_BUGREPORT ""
  4747. | #define PACKAGE "vice"
  4748. | #define VERSION "1.12"
  4749. | #define ENABLE_TEXTFIELD 1
  4750. | #define HAS_JOYSTICK 1
  4751. | #define HAVE_MOUSE 1
  4752. | #define HAVE_TFE 1
  4753. | #define HAS_LONGLONG_INTEGER 1
  4754. | #define HAS_UNLOCKRESOURCE 1
  4755. | #define STDC_HEADERS 1
  4756. | #define HAVE_SYS_TYPES_H 1
  4757. | #define HAVE_SYS_STAT_H 1
  4758. | #define HAVE_STDLIB_H 1
  4759. | #define HAVE_STRING_H 1
  4760. | #define HAVE_MEMORY_H 1
  4761. | #define HAVE_STRINGS_H 1
  4762. | #define HAVE_INTTYPES_H 1
  4763. | #define HAVE_STDINT_H 1
  4764. | #define HAVE_UNISTD_H 1
  4765. | #ifdef __cplusplus
  4766. | #include <stdlib.h>
  4767. | #endif
  4768. | #define HAVE_RESID 1
  4769. | #define SIZEOF_UNSIGNED_SHORT 2
  4770. | #define SIZEOF_UNSIGNED_INT 4
  4771. | #define SIZEOF_UNSIGNED_LONG 4
  4772. | #define HAVE_DIRENT_H 1
  4773. | #define HAVE_FCNTL_H 1
  4774. | #define HAVE_LIMITS_H 1
  4775. | #define HAVE_STRINGS_H 1
  4776. | #define HAVE_UNISTD_H 1
  4777. | #define HAVE_SYS_PARAM_H 1
  4778. | #define HAVE_SYS_TYPES_H 1
  4779. | #define HAVE_SYS_TIME_H 1
  4780. | #define HAVE_DIR_H 1
  4781. | #define HAVE_COMMCTRL_H 1
  4782. | #define HAVE_SHLOBJ_H 1
  4783. | #define HAVE_ERRNO_H 1
  4784. | #define HAVE_IO_H 1
  4785. | #define HAVE_SYS_STAT_H 1
  4786. | #define HAVE_SIGNAL_H 1
  4787. | #define HAVE_WINIOCTL_H 1
  4788. | #define HAVE_DECL_SYS_SIGLIST 0
  4789. | #define RETSIGTYPE void
  4790. | #define HAVE_UNISTD_H 1
  4791. | #define vfork fork
  4792. | #define HAVE_GETTIMEOFDAY 1
  4793. | #define HAVE_MEMMOVE 1
  4794. | #define HAVE_ATEXIT 1
  4795. | #define HAVE_STRERROR 1
  4796. | #define TIME_WITH_SYS_TIME 1
  4797. | /* end confdefs.h. */
  4798. | #include <stdio.h>
  4799. | #if HAVE_SYS_TYPES_H
  4800. | # include <sys/types.h>
  4801. | #endif
  4802. | #if HAVE_SYS_STAT_H
  4803. | # include <sys/stat.h>
  4804. | #endif
  4805. | #if STDC_HEADERS
  4806. | # include <stdlib.h>
  4807. | # include <stddef.h>
  4808. | #else
  4809. | # if HAVE_STDLIB_H
  4810. | # include <stdlib.h>
  4811. | # endif
  4812. | #endif
  4813. | #if HAVE_STRING_H
  4814. | # if !STDC_HEADERS && HAVE_MEMORY_H
  4815. | # include <memory.h>
  4816. | # endif
  4817. | # include <string.h>
  4818. | #endif
  4819. | #if HAVE_STRINGS_H
  4820. | # include <strings.h>
  4821. | #endif
  4822. | #if HAVE_INTTYPES_H
  4823. | # include <inttypes.h>
  4824. | #else
  4825. | # if HAVE_STDINT_H
  4826. | # include <stdint.h>
  4827. | # endif
  4828. | #endif
  4829. | #if HAVE_UNISTD_H
  4830. | # include <unistd.h>
  4831. | #endif
  4832. | #include <zlib.h>
  4833. configure:12155: result: no
  4834. configure:12159: checking zlib.h presence
  4835. configure:12170: gcc -E conftest.c
  4836. configure:12219:18: fatal error: zlib.h: No such file or directory
  4837. { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
  4838. ^
  4839. compilation terminated.
  4840. configure:12176: $? = 1
  4841. configure: failed program was:
  4842. | #line 12161 "configure"
  4843. | /* confdefs.h. */
  4844. |
  4845. | #define PACKAGE_NAME ""
  4846. | #define PACKAGE_TARNAME ""
  4847. | #define PACKAGE_VERSION ""
  4848. | #define PACKAGE_STRING ""
  4849. | #define PACKAGE_BUGREPORT ""
  4850. | #define PACKAGE "vice"
  4851. | #define VERSION "1.12"
  4852. | #define ENABLE_TEXTFIELD 1
  4853. | #define HAS_JOYSTICK 1
  4854. | #define HAVE_MOUSE 1
  4855. | #define HAVE_TFE 1
  4856. | #define HAS_LONGLONG_INTEGER 1
  4857. | #define HAS_UNLOCKRESOURCE 1
  4858. | #define STDC_HEADERS 1
  4859. | #define HAVE_SYS_TYPES_H 1
  4860. | #define HAVE_SYS_STAT_H 1
  4861. | #define HAVE_STDLIB_H 1
  4862. | #define HAVE_STRING_H 1
  4863. | #define HAVE_MEMORY_H 1
  4864. | #define HAVE_STRINGS_H 1
  4865. | #define HAVE_INTTYPES_H 1
  4866. | #define HAVE_STDINT_H 1
  4867. | #define HAVE_UNISTD_H 1
  4868. | #ifdef __cplusplus
  4869. | #include <stdlib.h>
  4870. | #endif
  4871. | #define HAVE_RESID 1
  4872. | #define SIZEOF_UNSIGNED_SHORT 2
  4873. | #define SIZEOF_UNSIGNED_INT 4
  4874. | #define SIZEOF_UNSIGNED_LONG 4
  4875. | #define HAVE_DIRENT_H 1
  4876. | #define HAVE_FCNTL_H 1
  4877. | #define HAVE_LIMITS_H 1
  4878. | #define HAVE_STRINGS_H 1
  4879. | #define HAVE_UNISTD_H 1
  4880. | #define HAVE_SYS_PARAM_H 1
  4881. | #define HAVE_SYS_TYPES_H 1
  4882. | #define HAVE_SYS_TIME_H 1
  4883. | #define HAVE_DIR_H 1
  4884. | #define HAVE_COMMCTRL_H 1
  4885. | #define HAVE_SHLOBJ_H 1
  4886. | #define HAVE_ERRNO_H 1
  4887. | #define HAVE_IO_H 1
  4888. | #define HAVE_SYS_STAT_H 1
  4889. | #define HAVE_SIGNAL_H 1
  4890. | #define HAVE_WINIOCTL_H 1
  4891. | #define HAVE_DECL_SYS_SIGLIST 0
  4892. | #define RETSIGTYPE void
  4893. | #define HAVE_UNISTD_H 1
  4894. | #define vfork fork
  4895. | #define HAVE_GETTIMEOFDAY 1
  4896. | #define HAVE_MEMMOVE 1
  4897. | #define HAVE_ATEXIT 1
  4898. | #define HAVE_STRERROR 1
  4899. | #define TIME_WITH_SYS_TIME 1
  4900. | /* end confdefs.h. */
  4901. | #include <zlib.h>
  4902. configure:12195: result: no
  4903. configure:12231: checking for zlib.h
  4904. configure:12238: result: no
  4905. configure:12323: checking png.h usability
  4906. configure:12336: gcc -c -g -O2 conftest.c >&5
  4907. configure:12417:17: fatal error: png.h: No such file or directory
  4908. { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
  4909. ^
  4910. compilation terminated.
  4911. configure:12339: $? = 1
  4912. configure: failed program was:
  4913. | #line 12325 "configure"
  4914. | /* confdefs.h. */
  4915. |
  4916. | #define PACKAGE_NAME ""
  4917. | #define PACKAGE_TARNAME ""
  4918. | #define PACKAGE_VERSION ""
  4919. | #define PACKAGE_STRING ""
  4920. | #define PACKAGE_BUGREPORT ""
  4921. | #define PACKAGE "vice"
  4922. | #define VERSION "1.12"
  4923. | #define ENABLE_TEXTFIELD 1
  4924. | #define HAS_JOYSTICK 1
  4925. | #define HAVE_MOUSE 1
  4926. | #define HAVE_TFE 1
  4927. | #define HAS_LONGLONG_INTEGER 1
  4928. | #define HAS_UNLOCKRESOURCE 1
  4929. | #define STDC_HEADERS 1
  4930. | #define HAVE_SYS_TYPES_H 1
  4931. | #define HAVE_SYS_STAT_H 1
  4932. | #define HAVE_STDLIB_H 1
  4933. | #define HAVE_STRING_H 1
  4934. | #define HAVE_MEMORY_H 1
  4935. | #define HAVE_STRINGS_H 1
  4936. | #define HAVE_INTTYPES_H 1
  4937. | #define HAVE_STDINT_H 1
  4938. | #define HAVE_UNISTD_H 1
  4939. | #ifdef __cplusplus
  4940. | #include <stdlib.h>
  4941. | #endif
  4942. | #define HAVE_RESID 1
  4943. | #define SIZEOF_UNSIGNED_SHORT 2
  4944. | #define SIZEOF_UNSIGNED_INT 4
  4945. | #define SIZEOF_UNSIGNED_LONG 4
  4946. | #define HAVE_DIRENT_H 1
  4947. | #define HAVE_FCNTL_H 1
  4948. | #define HAVE_LIMITS_H 1
  4949. | #define HAVE_STRINGS_H 1
  4950. | #define HAVE_UNISTD_H 1
  4951. | #define HAVE_SYS_PARAM_H 1
  4952. | #define HAVE_SYS_TYPES_H 1
  4953. | #define HAVE_SYS_TIME_H 1
  4954. | #define HAVE_DIR_H 1
  4955. | #define HAVE_COMMCTRL_H 1
  4956. | #define HAVE_SHLOBJ_H 1
  4957. | #define HAVE_ERRNO_H 1
  4958. | #define HAVE_IO_H 1
  4959. | #define HAVE_SYS_STAT_H 1
  4960. | #define HAVE_SIGNAL_H 1
  4961. | #define HAVE_WINIOCTL_H 1
  4962. | #define HAVE_DECL_SYS_SIGLIST 0
  4963. | #define RETSIGTYPE void
  4964. | #define HAVE_UNISTD_H 1
  4965. | #define vfork fork
  4966. | #define HAVE_GETTIMEOFDAY 1
  4967. | #define HAVE_MEMMOVE 1
  4968. | #define HAVE_ATEXIT 1
  4969. | #define HAVE_STRERROR 1
  4970. | #define TIME_WITH_SYS_TIME 1
  4971. | /* end confdefs.h. */
  4972. | #include <stdio.h>
  4973. | #if HAVE_SYS_TYPES_H
  4974. | # include <sys/types.h>
  4975. | #endif
  4976. | #if HAVE_SYS_STAT_H
  4977. | # include <sys/stat.h>
  4978. | #endif
  4979. | #if STDC_HEADERS
  4980. | # include <stdlib.h>
  4981. | # include <stddef.h>
  4982. | #else
  4983. | # if HAVE_STDLIB_H
  4984. | # include <stdlib.h>
  4985. | # endif
  4986. | #endif
  4987. | #if HAVE_STRING_H
  4988. | # if !STDC_HEADERS && HAVE_MEMORY_H
  4989. | # include <memory.h>
  4990. | # endif
  4991. | # include <string.h>
  4992. | #endif
  4993. | #if HAVE_STRINGS_H
  4994. | # include <strings.h>
  4995. | #endif
  4996. | #if HAVE_INTTYPES_H
  4997. | # include <inttypes.h>
  4998. | #else
  4999. | # if HAVE_STDINT_H
  5000. | # include <stdint.h>
  5001. | # endif
  5002. | #endif
  5003. | #if HAVE_UNISTD_H
  5004. | # include <unistd.h>
  5005. | #endif
  5006. | #include <png.h>
  5007. configure:12355: result: no
  5008. configure:12359: checking png.h presence
  5009. configure:12370: gcc -E conftest.c
  5010. configure:12419:17: fatal error: png.h: No such file or directory
  5011. { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
  5012. ^
  5013. compilation terminated.
  5014. configure:12376: $? = 1
  5015. configure: failed program was:
  5016. | #line 12361 "configure"
  5017. | /* confdefs.h. */
  5018. |
  5019. | #define PACKAGE_NAME ""
  5020. | #define PACKAGE_TARNAME ""
  5021. | #define PACKAGE_VERSION ""
  5022. | #define PACKAGE_STRING ""
  5023. | #define PACKAGE_BUGREPORT ""
  5024. | #define PACKAGE "vice"
  5025. | #define VERSION "1.12"
  5026. | #define ENABLE_TEXTFIELD 1
  5027. | #define HAS_JOYSTICK 1
  5028. | #define HAVE_MOUSE 1
  5029. | #define HAVE_TFE 1
  5030. | #define HAS_LONGLONG_INTEGER 1
  5031. | #define HAS_UNLOCKRESOURCE 1
  5032. | #define STDC_HEADERS 1
  5033. | #define HAVE_SYS_TYPES_H 1
  5034. | #define HAVE_SYS_STAT_H 1
  5035. | #define HAVE_STDLIB_H 1
  5036. | #define HAVE_STRING_H 1
  5037. | #define HAVE_MEMORY_H 1
  5038. | #define HAVE_STRINGS_H 1
  5039. | #define HAVE_INTTYPES_H 1
  5040. | #define HAVE_STDINT_H 1
  5041. | #define HAVE_UNISTD_H 1
  5042. | #ifdef __cplusplus
  5043. | #include <stdlib.h>
  5044. | #endif
  5045. | #define HAVE_RESID 1
  5046. | #define SIZEOF_UNSIGNED_SHORT 2
  5047. | #define SIZEOF_UNSIGNED_INT 4
  5048. | #define SIZEOF_UNSIGNED_LONG 4
  5049. | #define HAVE_DIRENT_H 1
  5050. | #define HAVE_FCNTL_H 1
  5051. | #define HAVE_LIMITS_H 1
  5052. | #define HAVE_STRINGS_H 1
  5053. | #define HAVE_UNISTD_H 1
  5054. | #define HAVE_SYS_PARAM_H 1
  5055. | #define HAVE_SYS_TYPES_H 1
  5056. | #define HAVE_SYS_TIME_H 1
  5057. | #define HAVE_DIR_H 1
  5058. | #define HAVE_COMMCTRL_H 1
  5059. | #define HAVE_SHLOBJ_H 1
  5060. | #define HAVE_ERRNO_H 1
  5061. | #define HAVE_IO_H 1
  5062. | #define HAVE_SYS_STAT_H 1
  5063. | #define HAVE_SIGNAL_H 1
  5064. | #define HAVE_WINIOCTL_H 1
  5065. | #define HAVE_DECL_SYS_SIGLIST 0
  5066. | #define RETSIGTYPE void
  5067. | #define HAVE_UNISTD_H 1
  5068. | #define vfork fork
  5069. | #define HAVE_GETTIMEOFDAY 1
  5070. | #define HAVE_MEMMOVE 1
  5071. | #define HAVE_ATEXIT 1
  5072. | #define HAVE_STRERROR 1
  5073. | #define TIME_WITH_SYS_TIME 1
  5074. | /* end confdefs.h. */
  5075. | #include <png.h>
  5076. configure:12395: result: no
  5077. configure:12431: checking for png.h
  5078. configure:12438: result: no
  5079. configure:15450: checking for GUID_SysMouse in -ldxguid
  5080. configure:15481: gcc -o conftest.exe -g -O2 conftest.c -ldxguid -lkernel32 -luser32 -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 -lddraw -ldsound -ldinput -lth32 -lkernel32 -luser32 -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 -lddraw -ldsound -ldinput -lth32 >&5
  5081. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lth32
  5082. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lth32
  5083. collect2.exe: error: ld returned 1 exit status
  5084. configure:15484: $? = 1
  5085. configure: failed program was:
  5086. | #line 15457 "configure"
  5087. | /* confdefs.h. */
  5088. |
  5089. | #define PACKAGE_NAME ""
  5090. | #define PACKAGE_TARNAME ""
  5091. | #define PACKAGE_VERSION ""
  5092. | #define PACKAGE_STRING ""
  5093. | #define PACKAGE_BUGREPORT ""
  5094. | #define PACKAGE "vice"
  5095. | #define VERSION "1.12"
  5096. | #define ENABLE_TEXTFIELD 1
  5097. | #define HAS_JOYSTICK 1
  5098. | #define HAVE_MOUSE 1
  5099. | #define HAVE_TFE 1
  5100. | #define HAS_LONGLONG_INTEGER 1
  5101. | #define HAS_UNLOCKRESOURCE 1
  5102. | #define STDC_HEADERS 1
  5103. | #define HAVE_SYS_TYPES_H 1
  5104. | #define HAVE_SYS_STAT_H 1
  5105. | #define HAVE_STDLIB_H 1
  5106. | #define HAVE_STRING_H 1
  5107. | #define HAVE_MEMORY_H 1
  5108. | #define HAVE_STRINGS_H 1
  5109. | #define HAVE_INTTYPES_H 1
  5110. | #define HAVE_STDINT_H 1
  5111. | #define HAVE_UNISTD_H 1
  5112. | #ifdef __cplusplus
  5113. | #include <stdlib.h>
  5114. | #endif
  5115. | #define HAVE_RESID 1
  5116. | #define SIZEOF_UNSIGNED_SHORT 2
  5117. | #define SIZEOF_UNSIGNED_INT 4
  5118. | #define SIZEOF_UNSIGNED_LONG 4
  5119. | #define HAVE_DIRENT_H 1
  5120. | #define HAVE_FCNTL_H 1
  5121. | #define HAVE_LIMITS_H 1
  5122. | #define HAVE_STRINGS_H 1
  5123. | #define HAVE_UNISTD_H 1
  5124. | #define HAVE_SYS_PARAM_H 1
  5125. | #define HAVE_SYS_TYPES_H 1
  5126. | #define HAVE_SYS_TIME_H 1
  5127. | #define HAVE_DIR_H 1
  5128. | #define HAVE_COMMCTRL_H 1
  5129. | #define HAVE_SHLOBJ_H 1
  5130. | #define HAVE_ERRNO_H 1
  5131. | #define HAVE_IO_H 1
  5132. | #define HAVE_SYS_STAT_H 1
  5133. | #define HAVE_SIGNAL_H 1
  5134. | #define HAVE_WINIOCTL_H 1
  5135. | #define HAVE_DECL_SYS_SIGLIST 0
  5136. | #define RETSIGTYPE void
  5137. | #define HAVE_UNISTD_H 1
  5138. | #define vfork fork
  5139. | #define HAVE_GETTIMEOFDAY 1
  5140. | #define HAVE_MEMMOVE 1
  5141. | #define HAVE_ATEXIT 1
  5142. | #define HAVE_STRERROR 1
  5143. | #define TIME_WITH_SYS_TIME 1
  5144. | /* end confdefs.h. */
  5145. |
  5146. | /* Override any gcc2 internal prototype to avoid an error. */
  5147. | #ifdef __cplusplus
  5148. | extern "C"
  5149. | #endif
  5150. | /* We use char because int might match the return type of a gcc2
  5151. | builtin and then its argument prototype would still apply. */
  5152. | char GUID_SysMouse ();
  5153. | int
  5154. | main ()
  5155. | {
  5156. | GUID_SysMouse ();
  5157. | ;
  5158. | return 0;
  5159. | }
  5160. configure:15502: result: no
  5161. configure:15512: checking whether DWORD is defined as unsigned long or unsigned int in the Mingw32 headers
  5162. configure:15533: gcc -c -g -O2 conftest.c >&5
  5163. configure:15536: $? = 0
  5164. configure:15539: test -s conftest.o
  5165. configure:15542: $? = 0
  5166. configure:15548: result: unsigned long
  5167. configure:16340: checking opencbm.h usability
  5168. configure:16353: gcc -c -g -O2 conftest.c >&5
  5169. configure:16435:21: fatal error: opencbm.h: No such file or directory
  5170. echo "$as_me: WARNING: opencbm.h: check for missing prerequisite headers?" >&2;}
  5171. ^
  5172. compilation terminated.
  5173. configure:16356: $? = 1
  5174. configure: failed program was:
  5175. | #line 16342 "configure"
  5176. | /* confdefs.h. */
  5177. |
  5178. | #define PACKAGE_NAME ""
  5179. | #define PACKAGE_TARNAME ""
  5180. | #define PACKAGE_VERSION ""
  5181. | #define PACKAGE_STRING ""
  5182. | #define PACKAGE_BUGREPORT ""
  5183. | #define PACKAGE "vice"
  5184. | #define VERSION "1.12"
  5185. | #define ENABLE_TEXTFIELD 1
  5186. | #define HAS_JOYSTICK 1
  5187. | #define HAVE_MOUSE 1
  5188. | #define HAVE_TFE 1
  5189. | #define HAS_LONGLONG_INTEGER 1
  5190. | #define HAS_UNLOCKRESOURCE 1
  5191. | #define STDC_HEADERS 1
  5192. | #define HAVE_SYS_TYPES_H 1
  5193. | #define HAVE_SYS_STAT_H 1
  5194. | #define HAVE_STDLIB_H 1
  5195. | #define HAVE_STRING_H 1
  5196. | #define HAVE_MEMORY_H 1
  5197. | #define HAVE_STRINGS_H 1
  5198. | #define HAVE_INTTYPES_H 1
  5199. | #define HAVE_STDINT_H 1
  5200. | #define HAVE_UNISTD_H 1
  5201. | #ifdef __cplusplus
  5202. | #include <stdlib.h>
  5203. | #endif
  5204. | #define HAVE_RESID 1
  5205. | #define SIZEOF_UNSIGNED_SHORT 2
  5206. | #define SIZEOF_UNSIGNED_INT 4
  5207. | #define SIZEOF_UNSIGNED_LONG 4
  5208. | #define HAVE_DIRENT_H 1
  5209. | #define HAVE_FCNTL_H 1
  5210. | #define HAVE_LIMITS_H 1
  5211. | #define HAVE_STRINGS_H 1
  5212. | #define HAVE_UNISTD_H 1
  5213. | #define HAVE_SYS_PARAM_H 1
  5214. | #define HAVE_SYS_TYPES_H 1
  5215. | #define HAVE_SYS_TIME_H 1
  5216. | #define HAVE_DIR_H 1
  5217. | #define HAVE_COMMCTRL_H 1
  5218. | #define HAVE_SHLOBJ_H 1
  5219. | #define HAVE_ERRNO_H 1
  5220. | #define HAVE_IO_H 1
  5221. | #define HAVE_SYS_STAT_H 1
  5222. | #define HAVE_SIGNAL_H 1
  5223. | #define HAVE_WINIOCTL_H 1
  5224. | #define HAVE_DECL_SYS_SIGLIST 0
  5225. | #define RETSIGTYPE void
  5226. | #define HAVE_UNISTD_H 1
  5227. | #define vfork fork
  5228. | #define HAVE_GETTIMEOFDAY 1
  5229. | #define HAVE_MEMMOVE 1
  5230. | #define HAVE_ATEXIT 1
  5231. | #define HAVE_STRERROR 1
  5232. | #define TIME_WITH_SYS_TIME 1
  5233. | #define DWORD_IS_LONG 1
  5234. | /* end confdefs.h. */
  5235. | #include <stdio.h>
  5236. | #if HAVE_SYS_TYPES_H
  5237. | # include <sys/types.h>
  5238. | #endif
  5239. | #if HAVE_SYS_STAT_H
  5240. | # include <sys/stat.h>
  5241. | #endif
  5242. | #if STDC_HEADERS
  5243. | # include <stdlib.h>
  5244. | # include <stddef.h>
  5245. | #else
  5246. | # if HAVE_STDLIB_H
  5247. | # include <stdlib.h>
  5248. | # endif
  5249. | #endif
  5250. | #if HAVE_STRING_H
  5251. | # if !STDC_HEADERS && HAVE_MEMORY_H
  5252. | # include <memory.h>
  5253. | # endif
  5254. | # include <string.h>
  5255. | #endif
  5256. | #if HAVE_STRINGS_H
  5257. | # include <strings.h>
  5258. | #endif
  5259. | #if HAVE_INTTYPES_H
  5260. | # include <inttypes.h>
  5261. | #else
  5262. | # if HAVE_STDINT_H
  5263. | # include <stdint.h>
  5264. | # endif
  5265. | #endif
  5266. | #if HAVE_UNISTD_H
  5267. | # include <unistd.h>
  5268. | #endif
  5269. | #include <opencbm.h>
  5270. configure:16372: result: no
  5271. configure:16376: checking opencbm.h presence
  5272. configure:16387: gcc -E conftest.c
  5273. configure:16437:21: fatal error: opencbm.h: No such file or directory
  5274. echo "$as_me: WARNING: opencbm.h: proceeding with the preprocessor's result" >&2;}
  5275. ^
  5276. compilation terminated.
  5277. configure:16393: $? = 1
  5278. configure: failed program was:
  5279. | #line 16378 "configure"
  5280. | /* confdefs.h. */
  5281. |
  5282. | #define PACKAGE_NAME ""
  5283. | #define PACKAGE_TARNAME ""
  5284. | #define PACKAGE_VERSION ""
  5285. | #define PACKAGE_STRING ""
  5286. | #define PACKAGE_BUGREPORT ""
  5287. | #define PACKAGE "vice"
  5288. | #define VERSION "1.12"
  5289. | #define ENABLE_TEXTFIELD 1
  5290. | #define HAS_JOYSTICK 1
  5291. | #define HAVE_MOUSE 1
  5292. | #define HAVE_TFE 1
  5293. | #define HAS_LONGLONG_INTEGER 1
  5294. | #define HAS_UNLOCKRESOURCE 1
  5295. | #define STDC_HEADERS 1
  5296. | #define HAVE_SYS_TYPES_H 1
  5297. | #define HAVE_SYS_STAT_H 1
  5298. | #define HAVE_STDLIB_H 1
  5299. | #define HAVE_STRING_H 1
  5300. | #define HAVE_MEMORY_H 1
  5301. | #define HAVE_STRINGS_H 1
  5302. | #define HAVE_INTTYPES_H 1
  5303. | #define HAVE_STDINT_H 1
  5304. | #define HAVE_UNISTD_H 1
  5305. | #ifdef __cplusplus
  5306. | #include <stdlib.h>
  5307. | #endif
  5308. | #define HAVE_RESID 1
  5309. | #define SIZEOF_UNSIGNED_SHORT 2
  5310. | #define SIZEOF_UNSIGNED_INT 4
  5311. | #define SIZEOF_UNSIGNED_LONG 4
  5312. | #define HAVE_DIRENT_H 1
  5313. | #define HAVE_FCNTL_H 1
  5314. | #define HAVE_LIMITS_H 1
  5315. | #define HAVE_STRINGS_H 1
  5316. | #define HAVE_UNISTD_H 1
  5317. | #define HAVE_SYS_PARAM_H 1
  5318. | #define HAVE_SYS_TYPES_H 1
  5319. | #define HAVE_SYS_TIME_H 1
  5320. | #define HAVE_DIR_H 1
  5321. | #define HAVE_COMMCTRL_H 1
  5322. | #define HAVE_SHLOBJ_H 1
  5323. | #define HAVE_ERRNO_H 1
  5324. | #define HAVE_IO_H 1
  5325. | #define HAVE_SYS_STAT_H 1
  5326. | #define HAVE_SIGNAL_H 1
  5327. | #define HAVE_WINIOCTL_H 1
  5328. | #define HAVE_DECL_SYS_SIGLIST 0
  5329. | #define RETSIGTYPE void
  5330. | #define HAVE_UNISTD_H 1
  5331. | #define vfork fork
  5332. | #define HAVE_GETTIMEOFDAY 1
  5333. | #define HAVE_MEMMOVE 1
  5334. | #define HAVE_ATEXIT 1
  5335. | #define HAVE_STRERROR 1
  5336. | #define TIME_WITH_SYS_TIME 1
  5337. | #define DWORD_IS_LONG 1
  5338. | /* end confdefs.h. */
  5339. | #include <opencbm.h>
  5340. configure:16412: result: no
  5341. configure:16448: checking for opencbm.h
  5342. configure:16455: result: no
  5343. configure:17526: creating ./config.status
  5344.  
  5345. ## ---------------------- ##
  5346. ## Running config.status. ##
  5347. ## ---------------------- ##
  5348.  
  5349. This file was extended by config.status, which was
  5350. generated by GNU Autoconf 2.57. Invocation command line was
  5351.  
  5352. CONFIG_FILES =
  5353. CONFIG_HEADERS =
  5354. CONFIG_LINKS =
  5355. CONFIG_COMMANDS =
  5356. $ ./config.status
  5357.  
  5358. on Glenn-PC2011
  5359.  
  5360. config.status:828: creating Makefile
  5361. config.status:828: creating data/Makefile
  5362. config.status:828: creating data/C128/Makefile
  5363. config.status:828: creating data/C64/Makefile
  5364. config.status:828: creating data/CBM-II/Makefile
  5365. config.status:828: creating data/DRIVES/Makefile
  5366. config.status:828: creating data/PET/Makefile
  5367. config.status:828: creating data/PLUS4/Makefile
  5368. config.status:828: creating data/PRINTER/Makefile
  5369. config.status:828: creating data/VIC20/Makefile
  5370. config.status:828: creating data/fonts/Makefile
  5371. config.status:828: creating doc/Makefile
  5372. config.status:828: creating doc/html/Makefile
  5373. config.status:828: creating man/Makefile
  5374. config.status:828: creating src/Makefile
  5375. config.status:828: creating src/arch/Makefile
  5376. config.status:828: creating src/arch/beos/Makefile
  5377. config.status:828: creating src/arch/msdos/Makefile
  5378. config.status:828: creating src/arch/os2/Makefile
  5379. config.status:828: creating src/arch/os2/dialogs/Makefile
  5380. config.status:828: creating src/arch/os2/kbd/Makefile
  5381. config.status:828: creating src/arch/os2/snippets/Makefile
  5382. config.status:828: creating src/arch/os2/ui/Makefile
  5383. config.status:828: creating src/arch/os2/vac++/Makefile
  5384. config.status:828: creating src/arch/riscos/Makefile
  5385. config.status:828: creating src/arch/unix/Makefile
  5386. config.status:828: creating src/arch/unix/readline/Makefile
  5387. config.status:828: creating src/arch/unix/x11/Makefile
  5388. config.status:828: creating src/arch/unix/x11/gnome/Makefile
  5389. config.status:828: creating src/arch/unix/x11/xaw/Makefile
  5390. config.status:828: creating src/arch/unix/x11/xaw/widgets/Makefile
  5391. config.status:828: creating src/arch/win32/Makefile
  5392. config.status:828: creating src/c128/Makefile
  5393. config.status:828: creating src/c64/Makefile
  5394. config.status:828: creating src/c64/cart/Makefile
  5395. config.status:828: creating src/cbm2/Makefile
  5396. config.status:828: creating src/crtc/Makefile
  5397. config.status:828: creating src/diskimage/Makefile
  5398. config.status:828: creating src/drive/Makefile
  5399. config.status:828: creating src/drive/iec/Makefile
  5400. config.status:828: creating src/drive/iecieee/Makefile
  5401. config.status:828: creating src/drive/ieee/Makefile
  5402. config.status:828: creating src/drive/tcbm/Makefile
  5403. config.status:828: creating src/fsdevice/Makefile
  5404. config.status:828: creating src/gfxoutputdrv/Makefile
  5405. config.status:828: creating src/imagecontents/Makefile
  5406. config.status:828: creating src/monitor/Makefile
  5407. config.status:828: creating src/pet/Makefile
  5408. config.status:828: creating src/plus4/Makefile
  5409. config.status:828: creating src/printerdrv/Makefile
  5410. config.status:828: creating src/raster/Makefile
  5411. config.status:828: creating src/rs232drv/Makefile
  5412. config.status:828: creating src/serial/Makefile
  5413. config.status:828: creating src/sid/Makefile
  5414. config.status:828: creating src/sounddrv/Makefile
  5415. config.status:828: creating src/tape/Makefile
  5416. config.status:828: creating src/vdc/Makefile
  5417. config.status:828: creating src/vdrive/Makefile
  5418. config.status:828: creating src/vic20/Makefile
  5419. config.status:828: creating src/vicii/Makefile
  5420. config.status:828: creating src/video/Makefile
  5421. config.status:828: creating src/version.h
  5422. config.status:828: creating po/Makefile.in
  5423. config.status:932: creating src/config.h
  5424. config.status:1129: src/config.h is unchanged
  5425. config.status:1242: executing depfiles commands
  5426. config.status:1242: executing default-1 commands
  5427. configure:18937: configuring in src/resid
  5428. configure:19021: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
  5429.  
  5430. ## ---------------- ##
  5431. ## Cache variables. ##
  5432. ## ---------------- ##
  5433.  
  5434. ac_cv_build=i686-pc-mingw32
  5435. ac_cv_build_alias=i686-pc-mingw32
  5436. ac_cv_c_bigendian=no
  5437. ac_cv_c_compiler_gnu=yes
  5438. ac_cv_c_inline=inline
  5439. ac_cv_cxx_compiler_gnu=yes
  5440. ac_cv_env_CC_set=
  5441. ac_cv_env_CC_value=
  5442. ac_cv_env_CFLAGS_set=
  5443. ac_cv_env_CFLAGS_value=
  5444. ac_cv_env_CPPFLAGS_set=
  5445. ac_cv_env_CPPFLAGS_value=
  5446. ac_cv_env_CPP_set=
  5447. ac_cv_env_CPP_value=
  5448. ac_cv_env_CXXCPP_set=
  5449. ac_cv_env_CXXCPP_value=
  5450. ac_cv_env_CXXFLAGS_set=
  5451. ac_cv_env_CXXFLAGS_value=
  5452. ac_cv_env_CXX_set=
  5453. ac_cv_env_CXX_value=
  5454. ac_cv_env_LDFLAGS_set=
  5455. ac_cv_env_LDFLAGS_value=
  5456. ac_cv_env_build_alias_set=
  5457. ac_cv_env_build_alias_value=
  5458. ac_cv_env_host_alias_set=
  5459. ac_cv_env_host_alias_value=
  5460. ac_cv_env_target_alias_set=
  5461. ac_cv_env_target_alias_value=
  5462. ac_cv_exeext=.exe
  5463. ac_cv_func_atexit=yes
  5464. ac_cv_func_fork=no
  5465. ac_cv_func_fork_works=no
  5466. ac_cv_func_gettimeofday=yes
  5467. ac_cv_func_memmove=yes
  5468. ac_cv_func_strcasecmp=no
  5469. ac_cv_func_strerror=yes
  5470. ac_cv_func_strncasecmp=no
  5471. ac_cv_func_vfork=no
  5472. ac_cv_func_vfork_works=no
  5473. ac_cv_have_decl_sys_siglist=no
  5474. ac_cv_header_commctrl_h=yes
  5475. ac_cv_header_dir_h=yes
  5476. ac_cv_header_dirent_dirent_h=yes
  5477. ac_cv_header_errno_h=yes
  5478. ac_cv_header_fcntl_h=yes
  5479. ac_cv_header_inttypes_h=yes
  5480. ac_cv_header_io_h=yes
  5481. ac_cv_header_libintl_h=no
  5482. ac_cv_header_limits_h=yes
  5483. ac_cv_header_linux_joystick_h=no
  5484. ac_cv_header_machine_joystick_h=no
  5485. ac_cv_header_memory_h=yes
  5486. ac_cv_header_opencbm_h=no
  5487. ac_cv_header_png_h=no
  5488. ac_cv_header_regex_h=no
  5489. ac_cv_header_regexp_h=no
  5490. ac_cv_header_sgtty_h=no
  5491. ac_cv_header_shlobj_h=yes
  5492. ac_cv_header_signal_h=yes
  5493. ac_cv_header_stdc=yes
  5494. ac_cv_header_stdint_h=yes
  5495. ac_cv_header_stdlib_h=yes
  5496. ac_cv_header_string_h=yes
  5497. ac_cv_header_strings_h=yes
  5498. ac_cv_header_sys_dirent_h=no
  5499. ac_cv_header_sys_ioctl_h=no
  5500. ac_cv_header_sys_param_h=yes
  5501. ac_cv_header_sys_stat_h=yes
  5502. ac_cv_header_sys_time_h=yes
  5503. ac_cv_header_sys_types_h=yes
  5504. ac_cv_header_time=yes
  5505. ac_cv_header_unistd_h=yes
  5506. ac_cv_header_vfork_h=no
  5507. ac_cv_header_winioctl_h=yes
  5508. ac_cv_header_zlib_h=no
  5509. ac_cv_host=i686-pc-mingw32
  5510. ac_cv_host_alias=i686-pc-mingw32
  5511. ac_cv_lib_UMSobj_UMSAudioDevice_initialize=no
  5512. ac_cv_lib_audio_ALseterrorhandler=no
  5513. ac_cv_lib_dxguid_GUID_SysMouse=no
  5514. ac_cv_lib_esd_esd_open_sound=no
  5515. ac_cv_lib_fl_yywrap=no
  5516. ac_cv_lib_l_yywrap=no
  5517. ac_cv_objext=o
  5518. ac_cv_path_install='/bin/install -c'
  5519. ac_cv_prog_AR=ar
  5520. ac_cv_prog_AWK=gawk
  5521. ac_cv_prog_CPP='gcc -E'
  5522. ac_cv_prog_CXXCPP='CC -E'
  5523. ac_cv_prog_ac_ct_CC=gcc
  5524. ac_cv_prog_ac_ct_CXX=CC
  5525. ac_cv_prog_ac_ct_RANLIB=ranlib
  5526. ac_cv_prog_cc_g=yes
  5527. ac_cv_prog_cc_stdc=
  5528. ac_cv_prog_cxx=gcc
  5529. ac_cv_prog_cxx_g=yes
  5530. ac_cv_prog_egrep='grep -E'
  5531. ac_cv_prog_gcc_traditional=no
  5532. ac_cv_prog_make_make_set=yes
  5533. ac_cv_search_opendir='none required'
  5534. ac_cv_sizeof_unsigned_int=4
  5535. ac_cv_sizeof_unsigned_long=4
  5536. ac_cv_sizeof_unsigned_short=2
  5537. ac_cv_struct_tm=time.h
  5538. ac_cv_type_off_t=yes
  5539. ac_cv_type_pid_t=yes
  5540. ac_cv_type_signal=void
  5541. ac_cv_type_size_t=yes
  5542. ac_cv_type_unsigned_int=yes
  5543. ac_cv_type_unsigned_long=yes
  5544. ac_cv_type_unsigned_short=yes
  5545. am_cv_CC_dependencies_compiler_type=gcc3
  5546. am_cv_CXX_dependencies_compiler_type=gcc3
  5547.  
  5548. ## ----------------- ##
  5549. ## Output variables. ##
  5550. ## ----------------- ##
  5551.  
  5552. ACLOCAL='${SHELL} /e/repos/vice-1.12/missing --run aclocal-1.7'
  5553. AMDEPBACKSLASH='\'
  5554. AMDEP_FALSE='#'
  5555. AMDEP_TRUE=''
  5556. AMTAR='${SHELL} /e/repos/vice-1.12/missing --run tar'
  5557. AR='ar'
  5558. ARCH_DIR='$(top_builddir)/src/arch/win32'
  5559. ARCH_INCLUDES='-I$(top_srcdir)/src/arch/win32/'
  5560. ARCH_LIBS='$(top_builddir)/src/arch/win32/libarch.a'
  5561. AUTOCONF='${SHELL} /e/repos/vice-1.12/missing --run autoconf'
  5562. AUTOHEADER='${SHELL} /e/repos/vice-1.12/missing --run autoheader'
  5563. AUTOMAKE='${SHELL} /e/repos/vice-1.12/missing --run automake-1.7'
  5564. AWK='gawk'
  5565. BEOS_COMPILE_FALSE=''
  5566. BEOS_COMPILE_TRUE='#'
  5567. BINDIR=''
  5568. CATALOGS=''
  5569. CATOBJEXT=''
  5570. CC='gcc'
  5571. CCDEPMODE='depmode=gcc3'
  5572. CFLAGS='-g -O2'
  5573. CPP='gcc -E'
  5574. CPPFLAGS=''
  5575. CXX='CC'
  5576. CXXCPP='CC -E'
  5577. CXXDEPMODE='depmode=gcc3'
  5578. CXXFLAGS='-g -O2 -fno-exceptions'
  5579. CYGPATH_W='cygpath -w'
  5580. DATADIRNAME=''
  5581. DEFS='-DHAVE_CONFIG_H'
  5582. DEPDIR='.deps'
  5583. DOS_OR_WIN_FALSE='#'
  5584. DOS_OR_WIN_TRUE=''
  5585. ECHO_C=''
  5586. ECHO_N='-n'
  5587. ECHO_T=''
  5588. EGREP='grep -E'
  5589. EXEEXT='.exe'
  5590. FULLSCREEN_DRIVERS=''
  5591. GENCAT=''
  5592. GFXOUTPUT_DRIVERS=''
  5593. GMOFILES=' de.gmo fr.gmo it.gmo sv.gmo pl.gmo'
  5594. GMSGFMT=':'
  5595. GNOMEUI_FALSE=''
  5596. GNOMEUI_TRUE='#'
  5597. HAVE_RAWDRIVE_FALSE=''
  5598. HAVE_RAWDRIVE_TRUE='#'
  5599. HAVE_READLINE=''
  5600. HAVE_REALDEVICE_FALSE=''
  5601. HAVE_REALDEVICE_TRUE='#'
  5602. HAVE_RESID_FALSE='#'
  5603. HAVE_RESID_TRUE=''
  5604. HAVE_RS232_FALSE=''
  5605. HAVE_RS232_TRUE='#'
  5606. INSTALL_DATA='${INSTALL} -m 644'
  5607. INSTALL_PROGRAM='${INSTALL}'
  5608. INSTALL_SCRIPT='${INSTALL}'
  5609. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  5610. INSTOBJEXT=''
  5611. INTLDEPS=''
  5612. INTLLIBS=''
  5613. INTLOBJS=''
  5614. JOY_OBJS=''
  5615. LDFLAGS=''
  5616. LEX='${SHELL} /e/repos/vice-1.12/missing --run flex'
  5617. LEXLIB=''
  5618. LEX_OUTPUT_ROOT=''
  5619. LIBOBJS=''
  5620. LIBS=' -lkernel32 -luser32 -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 -lddraw -ldsound -ldinput -lth32'
  5621. LINKCC='$(CXX)'
  5622. LN_S='ln -s'
  5623. LTLIBOBJS=''
  5624. MAKEINFO='${SHELL} /e/repos/vice-1.12/missing --run makeinfo'
  5625. MKINSTALLDIRS='./mkinstalldirs'
  5626. MSDOS_COMPILE_FALSE=''
  5627. MSDOS_COMPILE_TRUE='#'
  5628. MSGFMT=''
  5629. NEED_READLINE_FALSE=''
  5630. NEED_READLINE_TRUE='#'
  5631. NLS_LOCALEDIR=''
  5632. OBJEXT='o'
  5633. OS2_COMPILE_FALSE=''
  5634. OS2_COMPILE_TRUE='#'
  5635. PACKAGE='vice'
  5636. PACKAGE_BUGREPORT=''
  5637. PACKAGE_NAME=''
  5638. PACKAGE_STRING=''
  5639. PACKAGE_TARNAME=''
  5640. PACKAGE_VERSION=''
  5641. PATH_SEPARATOR=':'
  5642. PERL=''
  5643. POFILES=' de.po fr.po it.po sv.po pl.po'
  5644. POSUB='po'
  5645. RANLIB='ranlib'
  5646. READLINE=''
  5647. RESID_DEP='libresid'
  5648. RESID_DIR='resid'
  5649. RESID_INCLUDES='-I$(top_builddir)/src/resid'
  5650. RESID_LIBS='$(top_builddir)/src/resid/libresid.a'
  5651. RISCOS_COMPILE_FALSE=''
  5652. RISCOS_COMPILE_TRUE='#'
  5653. SET_MAKE=''
  5654. SHELL='/bin/sh'
  5655. SOUND_AIX_OBJ=''
  5656. SOUND_DRIVERS=' sounddx.o soundwmm.o'
  5657. SOUND_HPUX_OBJ=''
  5658. SOUND_LIBS=''
  5659. SOUND_MIDAS_OBJ=''
  5660. SOUND_SDL_OBJ=''
  5661. SOUND_SGI_OBJ=''
  5662. SOUND_USS_OBJ=''
  5663. STRIP=''
  5664. UNIX_COMPILE_FALSE=''
  5665. UNIX_COMPILE_TRUE='#'
  5666. USE_INCLUDED_LIBINTL=''
  5667. USE_MIDAS_SOUND_FALSE=''
  5668. USE_MIDAS_SOUND_TRUE='#'
  5669. USE_NLS='no'
  5670. VERSION='1.12'
  5671. WIN32_COMPILE_FALSE='#'
  5672. WIN32_COMPILE_TRUE=''
  5673. WINDRES='windres'
  5674. X128_WINRES='$(top_builddir)/src/arch/win32/resc128.o'
  5675. X64_WINRES='$(top_builddir)/src/arch/win32/resc64.o'
  5676. XCBM2_WINRES='$(top_builddir)/src/arch/win32/rescbm2.o'
  5677. XGETTEXT=':'
  5678. XPET_WINRES='$(top_builddir)/src/arch/win32/respet.o'
  5679. XPLUS4_WINRES='$(top_builddir)/src/arch/win32/resplus4.o'
  5680. XVIC_WINRES='$(top_builddir)/src/arch/win32/resvic.o'
  5681. X_CFLAGS=''
  5682. X_EXTRA_LIBS=''
  5683. X_LIBS=''
  5684. X_PRE_LIBS=''
  5685. YACC='yacc'
  5686. ac_ct_CC='gcc'
  5687. ac_ct_CXX='CC'
  5688. ac_ct_RANLIB='ranlib'
  5689. ac_ct_STRIP=''
  5690. am__fastdepCC_FALSE='#'
  5691. am__fastdepCC_TRUE=''
  5692. am__fastdepCXX_FALSE='#'
  5693. am__fastdepCXX_TRUE=''
  5694. am__include='include'
  5695. am__quote=''
  5696. artsc_config=''
  5697. bindir='${exec_prefix}/bin'
  5698. build='i686-pc-mingw32'
  5699. build_alias=''
  5700. build_cpu='i686'
  5701. build_os='mingw32'
  5702. build_vendor='pc'
  5703. cxx='gcc'
  5704. datadir='${prefix}/share'
  5705. exec_prefix='${prefix}'
  5706. host='i686-pc-mingw32'
  5707. host_alias=''
  5708. host_cpu='i686'
  5709. host_os='mingw32'
  5710. host_vendor='pc'
  5711. includedir='${prefix}/include'
  5712. infodir='${prefix}/info'
  5713. install_sh='/e/repos/vice-1.12/install-sh'
  5714. libdir='${exec_prefix}/lib'
  5715. libexecdir='${exec_prefix}/libexec'
  5716. localstatedir='${prefix}/var'
  5717. mandir='${prefix}/man'
  5718. oldincludedir='/usr/include'
  5719. prefix='/usr/local'
  5720. program_transform_name='s,x,x,'
  5721. sbindir='${exec_prefix}/sbin'
  5722. sdl_config=''
  5723. sharedstatedir='${prefix}/com'
  5724. subdirs=' src/resid'
  5725. sysconfdir='${prefix}/etc'
  5726. target_alias=''
  5727. x128_LDFLAGS='-mwindows'
  5728. x64_LDFLAGS='-mwindows'
  5729. xcbm2_LDFLAGS='-mwindows'
  5730. xpet_LDFLAGS='-mwindows'
  5731. xplus4_LDFLAGS='-mwindows'
  5732. xvic_LDFLAGS='-mwindows'
  5733.  
  5734. ## ----------- ##
  5735. ## confdefs.h. ##
  5736. ## ----------- ##
  5737.  
  5738. #define DWORD_IS_LONG 1
  5739. #define ENABLE_TEXTFIELD 1
  5740. #define HAS_JOYSTICK 1
  5741. #define HAS_LONGLONG_INTEGER 1
  5742. #define HAS_UNLOCKRESOURCE 1
  5743. #define HAVE_ATEXIT 1
  5744. #define HAVE_COMMCTRL_H 1
  5745. #define HAVE_DECL_SYS_SIGLIST 0
  5746. #define HAVE_DIRENT_H 1
  5747. #define HAVE_DIR_H 1
  5748. #define HAVE_ERRNO_H 1
  5749. #define HAVE_FCNTL_H 1
  5750. #define HAVE_GETTIMEOFDAY 1
  5751. #define HAVE_INTTYPES_H 1
  5752. #define HAVE_IO_H 1
  5753. #define HAVE_LIMITS_H 1
  5754. #define HAVE_MEMMOVE 1
  5755. #define HAVE_MEMORY_H 1
  5756. #define HAVE_MOUSE 1
  5757. #define HAVE_RESID 1
  5758. #define HAVE_SHLOBJ_H 1
  5759. #define HAVE_SIGNAL_H 1
  5760. #define HAVE_STDINT_H 1
  5761. #define HAVE_STDLIB_H 1
  5762. #define HAVE_STRERROR 1
  5763. #define HAVE_STRINGS_H 1
  5764. #define HAVE_STRINGS_H 1
  5765. #define HAVE_STRING_H 1
  5766. #define HAVE_SYS_PARAM_H 1
  5767. #define HAVE_SYS_STAT_H 1
  5768. #define HAVE_SYS_STAT_H 1
  5769. #define HAVE_SYS_TIME_H 1
  5770. #define HAVE_SYS_TYPES_H 1
  5771. #define HAVE_SYS_TYPES_H 1
  5772. #define HAVE_TFE 1
  5773. #define HAVE_UNISTD_H 1
  5774. #define HAVE_UNISTD_H 1
  5775. #define HAVE_UNISTD_H 1
  5776. #define HAVE_WINIOCTL_H 1
  5777. #define PACKAGE "vice"
  5778. #define PACKAGE_BUGREPORT ""
  5779. #define PACKAGE_NAME ""
  5780. #define PACKAGE_STRING ""
  5781. #define PACKAGE_TARNAME ""
  5782. #define PACKAGE_VERSION ""
  5783. #define PREFIX "/usr/local"
  5784. #define RETSIGTYPE void
  5785. #define SIZEOF_UNSIGNED_INT 4
  5786. #define SIZEOF_UNSIGNED_LONG 4
  5787. #define SIZEOF_UNSIGNED_SHORT 2
  5788. #define STDC_HEADERS 1
  5789. #define TIME_WITH_SYS_TIME 1
  5790. #define VERSION "1.12"
  5791. #define vfork fork
  5792. #endif
  5793. #ifdef __cplusplus
  5794. #include <stdlib.h>
  5795.  
  5796. configure: exit 0
  5797.  
  5798. ## ---------------------- ##
  5799. ## Running config.status. ##
  5800. ## ---------------------- ##
  5801.  
  5802. This file was extended by config.status, which was
  5803. generated by GNU Autoconf 2.57. Invocation command line was
  5804.  
  5805. CONFIG_FILES = po/Makefile.in
  5806. CONFIG_HEADERS =
  5807. CONFIG_LINKS =
  5808. CONFIG_COMMANDS =
  5809. $ ./config.status
  5810.  
  5811. on Glenn-PC2011
  5812.  
  5813. config.status:828: creating po/Makefile.in
  5814. config.status:1242: executing depfiles commands
  5815. config.status:1242: executing default-1 commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement