## -------------------------------------------- ## ## GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests. ## ## -------------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2017-12-06 Simon 'sf-mensch/human' Sobisch | | * configure.ac: version bump to 3.0-dev | * general: merged code for REPORTWRITER module from reportwriter branch | | 2017-12-05 Simon 'sf-mensch/human' Sobisch | | * Makefile.am: always use non-localized date formatting for tarstamp.h | ## --------- ## ## Platform. ## ## --------- ## hostname = milo.local uname -m = x86_64 uname -r = 17.3.0 uname -s = Darwin uname -v = Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 16.00 gigabytes Default processor set: 333 tasks, 1212 threads, 4 processors Load average: 5.08, Mach factor: 1.26 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/harald/src/gnucobol/trunk/tests PATH: /Users/harald/src/gnucobol/trunk/cobc PATH: /Users/harald/src/gnucobol/trunk/bin PATH: /Users/harald/src/gnucobol/trunk/libcob/.libs PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /Library/TeX/texbin PATH: /usr/local/share/dotnet PATH: /opt/X11/bin PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands PATH: /Users/harald/bin PATH: /opt/bin PATH: /usr/local/games PATH: /usr/local/sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/Users/harald/src/gnucobol/trunk/tests' | at_srcdir='.' | abs_srcdir='/Users/harald/src/gnucobol/trunk/tests' | at_top_srcdir='..' | abs_top_srcdir='/Users/harald/src/gnucobol/trunk' | at_top_build_prefix='../' | abs_top_builddir='/Users/harald/src/gnucobol/trunk' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # | # atlocal gnucobol/tests | # | # Copyright (C) 2003-2012, 2014-2017 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch | # | # This file is part of GnuCOBOL. | # | # The GnuCOBOL compiler is free software: you can redistribute it | # and/or modify it under the terms of the GNU General Public License | # as published by the Free Software Foundation, either version 3 of the | # License, or (at your option) any later version. | # | # GnuCOBOL is distributed in the hope that it will be useful, | # but WITHOUT ANY WARRANTY; without even the implied warranty of | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # GNU General Public License for more details. | # | # You should have received a copy of the GNU General Public License | # along with GnuCOBOL. If not, see . | | COB_BIGENDIAN="no" | COB_HAS_ISAM="db" | COB_HAS_CURSES="yes" | COB_HAS_UTC_OFFSET="yes" | COB_HAS_64_BIT_POINTER="yes" | | COBC="${abs_top_builddir}/cobc/cobc" | COBCRUN="${abs_top_builddir}/bin/cobcrun" | COBCRUN_DIRECT="" # used for running created executables through tools | | TEMPLATE="${abs_srcdir}/testsuite.src" | | FLAGS="-debug -Wall ${COBOL_FLAGS}" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | COB_OBJECT_EXT="o" | COB_EXE_EXT="" | | PATHSEP=":" | | # Helper script to unify listings (replace version, date, time) | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh" | | # be sure to use the English messages | LC_ALL=C | export LC_ALL | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | | # possible path conversion for running the testsuite in an environment | # that doesn't match the one where the tested binaries were built | # Note: not needed for running the testsuite with MSYS as this translates the path | _return_path () { | echo "$1" | } | | # unset all environment variables that are used in libcob | # for runtime configuration | COB_RUNTIME_CONFIG="${abs_top_srcdir}/config/runtime_empty.cfg" | for cobenv in `$COBCRUN --runtime-conf | grep COB_ | cut -d: -f2`; \ | do unset $cobenv; \ | done | | COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -pipe" | COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs " | COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -L/usr/local/lib -lintl -lncursesw -ldb-6.2" | COB_CONFIG_DIR="${abs_top_srcdir}/config" | COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | COB_COPY_DIR="${abs_top_srcdir}/copy" | LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | COB_UNIX_LF=YES | if test "x$MSYSTEM" != "x" -o "$OSTYPE" = "cygwin"; then | # running MSYS builds as not-visible child processes result in | # "Redirection is not supported" (old PDcurses) and exit 127 (NCurses) | # --> disabling the tests for this feature | COB_HAS_CURSES="no" | # Fix for testcases where cobc translates path to win32 equivalents | if test "x$MSYSTEM" != "x"; then | PATHSEP=";" | fi | fi | | | export COBC COBCRUN COBCRUN_DIRECT | export PATHSEP COB_OBJECT_EXT COB_EXE_EXT | export COB_CFLAGS COB_LDFLAGS COB_LIBS | export COB_CONFIG_DIR COB_RUNTIME_CONFIG COB_COPY_DIR | export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH | export COB_LIBRARY_PATH | export COB_UNIX_LF | export COB_HAS_ISAM COB_HAS_CURSES COB_HAS_UTC_OFFSET COB_HAS_64_BIT_POINTER | | | # For rare cases where cobc/libcob may need to know if they're running in test mode: | case $0 in | */testsuite) COB_IS_RUNNING_IN_TESTMODE=1 && export COB_IS_RUNNING_IN_TESTMODE;; | *) unset COB_IS_RUNNING_IN_TESTMODE;; | esac ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:25: /Users/harald/src/gnucobol/trunk/cobc/cobc --version cobc (GnuCOBOL) 3.0-dev.0 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Jan 12 2018 18:32:35 Packaged Dec 18 2017 13:10:34 UTC C version "7.2.0" ./testsuite.at:25: /Users/harald/src/gnucobol/trunk/bin/cobcrun --version cobcrun (GnuCOBOL) 3.0-dev.0 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roger While, Simon Sobisch, Brian Tiffin Built Jan 12 2018 18:32:58 Packaged Dec 18 2017 13:10:34 UTC libcob (GnuCOBOL) 3.0-dev.0 Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Jan 12 2018 18:32:11 Packaged Dec 18 2017 13:10:34 UTC ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Fri Jan 12 18:33:18 CET 2018 1. Compiler help and information (used_binaries.at:27): ok (0m0.532s 0m1.097s) 2. Compiler outputs (general) (used_binaries.at:46): ok (0m0.935s 0m1.513s) 3. Compiler outputs (file specified) (used_binaries.at:74): ok (0m0.955s 0m1.491s) 4. Compiler outputs (path specified) (used_binaries.at:102): ok (0m0.984s 0m1.525s) 5. Compiler outputs (assembler) (used_binaries.at:131): ok (0m0.597s 0m0.921s) 6. Source file not found (used_binaries.at:166): ok (0m0.037s 0m0.081s) 7. Using full path for cobc (used_binaries.at:176): ok (0m0.252s 0m0.402s) 8. C Compiler optimizations (used_binaries.at:196): ok (0m1.933s 0m2.776s) 9. Invalid cobc option (used_binaries.at:235): ok (0m0.116s 0m0.251s) 10. cobcrun help and information (used_binaries.at:259): ok (0m0.111s 0m0.246s) 11. cobcrun validation (used_binaries.at:269): ok (0m0.510s 0m0.724s) 12. cobcrun -M DSO entry argument (used_binaries.at:309): ok (0m0.537s 0m0.716s) 13. cobcrun -M directory/ default (used_binaries.at:369): ok (0m0.501s 0m0.705s) 14. cobcrun -M directory/dso alternate (used_binaries.at:408): ok (0m0.513s 0m0.699s) 15. cobcrun -M DSO entry multiple arguments (used_binaries.at:459): ok (0m0.525s 0m0.771s) 16. cobcrun error messages (used_binaries.at:504): ok (0m0.153s 0m0.333s) 18. Run job after compilation (used_binaries.at:545): ok (0m0.547s 0m0.789s) 19. Run job after compilation (path specified) (used_binaries.at:564): ok (0m0.518s 0m0.812s) 20. Run job with optional arguments (used_binaries.at:584): ok (0m0.767s 0m1.134s) 21. cobc with standard configuration file (configuration.at:22): ok (0m0.048s 0m0.092s) 22. cobc dialect features for all -std (configuration.at:43): ok (0m0.848s 0m1.387s) 23. cobc with configuration file via -std (configuration.at:99): ok (0m0.047s 0m0.086s) 24. cobc with standard configuration file via -conf (configuration.at:120): ok (0m0.048s 0m0.085s) 25. cobc with own configuration file via -conf (configuration.at:141): ok (0m0.087s 0m0.163s) 26. cobc configuration: recursive include (configuration.at:170): ok (0m0.050s 0m0.107s) 27. cobc with -std and -conf (configuration.at:208): ok (0m0.071s 0m0.097s) 28. cobc compiler flag on command line (configuration.at:235): ok (0m0.041s 0m0.078s) 29. cobc compiler flag on command line (priority) (configuration.at:254): ok (0m0.124s 0m0.235s) 30. cobc configuration: entries (configuration.at:287): ok (0m0.274s 0m0.574s) 31. cobc configuration: conf missing (configuration.at:339): ok (0m0.124s 0m0.265s) 32. cobc configuration: conf optional (configuration.at:367): ok (0m0.095s 0m0.184s) 33. cobc configuration: incomplete (configuration.at:403): ok (0m0.041s 0m0.088s) 34. runtime configuration (configuration.at:501): ok (0m0.139s 0m0.340s) 35. runtime configuration file (configuration.at:520): ok (0m0.347s 0m0.852s) 36. runtime configuration: recursive include (configuration.at:563): ok (0m0.048s 0m0.111s) 37. runtime configuration: environment priority (configuration.at:592): ok (0m0.047s 0m0.112s) 38. runtime configuration: entries (configuration.at:605): ok (0m0.045s 0m0.094s) 39. runtime configuration: conf missing (configuration.at:686): ok (0m0.120s 0m0.254s) 40. runtime configuration: conf optional (configuration.at:715): ok (0m0.040s 0m0.088s) 41. COB_CONFIG_DIR test (configuration.at:728): ok (0m0.046s 0m0.097s) 42. COPY: within comment (syn_copy.at:21): ok (0m0.086s 0m0.166s) 43. COPY: file not found (syn_copy.at:50): ok (0m0.047s 0m0.091s) 44. COPY: recursive (syn_copy.at:70): ok (0m0.058s 0m0.115s) 45. COPY: replacement order (syn_copy.at:110): ok (0m0.248s 0m0.378s) 46. COPY: separators (syn_copy.at:137): ok (0m0.256s 0m0.370s) 47. COPY: partial replacement (syn_copy.at:166): ok (0m0.273s 0m0.412s) 48. COPY: LEADING replacement (syn_copy.at:196): ok (0m0.250s 0m0.365s) 49. COPY: TRAILING replacement (syn_copy.at:226): ok (0m0.296s 0m0.423s) 50. COPY: recursive replacement (syn_copy.at:256): ok (0m0.253s 0m0.380s) 51. COPY: fixed/free format (syn_copy.at:286): ok (0m0.253s 0m0.385s) 52. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.047s 0m0.091s) 53. Invalid PROGRAM-ID type clause (1) (syn_definition.at:42): ok (0m0.048s 0m0.095s) 54. invalid PROGRAM-ID type clause (2) (syn_definition.at:59): ok (0m0.047s 0m0.092s) 55. INITIAL/RECURSIVE before COMMON (syn_definition.at:76): ok (0m0.045s 0m0.090s) 56. Undefined data name (syn_definition.at:108): ok (0m0.047s 0m0.093s) 57. Undefined group name (syn_definition.at:127): ok (0m0.046s 0m0.087s) 58. Undefined data name in group (syn_definition.at:149): ok (0m0.047s 0m0.091s) 59. Reference not a group name (syn_definition.at:173): ok (0m0.047s 0m0.090s) 60. Incomplete 01 definition (syn_definition.at:197): ok (0m0.047s 0m0.089s) 61. Same labels in different sections (syn_definition.at:217): ok (0m0.043s 0m0.080s) 62. Redefinition of 01 items (syn_definition.at:242): ok (0m0.087s 0m0.165s) 63. Redefinition of 01 and 02 items (syn_definition.at:264): ok (0m0.048s 0m0.093s) 64. Redefinition of 02 items (syn_definition.at:284): ok (0m0.051s 0m0.105s) 65. Redefinition of 77 items (syn_definition.at:305): ok (0m0.048s 0m0.092s) 66. Redefinition of 01 and 77 items (syn_definition.at:325): ok (0m0.048s 0m0.093s) 67. Redefinition of 88 items (syn_definition.at:345): ok (0m0.052s 0m0.116s) 68. Redefinition of program-name by other programs (syn_definition.at:366): ok (0m0.089s 0m0.164s) 69. Redefinition of program-name within program (syn_definition.at:432): ok (0m0.088s 0m0.165s) 70. Redefinition of function-prototype name (syn_definition.at:462): ok (0m0.047s 0m0.083s) 71. PROCEDURE DIVISION RETURNING OMITTED: main (syn_definition.at:487): ok (0m0.277s 0m0.395s) 72. PROCEDURE DIVISION RETURNING OMITTED: FUNCTION (syn_definition.at:507): ok (0m0.046s 0m0.087s) 73. PROCEDURE DIVISION RETURNING item (syn_definition.at:526): ok (0m0.231s 0m0.437s) 74. Data item with same name as program-name (syn_definition.at:621): ok (0m0.042s 0m0.080s) 75. Ambiguous reference to 02 items (syn_definition.at:648): ok (0m0.048s 0m0.093s) 76. Ambiguous reference to 02 and 03 items (syn_definition.at:675): ok (0m0.048s 0m0.094s) 77. Ambiguous reference with qualification (syn_definition.at:701): ok (0m0.047s 0m0.091s) 78. Unique reference with ambiguous qualifiers (syn_definition.at:730): ok (0m0.043s 0m0.084s) 79. Undefined procedure name (syn_definition.at:766): ok (0m0.049s 0m0.098s) 80. Redefinition of section names (syn_definition.at:786): ok (0m0.048s 0m0.095s) 81. Redefinition of section and paragraph names (syn_definition.at:811): ok (0m0.049s 0m0.100s) 83. Redefinition of paragraph names (syn_definition.at:873): ok (0m0.045s 0m0.090s) 84. Ambiguous reference to paragraph name (syn_definition.at:899): ok (0m0.050s 0m0.099s) 85. Non-matching level numbers (extension) (syn_definition.at:925): ok (0m0.048s 0m0.094s) 86. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:949): ok (0m0.051s 0m0.105s) 87. CALL BY VALUE figurative constants (syn_definition.at:971): ok (0m0.043s 0m0.079s) 88. Duplicate identification division header (syn_definition.at:1005): ok (0m0.047s 0m0.089s) 89. RETURNING in STOP RUN / GOBACK / EXIT PROGRAM (syn_definition.at:1020): ok (0m0.910s 0m1.140s) 90. Invalid ENVIRONMENT DIVISION order (syn_definition.at:1071): ok (0m0.046s 0m0.087s) 91. Function without END FUNCTION (syn_definition.at:1096): ok (0m0.048s 0m0.092s) 92. Nested programs without END PROGRAM (syn_definition.at:1110): ok (0m0.042s 0m0.078s) 93. Nested programs not in procedure division (syn_definition.at:1132): ok (0m0.049s 0m0.096s) 94. Screen section starts with 78-level (syn_definition.at:1151): ok (0m0.043s 0m0.085s) 95. Invalid PICTURE strings (syn_definition.at:1167): ok (0m0.094s 0m0.174s) 96. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1395): ok (0m0.048s 0m0.095s) 97. PICTURE strings invalid with USAGE (syn_definition.at:1418): ok (0m0.047s 0m0.091s) 98. Alphabet definition (syn_definition.at:1438): ok (0m0.101s 0m0.194s) 99. RENAMES item (syn_definition.at:1482): ok (0m0.049s 0m0.090s) 100. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1549): ok (0m0.088s 0m0.168s) 101. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.045s 0m0.087s) 102. Subscript range check (syn_subscripts.at:50): ok (0m0.046s 0m0.089s) 103. Subscript bounds with OCCURS DEPENDING ON (syn_subscripts.at:91): ok (0m0.046s 0m0.085s) 104. Subscripted item requires OCCURS clause (syn_subscripts.at:118): ok (0m0.046s 0m0.088s) 105. Number of subscripts (syn_subscripts.at:144): ok (0m0.094s 0m0.184s) 106. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.135s 0m0.252s) 107. OCCURS with level 66 (syn_occurs.at:79): ok (0m0.046s 0m0.090s) 108. OCCURS with level 78 (syn_occurs.at:98): ok (0m0.047s 0m0.088s) 109. OCCURS with level 88 (syn_occurs.at:116): ok (0m0.047s 0m0.093s) 110. OCCURS with variable-occurrence data item (syn_occurs.at:135): ok (0m0.134s 0m0.260s) 111. Nested OCCURS clause (syn_occurs.at:196): ok (0m0.044s 0m0.083s) 112. OCCURS DEPENDING with wrong size (syn_occurs.at:233): ok (0m0.049s 0m0.097s) 113. OCCURS DEPENDING followed by another field (syn_occurs.at:269): ok (0m0.086s 0m0.163s) 114. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:310): ok (0m0.138s 0m0.255s) 115. OCCURS INDEXED before KEY (syn_occurs.at:345): ok (0m0.095s 0m0.190s) 116. OCCURS size check (syn_occurs.at:383): ok (0m0.093s 0m0.188s) 117. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.093s 0m0.181s) 118. REDEFINES: level 02 by 01 (syn_redefines.at:53): ok (0m0.049s 0m0.095s) 119. REDEFINES: level 03 by 02 (syn_redefines.at:74): ok (0m0.047s 0m0.090s) 120. REDEFINES: level 66 (syn_redefines.at:96): ok (0m0.048s 0m0.092s) 121. REDEFINES: level 88 (syn_redefines.at:118): ok (0m0.047s 0m0.095s) 122. REDEFINES: lower level number (syn_redefines.at:147): ok (0m0.048s 0m0.095s) 123. REDEFINES: with OCCURS (syn_redefines.at:173): ok (0m0.049s 0m0.092s) 124. REDEFINES: with subscript (syn_redefines.at:194): ok (0m0.048s 0m0.096s) 125. REDEFINES: with variable occurrence (syn_redefines.at:216): ok (0m0.047s 0m0.093s) 126. REDEFINES: with qualification (syn_redefines.at:251): ok (0m0.049s 0m0.097s) 127. REDEFINES: multiple redefinition (syn_redefines.at:277): ok (0m0.097s 0m0.166s) 128. REDEFINES: size exceeds (syn_redefines.at:305): ok (0m0.047s 0m0.092s) 129. REDEFINES: with VALUE (syn_redefines.at:338): ok (0m0.285s 0m0.453s) 130. REDEFINES: with intervention (syn_redefines.at:370): ok (0m0.047s 0m0.092s) 131. REDEFINES: within REDEFINES (syn_redefines.at:399): ok (0m0.042s 0m0.083s) 132. REDEFINES: non-referenced ambiguous item (syn_redefines.at:419): ok (0m0.050s 0m0.101s) 133. Numeric item (integer) (syn_value.at:43): ok (0m0.048s 0m0.097s) 134. Numeric item (non-integer) (syn_value.at:69): ok (0m0.050s 0m0.101s) 135. Numeric item with picture P (syn_value.at:92): ok (0m0.050s 0m0.104s) 136. Signed numeric literal (syn_value.at:124): ok (0m0.049s 0m0.105s) 137. Alphabetic item (syn_value.at:150): ok (0m0.048s 0m0.096s) 138. Alphanumeric item (syn_value.at:176): ok (0m0.048s 0m0.090s) 139. Alphanumeric group item (syn_value.at:198): ok (0m0.045s 0m0.085s) 140. Numeric-edited item (syn_value.at:233): ok (0m0.150s 0m0.258s) 141. Alphanumeric-edited item (syn_value.at:266): ok (0m0.048s 0m0.097s) 142. Implicit picture from value (syn_value.at:334): ok (0m0.086s 0m0.160s) 143. ASSIGN to device-name (syn_file.at:22): ok (0m0.203s 0m0.247s) 144. ASSIGN to printer-name (syn_file.at:89): ok (0m0.203s 0m0.246s) 145. ASSIGN to lsq-device-name (syn_file.at:156): ok (0m0.069s 0m0.086s) 146. SELECT without ASSIGN (syn_file.at:211): ok (0m0.049s 0m0.098s) 147. START on SEQUENTIAL file (syn_file.at:239): ok (0m0.048s 0m0.092s) 148. valid key items (syn_file.at:269): ok (0m0.048s 0m0.094s) 149. invalid key items (syn_file.at:319): ok (0m0.047s 0m0.086s) 150. variable record length (syn_file.at:371): ok (0m0.202s 0m0.392s) 151. variable record length DEPENDING item (syn_file.at:475): ok (0m0.093s 0m0.183s) 152. DECLARATIVES invalid procedure reference (syn_file.at:549): ok (0m0.236s 0m0.451s) 153. DECLARATIVES invalid procedure reference (3) (syn_file.at:639): ok (0m0.046s 0m0.086s) 154. RECORDING MODE (syn_file.at:680): ok (0m0.047s 0m0.092s) 155. CODE-SET clause (syn_file.at:709): ok (0m0.047s 0m0.092s) 156. CODE-SET FOR clause (syn_file.at:745): ok (0m0.046s 0m0.090s) 157. WRITE / REWRITE FROM clause and FILE (syn_file.at:779): ok (0m0.047s 0m0.091s) 158. Clauses following invalid ACCESS clause (syn_file.at:840): ok (0m0.047s 0m0.091s) 159. RELATIVE KEY type checks (syn_file.at:864): ok (0m0.047s 0m0.091s) 160. Mismatched KEY clause (syn_file.at:924): ok (0m0.048s 0m0.096s) 161. RECORD DELIMITER (syn_file.at:949): ok (0m0.055s 0m0.112s) 162. FILE STATUS (syn_file.at:1061): ok (0m0.591s 0m0.867s) 163. REPORT error/warning (syn_reportwriter.at:23): ok (0m0.050s 0m0.092s) 164. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:125): ok (0m0.047s 0m0.091s) 165. Missing DETAIL line (syn_reportwriter.at:176): ok (0m0.048s 0m0.094s) 166. REPORT LINE PLUS ZERO (syn_reportwriter.at:219): ok (0m0.051s 0m0.103s) 167. Incorrect REPORT NAME (syn_reportwriter.at:269): ok (0m0.102s 0m0.180s) 168. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:386): ok (0m0.048s 0m0.090s) 169. PAGE LIMITS clause (syn_reportwriter.at:479): ok (0m0.047s 0m0.091s) 170. Report FD without period (syn_reportwriter.at:514): ok (0m0.046s 0m0.089s) 171. REPORT with unreferenced control field (syn_reportwriter.at:546): ok (0m0.215s 0m0.311s) 172. valid reference modification (syn_refmod.at:25): ok (0m0.220s 0m0.315s) 173. Static out of bounds (syn_refmod.at:51): ok (0m0.046s 0m0.084s) 174. constant-folding out of bounds (syn_refmod.at:82): ok (0m0.089s 0m0.171s) 175. ambiguous AND/OR (syn_misc.at:23): ok (0m0.049s 0m0.095s) 176. warn constant expressions (syn_misc.at:54): ok (0m0.047s 0m0.093s) 177. warn literal size (syn_misc.at:90): ok (0m0.049s 0m0.092s) 178. warn literal size / constant expr. (level 88) (syn_misc.at:287): ok (0m0.047s 0m0.091s) 179. Invalid conditional expression (1) (syn_misc.at:332): ok (0m0.047s 0m0.090s) 180. Invalid conditional expression (2) (syn_misc.at:445): ok (0m0.047s 0m0.089s) 181. Valid conditional expression (syn_misc.at:501): ok (0m0.473s 0m0.669s) 182. missing headers (syn_misc.at:534): ok (0m0.089s 0m0.167s) 183. one line program (syn_misc.at:584): ok (0m0.091s 0m0.174s) 184. empty program (syn_misc.at:603): ok (0m0.162s 0m0.325s) 185. INITIALIZE constant (syn_misc.at:642): ok (0m0.047s 0m0.091s) 186. CLASS duplicate values (syn_misc.at:669): ok (0m0.047s 0m0.088s) 187. INSPECT invalid size (syn_misc.at:704): ok (0m0.048s 0m0.092s) 188. INSPECT invalid target (syn_misc.at:733): ok (0m0.050s 0m0.099s) 189. INSPECT missing keyword (syn_misc.at:756): ok (0m0.047s 0m0.094s) 190. INSPECT repeated keywords (syn_misc.at:777): ok (0m0.046s 0m0.088s) 191. INSPECT incomplete clause (syn_misc.at:809): ok (0m0.048s 0m0.090s) 192. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:831): ok (0m0.047s 0m0.093s) 193. maximum data size (syn_misc.at:854): ok (0m0.049s 0m0.096s) 194. unreachable statement (syn_misc.at:883): ok (0m0.048s 0m0.095s) 195. CRT STATUS (syn_misc.at:925): ok (0m0.090s 0m0.171s) 196. CURRENCY SIGN (syn_misc.at:967): ok (0m0.326s 0m0.615s) 197. SWITCHES (syn_misc.at:1079): ok (0m0.114s 0m0.199s) 198. unexpected mnemonic-name location (syn_misc.at:1206): ok (0m0.048s 0m0.092s) 199. wrong device for mnemonic-name (syn_misc.at:1233): ok (0m0.048s 0m0.097s) 200. missing mnemonic-name declaration (syn_misc.at:1258): ok (0m0.049s 0m0.099s) 201. unknown device in dialect (syn_misc.at:1279): ok (0m0.086s 0m0.154s) 202. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:1309): ok (0m0.044s 0m0.078s) 203. ACCEPT WITH AUTO / TAB (syn_misc.at:1334): ok (0m0.043s 0m0.077s) 204. ACCEPT WITH LOWER / UPPER (syn_misc.at:1359): ok (0m0.042s 0m0.078s) 205. ACCEPT WITH SIZE (syn_misc.at:1381): ok (0m0.044s 0m0.086s) 206. DISPLAY WITH SIZE (syn_misc.at:1410): ok (0m0.044s 0m0.085s) 207. source text after program-text area (syn_misc.at:1435): ok (0m0.050s 0m0.096s) 208. line overflow in Fixed-form / Free-form (syn_misc.at:1456): ok (0m0.147s 0m0.279s) 209. continuation Indicator - too many lines (syn_misc.at:1504): ok (0m0.268s 0m0.174s) 210. continuation of COBOL words (syn_misc.at:2061): ok (0m0.094s 0m0.177s) 211. literal too long (syn_misc.at:2082): ok (0m0.250s 0m0.431s) 212. line and floating comments (syn_misc.at:2317): ok (0m1.238s 0m1.870s) 213. word length (syn_misc.at:2478): ok (0m0.310s 0m0.578s) 214. Numeric literals (syn_misc.at:2641): ok (0m0.140s 0m0.262s) 215. floating-point literals (syn_misc.at:2820): ok (0m0.094s 0m0.179s) 216. X literals (syn_misc.at:2925): ok (0m0.056s 0m0.118s) 217. national literals (syn_misc.at:2952): ok (0m0.097s 0m0.199s) 218. NX literals (syn_misc.at:2982): ok (0m0.089s 0m0.173s) 219. binary literals (syn_misc.at:3020): ok (0m0.110s 0m0.181s) 220. binary-hexadecimal literals (syn_misc.at:3056): ok (0m0.098s 0m0.200s) 221. ACUCOBOL literals (syn_misc.at:3085): ok (0m0.125s 0m0.194s) 222. Segmentation Module (syn_misc.at:3147): ok (0m0.088s 0m0.170s) 223. ACUCOBOL 32bit literal size (syn_misc.at:3239): skipped (syn_misc.at:3241) 224. ACUCOBOL USAGE HANDLE (syn_misc.at:3270): ok (0m0.107s 0m0.168s) 225. ACUCOBOL WINDOW statements (syn_misc.at:3351): ok (0m0.061s 0m0.088s) 226. ACUCOBOL GRAPHICAL controls (syn_misc.at:3399): ok (0m0.061s 0m0.088s) 227. DISPLAY MESSAGE BOX (syn_misc.at:3478): ok (0m0.060s 0m0.085s) 228. DISPLAY OMITTED (syn_misc.at:3521): ok (0m0.048s 0m0.095s) 229. CGI: EXTERNAL-FORM (syn_misc.at:3542): ok (0m0.060s 0m0.085s) 230. adding/removing reserved words (syn_misc.at:3597): ok (0m0.048s 0m0.095s) 231. adding aliases (syn_misc.at:3624): ok (0m0.166s 0m0.309s) 232. overriding default words (syn_misc.at:3658): ok (0m0.091s 0m0.179s) 233. complete specified word list (syn_misc.at:3688): ok (0m0.140s 0m0.230s) 234. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:3709): ok (0m0.047s 0m0.087s) 235. swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:3732): ok (0m0.108s 0m0.158s) 236. CONF. SECTION paragraphs in wrong order (syn_misc.at:3754): ok (0m0.164s 0m0.267s) 237. NOT ON EXCEPTION with STATIC CALL convention (syn_misc.at:3826): ok (0m0.179s 0m0.351s) 238. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:3874): ok (0m0.084s 0m0.162s) 239. wrong dialect hints (syn_misc.at:3938): ok (0m0.046s 0m0.094s) 240. redundant periods (syn_misc.at:3962): ok (0m0.051s 0m0.102s) 241. IF-ELSE statement list with invalid syntax (syn_misc.at:3992): ok (0m0.047s 0m0.091s) 242. EVALUATE statement with invalid syntax (syn_misc.at:4025): ok (0m0.047s 0m0.091s) 243. MF reserved word directives (syn_misc.at:4070): ok (0m0.048s 0m0.093s) 244. STRING / UNSTRING with invalid syntax (syn_misc.at:4125): ok (0m0.047s 0m0.091s) 245. use of program-prototypes (syn_misc.at:4190): ok (0m0.046s 0m0.087s) 246. invalid INSPECT/TRANSFORM operands (syn_misc.at:4217): ok (0m0.048s 0m0.094s) 247. SIGN clause checks (syn_misc.at:4261): ok (0m0.047s 0m0.094s) 248. conflicting entry conventions (syn_misc.at:4286): ok (0m0.049s 0m0.096s) 249. ADD / SUBTRACT TABLE (syn_misc.at:4309): ok (0m0.047s 0m0.092s) 250. Empty PERFORM with DEBUGGING MODE (syn_misc.at:4352): ok (0m0.043s 0m0.083s) 251. STOP identifier (syn_misc.at:4379): ok (0m0.087s 0m0.168s) 252. 01 CONSTANT (syn_misc.at:4405): ok (0m0.212s 0m0.345s) 253. 78 VALUE (syn_misc.at:4453): ok (0m0.158s 0m0.274s) 254. level 78 NEXT / START OF (syn_misc.at:4495): ok (0m0.047s 0m0.092s) 255. Constant Expressions (1) (syn_misc.at:4553): ok (0m0.046s 0m0.086s) 257. Constant Expressions (3) (syn_misc.at:4741): ok (0m0.050s 0m0.095s) 258. Constant Expressions (4) (syn_misc.at:4790): ok (0m0.048s 0m0.086s) 260. CONSTANT LENGTH (syn_misc.at:4919): ok (0m0.246s 0m0.362s) 261. ANY LENGTH/NUMERIC with incorrect PIC (syn_misc.at:4940): ok (0m0.046s 0m0.086s) 262. SET SOURCEFORMAT syntax checks (syn_misc.at:4974): ok (0m0.043s 0m0.090s) 263. WHEN-COMPILED register in dialect (syn_misc.at:4999): ok (0m0.199s 0m0.301s) 264. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.046s 0m0.086s) 265. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.047s 0m0.087s) 266. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.047s 0m0.094s) 267. MOVE alphanumeric TO x (syn_move.at:120): ok (0m0.043s 0m0.081s) 268. MOVE alphanumeric-edited TO x (syn_move.at:148): ok (0m0.047s 0m0.088s) 269. MOVE numeric (integer) TO x (syn_move.at:179): ok (0m0.046s 0m0.088s) 270. MOVE numeric (non-integer) TO x (syn_move.at:209): ok (0m0.048s 0m0.092s) 271. MOVE numeric-edited TO x (syn_move.at:241): ok (0m0.048s 0m0.089s) 272. CORRESPONDING - Operands must be groups (syn_move.at:276): ok (0m0.047s 0m0.093s) 273. CORRESPONDING - Target has no matching items (syn_move.at:306): ok (0m0.049s 0m0.095s) 274. MOVE to erroneous field (syn_move.at:332): ok (0m0.048s 0m0.092s) 275. Overlapping MOVE (syn_move.at:355): ok (0m0.750s 0m1.016s) 276. invalid source for MOVE (syn_move.at:435): ok (0m0.046s 0m0.087s) 277. invalid target for MOVE (syn_move.at:465): ok (0m0.047s 0m0.089s) 278. SET error (syn_move.at:501): ok (0m0.048s 0m0.093s) 279. Category check of Format 1 (syn_multiply.at:28): ok (0m0.047s 0m0.091s) 280. Category check of Format 2 (syn_multiply.at:67): ok (0m0.048s 0m0.090s) 281. Category check of literals (syn_multiply.at:108): ok (0m0.047s 0m0.090s) 282. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.048s 0m0.088s) 283. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.047s 0m0.089s) 284. AT clause (syn_screen.at:121): ok (0m0.048s 0m0.096s) 285. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.048s 0m0.089s) 286. FROM clause (syn_screen.at:211): ok (0m0.041s 0m0.078s) 287. SCREEN SECTION clause numbers (syn_screen.at:237): ok (0m0.048s 0m0.096s) 288. Screen clauses (syn_screen.at:265): ok (0m0.047s 0m0.089s) 289. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:291): ok (0m0.047s 0m0.098s) 290. Referencing 88-level (syn_screen.at:321): ok (0m0.048s 0m0.095s) 291. Conflicting screen clauses (syn_screen.at:351): ok (0m0.091s 0m0.168s) 292. Redundant screen clauses (syn_screen.at:412): ok (0m0.045s 0m0.086s) 293. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:445): ok (0m0.151s 0m0.282s) 294. VALUE clause missing (syn_screen.at:505): ok (0m0.047s 0m0.092s) 295. FULL on numeric item (syn_screen.at:529): ok (0m0.048s 0m0.096s) 297. SET: misc (syn_set.at:24): ok (0m0.050s 0m0.097s) 298. ANY LENGTH / NUMERIC as function RETURNING item (syn_functions.at:22): ok (0m0.096s 0m0.186s) 299. REPOSITORY INTRINSIC phrase (syn_functions.at:64): ok (0m0.041s 0m0.077s) 300. REPOSITORY FUNCTION phrase (syn_functions.at:87): ok (0m0.044s 0m0.082s) 301. Redundant REPOSITORY entries (syn_functions.at:135): ok (0m0.048s 0m0.094s) 302. Missing prototype/definition (syn_functions.at:174): ok (0m0.048s 0m0.095s) 303. Empty function (syn_functions.at:205): ok (0m0.047s 0m0.095s) 304. Function definition inside program (syn_functions.at:232): ok (0m0.047s 0m0.093s) 305. Intrinsic functions: dialect (syn_functions.at:255): ok (0m0.100s 0m0.168s) 306. Intrinsic functions: replaced (syn_functions.at:280): ok (0m0.086s 0m0.163s) 307. Intrinsic functions: number of arguments (syn_functions.at:324): ok (0m0.048s 0m0.095s) 308. Intrinsic functions: reference modification (syn_functions.at:364): ok (0m0.047s 0m0.095s) 309. Intrinsic functions: Parameter type (syn_functions.at:412): ok (0m0.052s 0m0.105s) 310. invalid formatted date/time args (syn_functions.at:435): ok (0m0.050s 0m0.097s) 311. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:516): ok (0m0.049s 0m0.096s) 312. Specified offset and SYSTEM-OFFSET (syn_functions.at:550): ok (0m0.048s 0m0.091s) 313. FUNCTION LENGTH / BYTE-LENGTH (syn_functions.at:574): ok (0m0.057s 0m0.121s) 314. COPY within comment (listings.at:21): ok (0m0.133s 0m0.262s) 315. Replacement w/o strings (listings.at:97): ok (0m0.068s 0m0.128s) 316. COPY replacement order (listings.at:160): ok (0m0.171s 0m0.337s) 317. COPY separators (listings.at:263): ok (0m0.072s 0m0.143s) 318. COPY partial replacement (listings.at:329): ok (0m0.069s 0m0.132s) 319. COPY LEADING replacement (listings.at:399): ok (0m0.076s 0m0.153s) 320. COPY TRAILING replacement (listings.at:469): ok (0m0.070s 0m0.134s) 321. COPY recursive replacement (listings.at:540): ok (0m0.073s 0m0.142s) 322. COPY multiple files (listings.at:606): ok (0m0.112s 0m0.253s) 323. Error/Warning messages (listings.at:821): ok (0m0.522s 0m1.015s) 324. Two source files (listings.at:1195): ok (0m0.070s 0m0.137s) 325. Multiple programs in one file (listings.at:1263): ok (0m0.854s 0m1.375s) 326. Multiple programs in one compilation group (listings.at:1482): ok (0m0.495s 0m0.711s) 327. Wide listing (listings.at:1667): ok (0m0.138s 0m0.270s) 328. Symbols: simple (listings.at:1755): ok (0m0.198s 0m0.378s) 329. Symbols: pointer (listings.at:1921): ok (0m0.067s 0m0.130s) 330. Symbols: multiple programs/functions (listings.at:2201): ok (0m0.067s 0m0.126s) 331. Symbols: OCCURS/REDEFINES (listings.at:2328): ok (0m0.067s 0m0.129s) 332. Conditional compilation (listings.at:2441): ok (0m0.065s 0m0.126s) 333. File descriptions (listings.at:2501): ok (0m0.072s 0m0.138s) 334. Invalid PICTURE strings (listings.at:2854): ok (0m0.072s 0m0.134s) 335. Variable format (listings.at:3175): ok (0m0.065s 0m0.127s) 336. LISTING directive (listings.at:3219): ok (0m0.071s 0m0.133s) 337. Listing-directive statements (listings.at:3320): ok (0m0.078s 0m0.123s) 338. Eject page (listings.at:3381): ok (0m0.260s 0m0.495s) 339. Cross reference (listings.at:3590): ok (0m0.156s 0m0.265s) 340. DISPLAY literals (run_fundamental.at:23): ok (0m0.256s 0m0.385s) 341. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.232s 0m0.341s) 342. Hexadecimal literal (run_fundamental.at:124): ok (0m0.440s 0m0.628s) 343. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.247s 0m0.357s) 344. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.243s 0m0.353s) 345. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.251s 0m0.353s) 346. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.255s 0m0.365s) 347. MOVE to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.242s 0m0.358s) 348. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.259s 0m0.375s) 349. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.247s 0m0.375s) 350. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:466): ok (0m0.266s 0m0.378s) 351. Overlapping MOVE (run_fundamental.at:589): ok (0m0.762s 0m1.089s) 352. Overlapping MOVE (run_fundamental.at:690): ok (0m0.256s 0m0.371s) 353. IBM MOVE (run_fundamental.at:732): ok (0m0.250s 0m0.360s) 354. ALPHABETIC test (run_fundamental.at:771): ok (0m0.244s 0m0.372s) 355. ALPHABETIC-UPPER test (run_fundamental.at:803): ok (0m0.272s 0m0.371s) 356. ALPHABETIC-LOWER test (run_fundamental.at:835): ok (0m0.224s 0m0.323s) 357. GLOBAL at same level (run_fundamental.at:867): ok (0m0.258s 0m0.349s) 358. GLOBAL at lower level (run_fundamental.at:916): ok (0m0.255s 0m0.357s) 359. GLOBAL CONSTANT (run_fundamental.at:965): ok (0m0.277s 0m0.368s) 360. GLOBAL identifiers from ENVIRONMENT DIVISION (run_fundamental.at:1050): ok (0m0.281s 0m0.374s) 361. Entry point visibility (1) (run_fundamental.at:1131): ok (0m0.490s 0m0.708s) 362. Entry point visibility (2) (run_fundamental.at:1163): ok (0m0.499s 0m0.737s) 363. Contained program visibility (1) (run_fundamental.at:1196): ok (0m0.265s 0m0.362s) 364. Contained program visibility (2) (run_fundamental.at:1251): ok (0m0.265s 0m0.369s) 365. Contained program visibility (3) (run_fundamental.at:1304): ok (0m0.254s 0m0.341s) 366. Contained program visibility (4) (run_fundamental.at:1355): ok (0m0.272s 0m0.374s) 367. CALL/CANCEL with program-prototype-name (run_fundamental.at:1410): ok (0m0.275s 0m0.380s) 368. GLOBAL FD (1) (run_fundamental.at:1483): ok (0m0.251s 0m0.354s) 369. GLOBAL FD (2) (run_fundamental.at:1533): ok (0m0.247s 0m0.347s) 370. GLOBAL FD (3) (run_fundamental.at:1583): ok (0m0.249s 0m0.347s) 371. GLOBAL FD (4) (run_fundamental.at:1633): ok (0m0.253s 0m0.357s) 372. CANCEL test (1) (run_fundamental.at:1683): ok (0m0.237s 0m0.349s) 373. CANCEL test (2) (run_fundamental.at:1710): ok (0m0.499s 0m0.701s) 374. CANCEL test (3) (run_fundamental.at:1750): ok (0m0.497s 0m0.677s) 375. Separate sign positions (1) (run_fundamental.at:1793): ok (0m0.245s 0m0.357s) 376. Separate sign positions (2) (run_fundamental.at:1817): ok (0m0.518s 0m0.736s) 377. Context sensitive words (1) (run_fundamental.at:1850): ok (0m0.265s 0m0.376s) 378. Context sensitive words (2) (run_fundamental.at:1873): ok (0m0.246s 0m0.352s) 379. Context sensitive words (3) (run_fundamental.at:1897): ok (0m0.236s 0m0.351s) 380. Context sensitive words (4) (run_fundamental.at:1921): ok (0m0.242s 0m0.363s) 381. Context sensitive words (5) (run_fundamental.at:1946): ok (0m0.247s 0m0.367s) 382. Context sensitive words (6) (run_fundamental.at:1969): ok (0m0.245s 0m0.360s) 383. Context sensitive words (7) (run_fundamental.at:1991): ok (0m0.244s 0m0.356s) 384. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:2018): ok (0m0.254s 0m0.370s) 385. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:2081): ok (0m0.261s 0m0.374s) 386. ROUNDED NEAREST-EVEN (run_fundamental.at:2144): ok (0m0.251s 0m0.351s) 387. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2207): ok (0m0.252s 0m0.348s) 388. ROUNDED TOWARD-GREATER (run_fundamental.at:2270): ok (0m0.254s 0m0.401s) 389. ROUNDED TOWARD-LESSER (run_fundamental.at:2333): ok (0m0.255s 0m0.362s) 390. ROUNDED TRUNCATION (run_fundamental.at:2396): ok (0m0.250s 0m0.368s) 391. Numeric operations (1) (run_fundamental.at:2459): ok (0m0.250s 0m0.362s) 392. Numeric operations (2) (run_fundamental.at:2503): ok (0m0.294s 0m0.370s) 393. Numeric operations (3) (run_fundamental.at:2809): ok (0m0.306s 0m0.390s) 394. Numeric operations (4) (run_fundamental.at:3115): ok (0m0.337s 0m0.378s) 395. Numeric operations (5) (run_fundamental.at:3421): ok (0m0.289s 0m0.371s) 396. Numeric operations (6) (run_fundamental.at:3727): ok (0m0.458s 0m0.629s) 397. Numeric operations (7) (run_fundamental.at:3796): ok (0m0.245s 0m0.352s) 398. Numeric operations (8) (run_fundamental.at:4088): ok (0m0.253s 0m0.378s) 399. ADD CORRESPONDING (run_fundamental.at:4138): ok (0m0.250s 0m0.349s) 400. ADD CORRESPONDING no match (run_fundamental.at:4186): ok (0m0.249s 0m0.360s) 401. SYNC in OCCURS (run_fundamental.at:4236): ok (0m0.262s 0m0.381s) 402. BLANK WHEN ZERO (run_fundamental.at:4276): ok (0m0.238s 0m0.362s) 403. MULTIPLY BY literal in INITIAL program (run_fundamental.at:4306): ok (0m0.257s 0m0.376s) 404. debugging lines (not active) (run_fundamental.at:4327): ok (0m0.245s 0m0.365s) 405. debugging lines (-fdebugging-line) (run_fundamental.at:4350): ok (0m0.303s 0m0.436s) 406. debugging lines (WITH DEBUGGING MODE) (run_fundamental.at:4373): ok (0m0.245s 0m0.356s) 407. debugging lines, free format (not active) (run_fundamental.at:4399): ok (0m0.252s 0m0.373s) 408. debugging lines, free format (-fdebugging-line) (run_fundamental.at:4422): ok (0m0.252s 0m0.366s) 409. USE FOR DEBUGGING (no DEBUGGING MODE) (run_fundamental.at:4445): ok (0m0.252s 0m0.372s) 410. USE FOR DEBUGGING (COB_SET_DEBUG deactivated) (run_fundamental.at:4490): ok (0m0.257s 0m0.376s) 411. USE FOR DEBUGGING ON ALL PROCEDURES (run_fundamental.at:4535): ok (0m0.265s 0m0.370s) 412. USE FOR DEBUGGING ON procedure (run_fundamental.at:4586): ok (0m0.256s 0m0.371s) 413. USE FOR DEBUGGING (COB_SET_DEBUG switched) (run_fundamental.at:4634): ok (0m0.261s 0m0.370s) 414. USE FOR DEBUGGING ON [ALL] REFERENCES OF field (run_fundamental.at:4683): ok (0m0.270s 0m0.375s) 415. USE FOR DEBUGGING, reference within DEBUGGING (run_fundamental.at:4751): ok (0m0.261s 0m0.369s) 416. USE FOR DEBUGGING, reference with OCCURS (run_fundamental.at:4787): ok (0m0.255s 0m0.369s) 418. USE FOR DEBUGGING file (run_fundamental.at:4857): ok (0m0.309s 0m0.431s) 419. Subscript out of bounds (run_subscripts.at:26): ok (0m0.461s 0m0.684s) 420. Value of DEPENDING ON N out of bounds (run_subscripts.at:71): ok (0m0.508s 0m0.729s) 421. Subscript bounds with OCCURS DEPENDING ON (run_subscripts.at:122): ok (0m0.248s 0m0.351s) 422. Subscript by arithmetic expression (run_subscripts.at:148): ok (0m0.249s 0m0.349s) 423. length of ODO w/- reference modification (run_subscripts.at:179): ok (0m0.260s 0m0.370s) 424. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:235): ok (0m0.257s 0m0.353s) 425. Static reference modification (run_refmod.at:25): ok (0m0.246s 0m0.384s) 426. Dynamic reference modification (run_refmod.at:57): ok (0m0.256s 0m0.364s) 427. Offset underflow (run_refmod.at:94): ok (0m0.251s 0m0.365s) 428. Offset overflow (run_refmod.at:118): ok (0m0.727s 0m1.071s) 429. Length underflow (run_refmod.at:165): ok (0m0.251s 0m0.346s) 430. Length overflow (run_refmod.at:189): ok (0m0.505s 0m0.726s) 431. Length overflow with offset (run_refmod.at:231): ok (0m0.260s 0m0.382s) 432. ACCEPT OMITTED (simple) (run_accept.at:28): ok (0m0.230s 0m0.341s) 433. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (1) (run_accept.at:54): ok (0m0.251s 0m0.357s) 434. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (2) (run_accept.at:121): ok (0m0.282s 0m0.376s) 435. ACCEPT DATE / DAY and intrinsic functions (1) (run_accept.at:204): ok (0m0.254s 0m0.359s) 436. ACCEPT DATE / DAY and intrinsic functions (2) (run_accept.at:241): ok (0m0.249s 0m0.355s) 437. ACCEPT OMITTED (SCREEN) (run_accept.at:286): ok (0m0.253s 0m0.365s) 438. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.240s 0m0.365s) 439. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.240s 0m0.354s) 440. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.247s 0m0.351s) 441. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.248s 0m0.369s) 442. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.242s 0m0.362s) 443. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.253s 0m0.362s) 444. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok (0m0.252s 0m0.361s) 445. INITIALIZE with reference modification (run_initialize.at:277): ok (0m0.266s 0m0.402s) 446. Comma separator without space (run_misc.at:23): ok (0m0.245s 0m0.368s) 447. DECIMAL-POINT is COMMA (1) (run_misc.at:44): ok (0m0.297s 0m0.422s) 448. DECIMAL-POINT is COMMA (2) (run_misc.at:72): ok (0m0.246s 0m0.365s) 449. DECIMAL-POINT is COMMA (3) (run_misc.at:100): ok (0m0.245s 0m0.336s) 450. DECIMAL-POINT is COMMA (4) (run_misc.at:128): ok (0m0.244s 0m0.358s) 451. DECIMAL-POINT is COMMA (5) (run_misc.at:156): ok (0m0.241s 0m0.371s) 452. CURRENCY SIGN (run_misc.at:190): ok (0m0.246s 0m0.368s) 454. LOCAL-STORAGE (1) (run_misc.at:268): ok (0m0.484s 0m0.673s) 455. LOCAL-STORAGE (2) (run_misc.at:304): ok (0m0.753s 0m1.004s) 456. EXTERNAL data item (run_misc.at:352): ok (0m0.493s 0m0.664s) 457. EXTERNAL AS data item (run_misc.at:394): ok (0m0.489s 0m0.674s) 459. MOVE to itself (run_misc.at:528): ok (0m0.252s 0m0.366s) 460. MOVE with refmod (run_misc.at:554): ok (0m0.243s 0m0.370s) 461. MOVE with refmod (variable) (run_misc.at:578): ok (0m0.241s 0m0.365s) 462. MOVE with group refmod (run_misc.at:604): ok (0m0.223s 0m0.333s) 463. MOVE indexes (run_misc.at:629): ok (0m0.238s 0m0.356s) 464. MOVE X'00' (run_misc.at:655): ok (0m0.454s 0m0.643s) 465. MOVE Z'literal' (run_misc.at:690): ok (0m0.259s 0m0.379s) 466. Floating continuation indicator (run_misc.at:732): ok (0m0.251s 0m0.349s) 467. Fixed continuation indicator (run_misc.at:754): ok (0m0.254s 0m0.355s) 468. Concatenation operator (run_misc.at:796): ok (0m0.239s 0m0.347s) 469. SOURCE FIXED/FREE directives (run_misc.at:820): ok (0m0.248s 0m0.366s) 470. Level 01 subscripts (run_misc.at:857): ok (0m0.048s 0m0.090s) 471. Class check with reference modification (run_misc.at:879): ok (0m0.258s 0m0.365s) 472. Index and parenthesized expression (run_misc.at:903): ok (0m0.269s 0m0.391s) 473. Alphanumeric and binary numeric (run_misc.at:927): ok (0m0.242s 0m0.341s) 474. Dynamic call with static linking (run_misc.at:954): ok (0m0.863s 0m1.204s) 475. Static call with static linking (run_misc.at:983): ok (0m1.204s 0m1.724s) 476. Dynamic CALL with ON EXCEPTION (run_misc.at:1014): ok (0m0.483s 0m0.674s) 477. Static CALL with ON EXCEPTION (run_misc.at:1046): ok (0m1.258s 0m1.732s) 478. CALL m1. CALL m2. CALL m1. (run_misc.at:1086): ok (0m0.748s 0m1.051s) 479. Recursive CALL of RECURSIVE program (run_misc.at:1141): ok (0m0.744s 0m1.046s) 480. Recursive CALL of INITIAL program (run_misc.at:1193): ok (0m0.715s 0m0.950s) 481. Recursive CALL with RECURSIVE assumed (run_misc.at:1244): ok (0m0.698s 0m0.995s) 482. Recursive CALL with ON EXCEPTION (run_misc.at:1292): ok (0m0.698s 0m0.951s) 483. Multiple calls of INITIAL program (run_misc.at:1349): ok (0m0.484s 0m0.691s) 484. CALL binary literal parameter/LENGTH OF (run_misc.at:1406): ok (0m0.716s 0m1.009s) 485. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:1460): ok (0m0.247s 0m0.353s) 486. INSPECT: No repeat conversion check (run_misc.at:1484): ok (0m0.249s 0m0.354s) 487. INSPECT: CONVERTING TO figurative constant (run_misc.at:1508): ok (0m0.247s 0m0.363s) 488. INSPECT: CONVERTING NULL (run_misc.at:1532): ok (0m0.260s 0m0.372s) 489. INSPECT: CONVERTING TO NULL (run_misc.at:1556): ok (0m0.238s 0m0.355s) 490. INSPECT: REPLACING figurative constant (run_misc.at:1580): ok (0m0.249s 0m0.364s) 491. INSPECT: TALLYING BEFORE (run_misc.at:1604): ok (0m0.276s 0m0.401s) 492. INSPECT: TALLYING AFTER (run_misc.at:1639): ok (0m0.264s 0m0.395s) 493. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1674): ok (0m0.246s 0m0.357s) 494. INSPECT: REPLACING complex (run_misc.at:1698): ok (0m0.247s 0m0.379s) 495. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1724): ok (0m0.237s 0m0.340s) 496. Nested PERFORM (run_misc.at:1821): ok (0m0.233s 0m0.338s) 497. PERFORM VARYING BY -0.2 (run_misc.at:1845): ok (0m0.256s 0m0.372s) 498. PERFORM VARYING BY phrase omitted (run_misc.at:1872): ok (0m0.288s 0m0.444s) 499. EXIT PERFORM (run_misc.at:1903): ok (0m0.245s 0m0.348s) 500. EXIT PERFORM CYCLE (run_misc.at:1928): ok (0m0.261s 0m0.388s) 501. EXIT PARAGRAPH (run_misc.at:1953): ok (0m0.246s 0m0.359s) 502. EXIT SECTION (run_misc.at:1985): ok (0m0.254s 0m0.363s) 503. PERFORM FOREVER / PERFORM UNTIL EXIT (run_misc.at:2019): ok (0m0.248s 0m0.355s) 504. PERFORM inline (1) (run_misc.at:2060): ok (0m0.242s 0m0.347s) 505. PERFORM inline (2) (run_misc.at:2087): ok (0m0.258s 0m0.362s) 506. 88 with FILLER (run_misc.at:2112): ok (0m0.245s 0m0.356s) 507. Non-overflow after overflow (run_misc.at:2141): ok (0m0.244s 0m0.355s) 508. PERFORM ... CONTINUE (run_misc.at:2171): ok (0m0.042s 0m0.080s) 509. STRING with subscript reference (run_misc.at:2188): ok (0m0.246s 0m0.362s) 510. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:2215): ok (0m0.236s 0m0.354s) 511. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:2250): ok (0m0.253s 0m0.364s) 512. UNSTRING DELIMITED POINTER (run_misc.at:2315): ok (0m0.247s 0m0.362s) 513. UNSTRING DELIMITER IN (run_misc.at:2369): ok (0m0.227s 0m0.318s) 514. UNSTRING with FUNCTION / literal (run_misc.at:2411): ok (0m0.267s 0m0.372s) 515. SORT: table sort (run_misc.at:2481): ok (0m0.243s 0m0.340s) 516. SORT: table sort (2) (run_misc.at:2523): ok (0m0.270s 0m0.353s) 517. SORT: table sort (3) (run_misc.at:2648): skipped (run_misc.at:2649) 518. SORT: EBCDIC table sort (run_misc.at:2689): ok (0m0.272s 0m0.401s) 519. PIC ZZZ-, ZZZ+ (run_misc.at:2727): ok (0m0.251s 0m0.363s) 520. PERFORM type OSVS (run_misc.at:2780): ok (0m0.296s 0m0.414s) 521. Sticky LINKAGE (run_misc.at:2817): ok (0m0.490s 0m0.673s) 522. COB_PRE_LOAD test (run_misc.at:2864): ok (0m0.479s 0m0.677s) 523. COB_PRE_LOAD with entry points (run_misc.at:2890): ok (0m0.730s 0m0.992s) 524. Lookup ENTRY from main executable (run_misc.at:2960): ok (0m0.251s 0m0.349s) 525. COB_LOAD_CASE=UPPER test (run_misc.at:3001): ok (0m0.480s 0m0.676s) 526. 88 level with FALSE IS clause (run_misc.at:3027): ok (0m0.243s 0m0.368s) 527. ALLOCATE / FREE with BASED item (1) (run_misc.at:3055): ok (0m0.222s 0m0.320s) 528. ALLOCATE / FREE with BASED item (2) (run_misc.at:3082): ok (0m0.534s 0m0.743s) 529. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:3129): ok (0m0.248s 0m0.354s) 530. Initialized value with defaultbyte (run_misc.at:3170): ok (0m0.251s 0m0.362s) 531. CALL with OMITTED parameter (run_misc.at:3195): ok (0m0.478s 0m0.660s) 532. CALL in from C, cob_call_params explicitly set (run_misc.at:3234): ok (0m0.378s 0m0.521s) 533. CALL in from C, cob_call_params unknown (run_misc.at:3294): ok (0m0.384s 0m0.525s) 534. CALL C with callback, PROCEDURE DIVISION EXTERN (run_misc.at:3351): ok (0m0.374s 0m0.525s) 535. CALL C with callback, ENTRY-CONVENTION EXTERN (run_misc.at:3417): ok (0m0.397s 0m0.530s) 536. CALL in from C with init missing / implicit (run_misc.at:3483): ok (0m0.616s 0m0.960s) 537. CALL STATIC C from COBOL (run_misc.at:3535): ok (0m0.376s 0m0.533s) 538. ANY LENGTH (1) (run_misc.at:3591): ok (0m0.456s 0m0.647s) 539. ANY LENGTH (2) (run_misc.at:3634): ok (0m0.487s 0m0.673s) 540. ANY LENGTH (3) (run_misc.at:3678): ok (0m0.271s 0m0.369s) 541. access to BASED item without allocation (run_misc.at:3720): ok (0m0.500s 0m0.710s) 542. access to OPTIONAL LINKAGE item not passed (run_misc.at:3761): ok (0m0.487s 0m0.677s) 543. STOP RUN WITH NORMAL STATUS (run_misc.at:3803): ok (0m0.260s 0m0.369s) 544. STOP RUN WITH ERROR STATUS (run_misc.at:3821): ok (0m0.242s 0m0.349s) 545. DECLARATIVES procedure referencing (run_misc.at:3839): ok (0m0.243s 0m0.351s) 546. DECLARATIVES procedure referencing (multiple) (run_misc.at:3879): ok (0m0.255s 0m0.363s) 547. SYMBOLIC clause (run_misc.at:3923): ok (0m0.257s 0m0.354s) 548. OCCURS clause with 1 entry (run_misc.at:3960): ok (0m0.244s 0m0.354s) 549. Computing of different USAGEs w/o decimal point (run_misc.at:4009): ok (0m0.675s 0m0.689s) 550. Computing of different USAGEs w/- decimal point (run_misc.at:4517): ok (0m0.664s 0m0.728s) 551. C/C++ reserved words/predefined identifiers (run_misc.at:5025): ok (0m0.747s 0m0.985s) 552. ON EXCEPTION clause of DISPLAY (run_misc.at:5485): ok (0m0.292s 0m0.403s) 553. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:5510): ok (0m0.267s 0m0.372s) 554. LINE/COLUMN 0 exceptions (run_misc.at:5551): ok (0m0.247s 0m0.358s) 555. SET LAST EXCEPTION TO OFF (run_misc.at:5589): ok (0m0.248s 0m0.362s) 556. void PROCEDURE (run_misc.at:5625): ok (0m0.485s 0m0.674s) 557. void PROCEDURE, NOTHING return (run_misc.at:5655): ok (0m0.476s 0m0.681s) 558. READY TRACE / RESET TRACE (run_misc.at:5686): ok (0m1.188s 0m1.614s) 559. Trace feature with subroutine (run_misc.at:5819): ok (0m1.116s 0m1.198s) 560. Test dump feature (run_misc.at:7886): ok (0m0.695s 0m0.793s) 561. CALL with program prototypes (run_misc.at:8347): ok (0m0.277s 0m0.384s) 562. REDEFINES values on FILLER and INITIALIZE (run_misc.at:8403): ok (0m0.252s 0m0.372s) 563. PICTURE with constant-name (run_misc.at:8458): ok (0m0.265s 0m0.369s) 564. Quote marks in comment paragraphs (run_misc.at:8483): ok (0m0.482s 0m0.712s) 565. MOVE with -fbinary-truncate (run_misc.at:8508): ok (0m0.557s 0m0.793s) 566. PROGRAM-ID / CALL literal/variable with spaces (run_misc.at:8564): ok (0m0.276s 0m0.398s) 568. DEFAULT ROUNDED MODE (run_misc.at:8848): ok (0m0.251s 0m0.368s) 569. OCCURS INDEXED ASCENDING (run_misc.at:8878): ok (0m0.263s 0m0.365s) 570. ZERO unsigned and negative binary subscript (run_misc.at:8976): ok (0m0.515s 0m0.745s) 571. Default Arithmetic (run_misc.at:9039): ok (0m0.280s 0m0.388s) 572. OSVS Arithmetic (run_misc.at:9143): ok (0m0.256s 0m0.342s) 573. SET CONSTANT directive (run_misc.at:9265): ok (0m0.776s 0m1.086s) 574. DEFINE OVERRIDE (run_misc.at:9368): ok (0m0.249s 0m0.366s) 575. DEFINE Defaults (run_misc.at:9434): ok (0m0.249s 0m0.361s) 576. 78 VALUE (run_misc.at:9500): ok (0m0.251s 0m0.362s) 577. 01 CONSTANT (run_misc.at:9568): ok (0m0.255s 0m0.354s) 578. DISPLAY UPON (run_misc.at:9648): ok (0m0.291s 0m0.459s) 579. FLOAT-DECIMAL w/o SIZE ERROR (run_misc.at:9714): ok (0m4.394s 0m0.385s) 580. FLOAT-SHORT with SIZE ERROR (run_misc.at:10015): ok (0m0.229s 0m0.328s) 581. FLOAT-LONG with SIZE ERROR (run_misc.at:10066): ok (0m0.237s 0m0.335s) 582. EC-SIZE-ZERO-DIVIDE (run_misc.at:10117): ok (0m0.249s 0m0.356s) 583. EC-SIZE-OVERFLOW (run_misc.at:10160): ok (0m0.247s 0m0.358s) 584. READ INTO data-item AT-END sequence (run_file.at:22): ok (0m0.262s 0m0.373s) 585. First READ on empty SEQUENTIAL INDEXED file (run_file.at:59): ok (0m0.257s 0m0.361s) 586. READ NEXT without previous START (run_file.at:99): ok (0m0.257s 0m0.356s) 587. REWRITE a RELATIVE file with RANDOM access (run_file.at:177): ok (0m0.248s 0m0.340s) 588. SORT with SD, I/O SEQUENTIAL (run_file.at:244): ok (0m0.259s 0m0.361s) 589. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:294): ok (0m0.263s 0m0.357s) 590. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:353): ok (0m0.255s 0m0.365s) 591. SORT nonexistent file (run_file.at:410): ok (0m0.254s 0m0.368s) 592. ASSIGN with LOCAL-STORAGE item (run_file.at:445): ok (0m0.267s 0m0.385s) 593. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:482): ok (0m0.257s 0m0.366s) 594. ASSIGN with BASED data-item (run_file.at:522): ok (0m0.516s 0m0.725s) 595. ASSIGN with data-item in LINKAGE (run_file.at:603): ok (0m0.531s 0m0.715s) 596. INDEXED File Sparse/Split keys (run_file.at:776): ok (0m0.360s 0m0.375s) 597. INDEXED File variable length record (run_file.at:1294): ok (0m0.293s 0m0.374s) 598. WRITE+REWRITE FILE name (run_file.at:1549): ok (0m0.280s 0m0.364s) 599. START RELATIVE (1) (run_file.at:1701): ok (0m0.248s 0m0.353s) 600. START RELATIVE (2) (run_file.at:1750): ok (0m0.259s 0m0.354s) 601. READ on OPTIONAL missing file (run_file.at:1827): ok (0m0.244s 0m0.352s) 602. EXTERNAL RELATIVE file (run_file.at:1888): ok (0m0.243s 0m0.360s) 603. System routines for directories (run_file.at:1923): ok (0m0.243s 0m0.372s) 604. System routines for files (run_file.at:1965): ok (0m0.534s 0m0.759s) 605. System routine CBL_COPY_FILE (run_file.at:2135): ok (0m0.251s 0m0.384s) 606. RETURN-CODE moving (run_returncode.at:23): ok (0m0.257s 0m0.368s) 607. RETURN-CODE passing (run_returncode.at:49): ok (0m0.738s 0m0.995s) 608. RETURN-CODE nested (run_returncode.at:101): ok (0m0.257s 0m0.360s) 609. FUNCTION ABS (run_functions.at:24): ok (0m0.228s 0m0.331s) 610. FUNCTION ACOS (run_functions.at:46): ok (0m0.254s 0m0.365s) 611. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.252s 0m0.357s) 612. FUNCTION ASIN (run_functions.at:94): ok (0m0.251s 0m0.354s) 613. FUNCTION ATAN (run_functions.at:118): ok (0m0.254s 0m0.347s) 614. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.254s 0m0.359s) 615. FUNCTION CHAR (run_functions.at:177): ok (0m0.243s 0m0.351s) 616. FUNCTION COMBINED-DATETIME (run_functions.at:215): ok (0m0.243s 0m0.349s) 617. FUNCTION CONCATENATE (run_functions.at:240): ok (0m0.242s 0m0.345s) 618. FUNCTION CONCATENATE with reference modding (run_functions.at:279): ok (0m0.275s 0m0.416s) 619. FUNCTION as CALL parameter BY CONTENT (run_functions.at:307): ok (0m0.254s 0m0.368s) 620. FUNCTION COS (run_functions.at:343): ok (0m0.258s 0m0.399s) 621. FUNCTION CURRENCY-SYMBOL (run_functions.at:367): ok (0m0.249s 0m0.364s) 622. FUNCTION CURRENT-DATE (run_functions.at:390): ok (0m0.252s 0m0.345s) 623. FUNCTION DATE-OF-INTEGER (run_functions.at:461): ok (0m0.246s 0m0.365s) 624. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:486): ok (0m0.239s 0m0.360s) 625. FUNCTION DAY-OF-INTEGER (run_functions.at:511): ok (0m0.239s 0m0.365s) 626. FUNCTION DAY-TO-YYYYDDD (run_functions.at:536): ok (0m0.223s 0m0.322s) 627. FUNCTION E (run_functions.at:561): ok (0m0.235s 0m0.339s) 628. FUNCTION EXCEPTION-FILE (run_functions.at:585): ok (0m0.251s 0m0.362s) 629. FUNCTION EXCEPTION-LOCATION (run_functions.at:620): ok (0m0.253s 0m0.362s) 630. FUNCTION EXCEPTION-STATEMENT (run_functions.at:659): ok (0m0.265s 0m0.370s) 631. FUNCTION EXCEPTION-STATUS (run_functions.at:694): ok (0m0.244s 0m0.361s) 632. FUNCTION EXP (run_functions.at:729): ok (0m0.239s 0m0.351s) 633. FUNCTION EXP10 (run_functions.at:753): ok (0m0.249s 0m0.367s) 634. FUNCTION FACTORIAL (run_functions.at:778): ok (0m0.249s 0m0.368s) 635. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:803): ok (0m0.239s 0m0.343s) 636. FUNCTION FORMATTED-DATE (run_functions.at:831): ok (0m0.250s 0m0.362s) 637. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:894): ok (0m0.241s 0m0.344s) 638. FUNCTION FORMATTED-DATETIME (run_functions.at:919): ok (0m0.251s 0m0.349s) 639. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:976): ok (0m0.262s 0m0.365s) 640. FUNCTION FORMATTED-TIME (run_functions.at:1002): ok (0m0.261s 0m0.365s) 641. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1089): ok (0m0.254s 0m0.367s) 642. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1120): ok (0m0.253s 0m0.379s) 643. FUNCTION FRACTION-PART (run_functions.at:1145): ok (0m0.225s 0m0.330s) 644. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1176): ok (0m0.256s 0m0.359s) 645. FUNCTION INTEGER (run_functions.at:1244): ok (0m0.247s 0m0.357s) 646. FUNCTION INTEGER-OF-DATE (run_functions.at:1277): ok (0m0.246s 0m0.352s) 647. FUNCTION INTEGER-OF-DAY (run_functions.at:1302): ok (0m0.259s 0m0.368s) 648. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1327): ok (0m0.244s 0m0.360s) 649. FUNCTION INTEGER-PART (run_functions.at:1377): ok (0m0.253s 0m0.386s) 650. FUNCTION LENGTH (run_functions.at:1403): ok (0m0.246s 0m0.354s) 651. FUNCTION LOCALE-COMPARE (run_functions.at:1429): ok (0m0.248s 0m0.352s) 652. FUNCTION LOCALE-DATE (run_functions.at:1459): ok (0m0.247s 0m0.352s) 653. FUNCTION LOCALE-TIME (run_functions.at:1485): ok (0m0.257s 0m0.380s) 654. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1511): ok (0m0.304s 0m0.432s) 655. FUNCTION LOG (run_functions.at:1537): ok (0m0.284s 0m0.412s) 656. FUNCTION LOG10 (run_functions.at:1561): ok (0m0.252s 0m0.333s) 657. FUNCTION LOWER-CASE (run_functions.at:1585): ok (0m0.247s 0m0.361s) 658. FUNCTION LOWER-CASE with reference modding (run_functions.at:1613): ok (0m0.238s 0m0.367s) 659. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1639): ok (0m0.249s 0m0.381s) 660. FUNCTION MAX (run_functions.at:1692): ok (0m0.229s 0m0.335s) 661. FUNCTION MEAN (run_functions.at:1714): ok (0m0.240s 0m0.346s) 662. FUNCTION MEDIAN (run_functions.at:1736): ok (0m0.248s 0m0.360s) 663. FUNCTION MIDRANGE (run_functions.at:1758): ok (0m0.258s 0m0.355s) 664. FUNCTION MIN (run_functions.at:1780): ok (0m0.299s 0m0.429s) 665. FUNCTION MOD (valid) (run_functions.at:1802): ok (0m0.243s 0m0.331s) 666. FUNCTION MOD (invalid) (run_functions.at:1832): ok (0m0.256s 0m0.389s) 667. FUNCTION MODULE-CALLER-ID (run_functions.at:1863): ok (0m0.477s 0m0.680s) 668. FUNCTION MODULE-DATE (run_functions.at:1897): ok (0m0.247s 0m0.349s) 669. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1922): ok (0m0.242s 0m0.365s) 670. FUNCTION MODULE-ID (run_functions.at:1947): ok (0m0.258s 0m0.370s) 671. FUNCTION MODULE-PATH (run_functions.at:1968): ok (0m0.240s 0m0.363s) 672. FUNCTION MODULE-SOURCE (run_functions.at:1993): ok (0m0.257s 0m0.373s) 673. FUNCTION MODULE-TIME (run_functions.at:2014): ok (0m0.244s 0m0.363s) 674. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:2039): ok (0m0.246s 0m0.371s) 675. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:2062): ok (0m0.244s 0m0.362s) 676. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2085): ok (0m0.227s 0m0.330s) 677. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2108): ok (0m0.228s 0m0.335s) 678. FUNCTION NUMVAL (run_functions.at:2131): ok (0m0.242s 0m0.364s) 679. FUNCTION NUMVAL-C (run_functions.at:2162): ok (0m0.250s 0m0.371s) 680. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2193): ok (0m0.244s 0m0.348s) 681. FUNCTION NUMVAL-F (run_functions.at:2223): ok (0m0.247s 0m0.378s) 682. FUNCTION ORD (run_functions.at:2246): ok (0m0.247s 0m0.349s) 683. FUNCTION ORD-MAX (run_functions.at:2268): ok (0m0.237s 0m0.352s) 684. FUNCTION ORD-MIN (run_functions.at:2290): ok (0m0.251s 0m0.356s) 685. FUNCTION PI (run_functions.at:2312): ok (0m0.236s 0m0.360s) 686. FUNCTION PRESENT-VALUE (run_functions.at:2336): ok (0m0.246s 0m0.371s) 687. FUNCTION RANDOM (run_functions.at:2358): ok (0m0.248s 0m0.354s) 688. FUNCTION RANGE (run_functions.at:2382): ok (0m0.243s 0m0.344s) 689. FUNCTION REM (valid) (run_functions.at:2406): ok (0m0.238s 0m0.346s) 690. FUNCTION REM (invalid) (run_functions.at:2429): ok (0m0.253s 0m0.354s) 691. FUNCTION REVERSE (run_functions.at:2460): ok (0m0.243s 0m0.365s) 692. FUNCTION REVERSE with reference modding (run_functions.at:2485): ok (0m0.240s 0m0.363s) 693. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2510): ok (0m0.225s 0m0.325s) 694. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2577): ok (0m0.256s 0m0.363s) 695. FUNCTION SIGN (run_functions.at:2601): ok (0m0.247s 0m0.360s) 696. FUNCTION SIN (run_functions.at:2640): ok (0m0.242s 0m0.351s) 697. FUNCTION SQRT (run_functions.at:2664): ok (0m0.241s 0m0.336s) 698. FUNCTION STANDARD-DEVIATION (run_functions.at:2688): ok (0m0.253s 0m0.372s) 699. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2712): ok (0m0.263s 0m0.365s) 700. FUNCTION SUBSTITUTE (run_functions.at:2738): ok (0m0.251s 0m0.365s) 701. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2767): ok (0m0.246s 0m0.364s) 702. FUNCTION SUBSTITUTE-CASE (run_functions.at:2795): ok (0m0.243s 0m0.353s) 703. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2822): ok (0m0.245s 0m0.349s) 704. FUNCTION SUM (run_functions.at:2850): ok (0m0.244s 0m0.343s) 705. FUNCTION TAN (run_functions.at:2874): ok (0m0.245s 0m0.340s) 706. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2898): ok (0m0.239s 0m0.360s) 707. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2920): ok (0m0.260s 0m0.369s) 708. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2942): ok (0m0.264s 0m0.363s) 709. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:3069): ok (0m0.255s 0m0.372s) 710. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3150): ok (0m0.255s 0m0.384s) 711. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3203): ok (0m0.252s 0m0.360s) 712. FUNCTION TEST-NUMVAL (run_functions.at:3244): ok (0m0.313s 0m0.416s) 713. FUNCTION TEST-NUMVAL-C (run_functions.at:3342): ok (0m0.256s 0m0.353s) 714. FUNCTION TEST-NUMVAL-F (run_functions.at:3440): ok (0m0.250s 0m0.351s) 715. FUNCTION TRIM (run_functions.at:3538): ok (0m0.248s 0m0.369s) 716. FUNCTION TRIM with reference modding (run_functions.at:3564): ok (0m0.247s 0m0.368s) 717. FUNCTION TRIM zero length (run_functions.at:3590): ok (0m0.244s 0m0.363s) 718. FUNCTION UPPER-CASE (run_functions.at:3617): ok (0m0.246s 0m0.355s) 719. FUNCTION UPPER-CASE with reference modding (run_functions.at:3642): ok (0m0.251s 0m0.360s) 720. FUNCTION VARIANCE (run_functions.at:3667): ok (0m0.238s 0m0.358s) 721. FUNCTION WHEN-COMPILED (run_functions.at:3691): ok (0m0.242s 0m0.345s) 722. FUNCTION YEAR-TO-YYYY (run_functions.at:3745): ok (0m0.243s 0m0.354s) 723. Formatted funcs w/ invalid variable format (run_functions.at:3769): ok (0m0.260s 0m0.368s) 724. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3871): ok (0m0.262s 0m0.364s) 725. Intrinsics without FUNCTION keyword (1) (run_functions.at:3911): ok (0m0.235s 0m0.367s) 726. Intrinsics without FUNCTION keyword (2) (run_functions.at:3932): ok (0m0.223s 0m0.334s) 727. User-Defined FUNCTION with/without parameter (run_functions.at:3955): ok (0m0.240s 0m0.324s) 728. UDF in COMPUTE (run_functions.at:4006): ok (0m0.251s 0m0.359s) 729. UDF replacing intrinsic function (run_functions.at:4049): ok (0m0.256s 0m0.356s) 731. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m0.462s 0m0.658s) 732. Numeric Boolean literal (run_extensions.at:72): ok (0m0.258s 0m0.365s) 733. ACUCOBOL literal (run_extensions.at:102): ok (0m0.246s 0m0.346s) 734. Hexadecimal numeric literal (run_extensions.at:129): ok (0m0.244s 0m0.359s) 735. Semi-parenthesized condition (run_extensions.at:157): ok (0m0.239s 0m0.366s) 736. ADDRESS OF (run_extensions.at:177): ok (0m0.251s 0m0.370s) 737. LENGTH OF (run_extensions.at:227): ok (0m0.257s 0m0.377s) 738. SET TO SIZE OF (run_extensions.at:303): ok (0m0.253s 0m0.370s) 739. WHEN-COMPILED (run_extensions.at:340): ok (0m0.256s 0m0.368s) 740. Complex OCCURS DEPENDING ON (1) (run_extensions.at:369): ok (0m0.287s 0m0.400s) 741. Complex OCCURS DEPENDING ON (2) (run_extensions.at:398): ok (0m0.300s 0m0.376s) 742. Complex OCCURS DEPENDING ON (3) (run_extensions.at:461): ok (0m0.243s 0m0.344s) 743. Complex OCCURS DEPENDING ON (4) (run_extensions.at:524): ok (0m0.257s 0m0.354s) 744. Complex OCCURS DEPENDING ON (5) (run_extensions.at:590): ok (0m0.263s 0m0.371s) 745. Complex OCCURS DEPENDING ON (6) (run_extensions.at:656): ok (0m0.305s 0m0.420s) 746. OCCURS UNBOUNDED (run_extensions.at:697): ok (0m0.295s 0m0.421s) 747. DEPENDING ON with ODOSLIDE (run_extensions.at:741): ok (0m0.318s 0m0.372s) 748. DEPENDING ON with ODOSLIDE for IBM (run_extensions.at:950): ok (0m0.290s 0m0.370s) 749. INITIALIZE level 01 (run_extensions.at:1053): ok (0m0.247s 0m0.354s) 750. MOVE of non-integer to alphanumeric (run_extensions.at:1105): ok (0m0.274s 0m0.354s) 751. CALL USING file-name (run_extensions.at:1195): ok (0m0.454s 0m0.646s) 752. CALL unusual PROGRAM-ID. (run_extensions.at:1240): ok (0m1.207s 0m1.658s) 753. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:1305): ok (0m0.526s 0m0.743s) 754. CALL BY VALUE alphanumeric item (run_extensions.at:1355): ok (0m0.259s 0m0.370s) 755. CALL BY VALUE numeric literal WITH SIZE (run_extensions.at:1392): ok (0m0.256s 0m0.349s) 756. Case-sensitive PROGRAM-ID (run_extensions.at:1495): ok (0m0.248s 0m0.364s) 757. PROGRAM-ID AS clause (run_extensions.at:1518): ok (0m0.250s 0m0.358s) 758. Quoted PROGRAM-ID (run_extensions.at:1541): ok (0m0.261s 0m0.349s) 759. ASSIGN clause (run_extensions.at:1565): ok (0m0.251s 0m0.362s) 760. ASSIGN clause IBM (run_extensions.at:1594): ok (0m0.247s 0m0.356s) 761. ASSIGN mapping (run_extensions.at:1623): ok (0m0.530s 0m0.725s) 762. ASSIGN expansion (run_extensions.at:1679): ok (0m0.248s 0m0.362s) 763. ASSIGN with COB_FILE_PATH (run_extensions.at:1706): ok (0m0.250s 0m0.357s) 764. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1733): ok (0m0.485s 0m0.671s) 765. TALLY (run_extensions.at:1788): ok (0m0.292s 0m0.432s) 766. Redefining TALLY (run_extensions.at:1822): ok (0m0.298s 0m0.441s) 767. PROCEDURE DIVISION USING BY ... (run_extensions.at:1857): ok (0m0.489s 0m0.687s) 768. PROCEDURE DIVISION CHAINING (run_extensions.at:1909): ok (0m1.298s 0m1.828s) 769. STOP RUN RETURNING/GIVING (run_extensions.at:2026): ok (0m0.970s 0m1.336s) 770. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:2082): ok (0m0.570s 0m0.738s) 771. ENTRY (run_extensions.at:2132): ok (0m0.510s 0m0.720s) 772. LINE SEQUENTIAL write (run_extensions.at:2178): ok (0m0.258s 0m0.372s) 773. LINE SEQUENTIAL read (run_extensions.at:2224): ok (0m0.252s 0m0.373s) 774. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:2291): ok (0m0.265s 0m0.405s) 776. Environment/Argument variable (run_extensions.at:2411): ok (0m0.251s 0m0.383s) 777. 78 Level (1) (run_extensions.at:2458): ok (0m0.257s 0m0.366s) 778. 78 Level (2) (run_extensions.at:2481): ok (0m0.246s 0m0.361s) 779. 78 Level (3) (run_extensions.at:2507): ok (0m0.233s 0m0.332s) 780. SWITCHES with non-standard names (run_extensions.at:2531): ok (0m0.259s 0m0.361s) 781. Larger REDEFINES lengths (run_extensions.at:2644): ok (0m0.256s 0m0.363s) 782. Obsolete 2002 keywords with COBOL2014 (run_extensions.at:2729): ok (0m0.291s 0m0.449s) 783. System routine with wrong number of parameters (run_extensions.at:2759): ok (0m0.286s 0m0.434s) 784. System routine C$NARG (run_extensions.at:2802): ok (0m0.743s 0m1.062s) 785. System routine C$PARAMSIZE (run_extensions.at:2879): ok (0m0.509s 0m0.706s) 786. System routine C$CALLEDBY (run_extensions.at:2921): ok (0m0.506s 0m0.748s) 787. System routine C$JUSTIFY (run_extensions.at:2967): ok (0m0.241s 0m0.347s) 788. System routine C$PRINTABLE (run_extensions.at:2992): ok (0m0.240s 0m0.347s) 789. System routine C$MAKEDIR (run_extensions.at:3021): ok (0m0.250s 0m0.355s) 790. System routine C$GETPID (run_extensions.at:3042): ok (0m0.247s 0m0.365s) 791. System routine C$TOUPPER (run_extensions.at:3067): ok (0m0.260s 0m0.364s) 792. System routine C$TOLOWER (run_extensions.at:3092): ok (0m0.227s 0m0.336s) 793. System routine CBL_OR (run_extensions.at:3117): ok (0m0.249s 0m0.343s) 794. System routine CBL_NOR (run_extensions.at:3144): ok (0m0.248s 0m0.361s) 795. System routine CBL_AND (run_extensions.at:3171): ok (0m0.252s 0m0.363s) 796. System routine CBL_XOR (run_extensions.at:3198): ok (0m0.241s 0m0.344s) 797. System routine CBL_IMP (run_extensions.at:3225): ok (0m0.245s 0m0.352s) 798. System routine CBL_NIMP (run_extensions.at:3252): ok (0m0.246s 0m0.366s) 799. System routine CBL_NOT (run_extensions.at:3279): ok (0m0.240s 0m0.348s) 800. System routine CBL_EQ (run_extensions.at:3305): ok (0m0.242s 0m0.374s) 801. System routine CBL_GC_GETOPT (run_extensions.at:3332): ok (0m1.308s 0m1.777s) 802. System routine CBL_GC_FORK (run_extensions.at:3769): ok (0m0.250s 0m0.348s) 803. System routine CBL_GC_WAITPID (run_extensions.at:3837): ok (0m0.258s 0m0.375s) 804. System routine CBL_GC_HOSTED (run_extensions.at:3889): ok (0m0.719s 0m1.015s) 805. System routine SYSTEM, parameter handling (run_extensions.at:4008): ok (0m0.342s 0m0.505s) 806. System routine CBL_ERROR_PROC (run_extensions.at:4119): ok (0m0.552s 0m0.758s) 807. DISPLAY DIRECTIVE and $DISPLAY (run_extensions.at:4207): ok (0m0.245s 0m0.347s) 808. Conditional/define directives (1) (run_extensions.at:4232): ok (0m0.259s 0m0.366s) 809. Conditional/define directives (2) (run_extensions.at:4257): ok (0m0.283s 0m0.434s) 810. Conditional/define directives (3) (run_extensions.at:4282): ok (0m0.270s 0m0.410s) 811. Conditional/define directives (4) (run_extensions.at:4310): ok (0m0.228s 0m0.345s) 812. Conditional/define directives (5) (run_extensions.at:4336): ok (0m0.225s 0m0.329s) 813. Conditional/define directives (6) (run_extensions.at:4361): ok (0m0.478s 0m0.686s) 814. Conditional/define directives (7) (run_extensions.at:4387): ok (0m0.243s 0m0.346s) 815. Variable format (run_extensions.at:4409): ok (0m0.259s 0m0.386s) 816. Binary COMP-1 (1) (run_extensions.at:4431): ok (0m0.506s 0m0.749s) 817. Binary COMP-1 (2) (run_extensions.at:4462): ok (0m0.486s 0m0.710s) 818. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.888s 0m1.046s) 819. BINARY: 2-4-8 native (data_binary.at:205): ok (0m0.859s 0m0.978s) 820. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m0.862s 0m1.008s) 821. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m0.849s 0m0.990s) 822. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m0.878s 0m1.001s) 823. BINARY: 1--8 native (data_binary.at:945): ok (0m0.868s 0m1.020s) 824. BINARY: full-print (data_binary.at:1133): ok (0m0.268s 0m0.359s) 825. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.247s 0m0.356s) 826. BINARY: 64bit unsigned arithmetic notrunc (data_binary.at:1210): ok (0m0.244s 0m0.366s) 827. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.245s 0m0.353s) 828. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.250s 0m0.358s) 829. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.243s 0m0.361s) 830. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.252s 0m0.368s) 831. DISPLAY: unsigned (data_display.at:171): ok (0m0.250s 0m0.377s) 832. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.594s 0m0.636s) 833. PACKED-DECIMAL display (data_packed.at:162): ok (0m0.251s 0m0.359s) 834. PACKED-DECIMAL move (data_packed.at:218): ok (0m0.246s 0m0.369s) 835. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m0.248s 0m0.364s) 836. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m0.252s 0m0.364s) 837. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m0.261s 0m0.374s) 838. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m0.286s 0m0.370s) 839. COMP-6 display (data_packed.at:608): ok (0m0.245s 0m0.375s) 840. COMP-6 move (data_packed.at:644): ok (0m0.243s 0m0.357s) 841. COMP-6 arithmetic (data_packed.at:690): ok (0m0.244s 0m0.358s) 842. COMP-6 numeric test (data_packed.at:721): ok (0m0.244s 0m0.354s) 843. POINTER: display (data_pointer.at:21): ok (0m0.247s 0m0.363s) testsuite: ending at: Fri Jan 12 18:42:30 CET 2018 testsuite: test suite duration: 0h 9m 12s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 841 tests were run, 11 failed (9 expected failures). 2 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 17: used_binaries.at:524 Compile from stdin runmisc stdin 296: syn_screen.at:553 Compiler-specific SCREEN SECTION clause rules screen Skipped tests: GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 223: syn_misc.at:3239 ACUCOBOL 32bit literal size extensions literals 517: run_misc.at:2648 SORT: table sort (3) runmisc ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 17. used_binaries.at:524: testing Compile from stdin ... ./used_binaries.at:536: cat prog.cob | $COMPILE - --- /dev/null 2018-01-12 18:33:40.000000000 +0100 +++ /Users/harald/src/gnucobol/trunk/tests/testsuite.dir/at-groups/17/stderr 2018-01-12 18:33:42.000000000 +0100 @@ -0,0 +1,2 @@ +collect2: fatal error: can't open nm output: Undefined error: 0 +compilation terminated. ./used_binaries.at:536: exit code was 1, expected 0 17. used_binaries.at:524: 17. Compile from stdin (used_binaries.at:524): FAILED (used_binaries.at:536) # -*- compilation -*- 296. syn_screen.at:553: testing Compiler-specific SCREEN SECTION clause rules ... ./syn_screen.at:607: $COMPILE_ONLY -fscreen-section-rules=std prog.cob --- - 2018-01-12 18:35:24.000000000 +0100 +++ /Users/harald/src/gnucobol/trunk/tests/testsuite.dir/at-groups/296/stderr 2018-01-12 18:35:24.000000000 +0100 @@ -9,5 +9,7 @@ prog.cob:24: warning: 'justified-without-pic' has FROM, TO or USING without PIC; PIC will be implied prog.cob:25: error: 'sign-no-clauses' cannot have PIC without FROM, TO, USING or numeric VALUE prog.cob:26: error: VALUE may not contain a figurative constant +prog.cob:37: error: number or constant in parentheses must be greater than zero +prog.cob:37: error: PICTURE string must contain at least one of the set A, N, X, Z, 1, 9 and *; or at least two of the set +, - and the currency symbol prog.cob:30: warning: 'numeric-value-no-pic' has numeric VALUE without PIC; PIC will be implied 296. syn_screen.at:553: 296. Compiler-specific SCREEN SECTION clause rules (syn_screen.at:553): FAILED (syn_screen.at:607) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GnuCOBOL configure 3.0-dev, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure --disable-rpath | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = milo.local | uname -m = x86_64 | uname -r = 17.3.0 | uname -s = Darwin | uname -v = Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 | | /usr/bin/uname -p = i386 | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = Mach kernel version: | Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 | Kernel configured for up to 4 processors. | 2 processors are physically available. | 4 processors are logically available. | Processor type: i486 (Intel 80486) | Processors active: 0 1 2 3 | Primary memory available: 16.00 gigabytes | Default processor set: 322 tasks, 1182 threads, 4 processors | Load average: 3.18, Mach factor: 1.11 | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/sbin | PATH: /sbin | PATH: /Library/TeX/texbin | PATH: /usr/local/share/dotnet | PATH: /opt/X11/bin | PATH: /opt/pkg/sbin | PATH: /opt/pkg/bin | PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands | PATH: /Users/harald/bin | PATH: /opt/bin | PATH: /usr/local/games | PATH: /usr/local/sbin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2469: checking for a BSD-compatible install | configure:2537: result: /usr/bin/install -c | configure:2548: checking whether build environment is sane | configure:2603: result: yes | configure:2754: checking for a thread-safe mkdir -p | configure:2793: result: build_aux/install-sh -c -d | configure:2800: checking for gawk | configure:2830: result: no | configure:2800: checking for mawk | configure:2830: result: no | configure:2800: checking for nawk | configure:2830: result: no | configure:2800: checking for awk | configure:2816: found /usr/bin/awk | configure:2827: result: awk | configure:2838: checking whether make sets $(MAKE) | configure:2860: result: yes | configure:2889: checking whether make supports nested variables | configure:2906: result: yes | configure:3082: checking whether CFLAGS can be modified | configure:3089: result: yes | configure:3244: checking for gcc | configure:3260: found /usr/local/bin/gcc | configure:3271: result: gcc | configure:3302: checking for C compiler version | configure:3311: gcc --version >&5 | gcc (Homebrew GCC 7.2.0_1) 7.2.0 | Copyright (C) 2017 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:3322: $? = 0 | configure:3311: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/7.2.0_1/libexec/gcc/x86_64-apple-darwin17.3.0/7.2.0/lto-wrapper | Target: x86_64-apple-darwin17.3.0 | Configured with: ../configure --build=x86_64-apple-darwin17.3.0 --prefix=/usr/local/Cellar/gcc/7.2.0_1 --libdir=/usr/local/Cellar/gcc/7.2.0_1/lib/gcc/7 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-7 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-checking=release --with-pkgversion='Homebrew GCC 7.2.0_1' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-nls | Thread model: posix | gcc version 7.2.0 (Homebrew GCC 7.2.0_1) | configure:3322: $? = 0 | configure:3311: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3322: $? = 1 | configure:3311: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? | gcc: fatal error: no input files | compilation terminated. | configure:3322: $? = 1 | configure:3342: checking whether the C compiler works | configure:3364: gcc conftest.c >&5 | configure:3368: $? = 0 | configure:3416: result: yes | configure:3419: checking for C compiler default output file name | configure:3421: result: a.out | configure:3427: checking for suffix of executables | configure:3434: gcc -o conftest conftest.c >&5 | configure:3438: $? = 0 | configure:3460: result: | configure:3482: checking whether we are cross compiling | configure:3490: gcc -o conftest conftest.c >&5 | configure:3494: $? = 0 | configure:3501: ./conftest | configure:3505: $? = 0 | configure:3520: result: no | configure:3525: checking for suffix of object files | configure:3547: gcc -c conftest.c >&5 | configure:3551: $? = 0 | configure:3572: result: o | configure:3576: checking whether we are using the GNU C compiler | configure:3595: gcc -c conftest.c >&5 | configure:3595: $? = 0 | configure:3604: result: yes | configure:3613: checking whether gcc accepts -g | configure:3633: gcc -c -g conftest.c >&5 | configure:3633: $? = 0 | configure:3674: result: yes | configure:3691: checking for gcc option to accept ISO C89 | configure:3754: gcc -c -g -O2 conftest.c >&5 | configure:3754: $? = 0 | configure:3767: result: none needed | configure:3792: checking whether gcc understands -c and -o together | configure:3814: gcc -c conftest.c -o conftest2.o | configure:3817: $? = 0 | configure:3814: gcc -c conftest.c -o conftest2.o | configure:3817: $? = 0 | configure:3829: result: yes | configure:3857: checking for style of include used by make | configure:3885: result: GNU | configure:3911: checking dependency style of gcc | configure:4022: result: gcc3 | configure:4041: checking for gcc option to accept ISO C99 | configure:4190: gcc -c -g -O2 conftest.c >&5 | configure:4190: $? = 0 | configure:4203: result: none needed | configure:4311: checking for gcc option to accept ISO Standard C | configure:4322: result: none needed | configure:4335: checking how to run the C preprocessor | configure:4366: gcc -E conftest.c | configure:4366: $? = 0 | configure:4380: gcc -E conftest.c | conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory | #include | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4380: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4405: result: gcc -E | configure:4425: gcc -E conftest.c | configure:4425: $? = 0 | configure:4439: gcc -E conftest.c | conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory | #include | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4439: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4470: checking for grep that handles long lines and -e | configure:4528: result: /usr/bin/grep | configure:4533: checking for egrep | configure:4595: result: /usr/bin/grep -E | configure:4600: checking for ANSI C header files | configure:4620: gcc -c -g -O2 conftest.c >&5 | configure:4620: $? = 0 | configure:4693: gcc -o conftest -g -O2 conftest.c >&5 | configure:4693: $? = 0 | configure:4693: ./conftest | configure:4693: $? = 0 | configure:4704: result: yes | configure:4717: checking for sys/types.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for sys/stat.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for stdlib.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for string.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for memory.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for strings.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for inttypes.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for stdint.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4717: checking for unistd.h | configure:4717: gcc -c -g -O2 conftest.c >&5 | configure:4717: $? = 0 | configure:4717: result: yes | configure:4730: checking minix/config.h usability | configure:4730: gcc -c -g -O2 conftest.c >&5 | conftest.c:56:10: fatal error: minix/config.h: No such file or directory | #include | ^~~~~~~~~~~~~~~~ | compilation terminated. | configure:4730: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4730: result: no | configure:4730: checking minix/config.h presence | configure:4730: gcc -E conftest.c | conftest.c:23:10: fatal error: minix/config.h: No such file or directory | #include | ^~~~~~~~~~~~~~~~ | compilation terminated. | configure:4730: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:4730: result: no | configure:4730: checking for minix/config.h | configure:4730: result: no | configure:4751: checking whether it is safe to define __EXTENSIONS__ | configure:4769: gcc -c -g -O2 conftest.c >&5 | configure:4769: $? = 0 | configure:4776: result: yes | configure:4820: checking build system type | configure:4834: result: x86_64-apple-darwin17.3.0 | configure:4854: checking host system type | configure:4867: result: x86_64-apple-darwin17.3.0 | configure:4908: checking how to print strings | configure:4935: result: printf | configure:4956: checking for a sed that does not truncate output | configure:5020: result: /usr/local/bin/gsed | configure:5038: checking for fgrep | configure:5100: result: /usr/bin/grep -F | configure:5135: checking for ld used by gcc | configure:5202: result: /usr/bin/ld | configure:5209: checking if the linker (/usr/bin/ld) is GNU ld | configure:5224: result: no | configure:5236: checking for BSD- or MS-compatible name lister (nm) | configure:5290: result: /usr/bin/nm -B | configure:5420: checking the name lister (/usr/bin/nm -B) interface | configure:5427: gcc -c -g -O2 conftest.c >&5 | configure:5430: /usr/bin/nm -B "conftest.o" | configure:5433: output | 0000000000000184 S _some_variable | configure:5440: result: BSD nm | configure:5443: checking whether ln -s works | configure:5447: result: yes | configure:5455: checking the maximum length of command line arguments | configure:5586: result: 196608 | configure:5634: checking how to convert x86_64-apple-darwin17.3.0 file names to x86_64-apple-darwin17.3.0 format | configure:5674: result: func_convert_file_noop | configure:5681: checking how to convert x86_64-apple-darwin17.3.0 file names to toolchain format | configure:5701: result: func_convert_file_noop | configure:5708: checking for /usr/bin/ld option to reload object files | configure:5715: result: -r | configure:5789: checking for objdump | configure:5805: found /usr/bin/objdump | configure:5816: result: objdump | configure:5845: checking how to recognize dependent libraries | configure:6045: result: pass_all | configure:6130: checking for dlltool | configure:6160: result: no | configure:6187: checking how to associate runtime and link libraries | configure:6214: result: printf %s\n | configure:6274: checking for ar | configure:6290: found /usr/bin/ar | configure:6301: result: ar | configure:6338: checking for archiver @FILE support | configure:6355: gcc -c -g -O2 conftest.c >&5 | configure:6355: $? = 0 | configure:6358: ar cru libconftest.a @conftest.lst >&5 | ar: @conftest.lst: No such file or directory | configure:6361: $? = 1 | configure:6381: result: no | configure:6439: checking for strip | configure:6455: found /usr/bin/strip | configure:6466: result: strip | configure:6538: checking for ranlib | configure:6554: found /usr/bin/ranlib | configure:6565: result: ranlib | configure:6667: checking command to parse /usr/bin/nm -B output from gcc object | configure:6820: gcc -c -g -O2 conftest.c >&5 | configure:6823: $? = 0 | configure:6827: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6830: $? = 0 | cannot find nm_test_var in conftest.nm | configure:6820: gcc -c -g -O2 conftest.c >&5 | configure:6823: $? = 0 | configure:6827: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6830: $? = 0 | configure:6896: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | warning: (x86_64) could not find object file symbol for symbol _main | configure:6899: $? = 0 | configure:6937: result: ok | configure:6984: checking for sysroot | configure:7014: result: no | configure:7021: checking for a working dd | configure:7059: result: /bin/dd | configure:7063: checking how to truncate binary pipes | configure:7078: result: /bin/dd bs=4096 count=1 | configure:7407: checking for mt | configure:7437: result: no | configure:7457: checking if : is a manifest tool | configure:7463: : '-?' | configure:7471: result: no | configure:7527: checking for dsymutil | configure:7543: found /usr/bin/dsymutil | configure:7554: result: dsymutil | configure:7619: checking for nmedit | configure:7635: found /usr/bin/nmedit | configure:7646: result: nmedit | configure:7711: checking for lipo | configure:7727: found /usr/bin/lipo | configure:7738: result: lipo | configure:7803: checking for otool | configure:7819: found /usr/bin/otool | configure:7830: result: otool | configure:7895: checking for otool64 | configure:7925: result: no | configure:7970: checking for -single_module linker flag | gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | configure:8003: result: yes | configure:8006: checking for -exported_symbols_list linker flag | configure:8026: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | configure:8026: $? = 0 | configure:8036: result: yes | configure:8039: checking for -force_load linker flag | gcc -g -O2 -c -o conftest.o conftest.c | ar cru libconftest.a conftest.o | ranlib libconftest.a | gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | configure:8071: result: yes | configure:8145: checking for dlfcn.h | configure:8145: gcc -c -g -O2 conftest.c >&5 | configure:8145: $? = 0 | configure:8145: result: yes | configure:8698: checking for objdir | configure:8713: result: .libs | configure:8977: checking if gcc supports -fno-rtti -fno-exceptions | configure:8995: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | configure:8999: $? = 0 | configure:9012: result: no | configure:9370: checking for gcc option to produce PIC | configure:9377: result: -fno-common -DPIC | configure:9385: checking if gcc PIC flag -fno-common -DPIC works | configure:9403: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | configure:9407: $? = 0 | configure:9420: result: yes | configure:9449: checking if gcc static flag -static works | configure:9477: result: no | configure:9492: checking if gcc supports -c -o file.o | configure:9513: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:9517: $? = 0 | configure:9539: result: yes | configure:9547: checking if gcc supports -c -o file.o | configure:9594: result: yes | configure:9627: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | configure:10886: result: yes | configure:11126: checking dynamic linker characteristics | configure:11944: result: darwin17.3.0 dyld | configure:12066: checking how to hardcode library paths into programs | configure:12091: result: immediate | configure:12136: checking for dlopen in -ldl | configure:12161: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:12161: $? = 0 | configure:12170: result: yes | configure:12393: checking whether a program can dlopen itself | configure:12473: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | configure:12476: $? = 0 | configure:12494: result: yes | configure:12499: checking whether a statically linked program can dlopen itself | configure:12579: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | configure:12582: $? = 0 | configure:12600: result: yes | configure:12639: checking whether stripping libraries is possible | configure:12653: result: yes | configure:12679: checking if libtool supports shared libraries | configure:12681: result: yes | configure:12684: checking whether to build shared libraries | configure:12709: result: yes | configure:12712: checking whether to build static libraries | configure:12716: result: yes | configure:12754: checking for egrep | configure:12816: result: /usr/bin/grep -E | configure:12827: checking for flex | configure:12843: found /usr/bin/flex | configure:12854: result: flex | configure:12892: flex conftest.l | configure:12896: $? = 0 | configure:12898: checking lex output file root | configure:12912: result: lex.yy | configure:12917: checking lex library | configure:12931: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "_yywrap", referenced from: | _yylex in cceH4dJx.o | _main in cceH4dJx.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:12931: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | | | #line 3 "lex.yy.c" | | | | #define YY_INT_ALIGNED short int | | | | /* A lexical scanner generated by flex */ | | | | #define FLEX_SCANNER | | #define YY_FLEX_MAJOR_VERSION 2 | | #define YY_FLEX_MINOR_VERSION 5 | | #define YY_FLEX_SUBMINOR_VERSION 35 | | #if YY_FLEX_SUBMINOR_VERSION > 0 | | #define FLEX_BETA | | #endif | | | | /* First, we deal with platform-specific or compiler-specific issues. */ | | | | /* begin standard C headers. */ | | #include | | #include | | #include | | #include | | | | /* end standard C headers. */ | | | | /* flex integer type definitions */ | | | | #ifndef FLEXINT_H | | #define FLEXINT_H | | | | /* C99 systems have . Non-C99 systems may or may not. */ | | | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | | * if you want the limit (max/min) macros for int types. | | */ | | #ifndef __STDC_LIMIT_MACROS | | #define __STDC_LIMIT_MACROS 1 | | #endif | | | | #include | | typedef int8_t flex_int8_t; | | typedef uint8_t flex_uint8_t; | | typedef int16_t flex_int16_t; | | typedef uint16_t flex_uint16_t; | | typedef int32_t flex_int32_t; | | typedef uint32_t flex_uint32_t; | | typedef uint64_t flex_uint64_t; | | #else | | typedef signed char flex_int8_t; | | typedef short int flex_int16_t; | | typedef int flex_int32_t; | | typedef unsigned char flex_uint8_t; | | typedef unsigned short int flex_uint16_t; | | typedef unsigned int flex_uint32_t; | | #endif /* ! C99 */ | | | | /* Limits of integral types. */ | | #ifndef INT8_MIN | | #define INT8_MIN (-128) | | #endif | | #ifndef INT16_MIN | | #define INT16_MIN (-32767-1) | | #endif | | #ifndef INT32_MIN | | #define INT32_MIN (-2147483647-1) | | #endif | | #ifndef INT8_MAX | | #define INT8_MAX (127) | | #endif | | #ifndef INT16_MAX | | #define INT16_MAX (32767) | | #endif | | #ifndef INT32_MAX | | #define INT32_MAX (2147483647) | | #endif | | #ifndef UINT8_MAX | | #define UINT8_MAX (255U) | | #endif | | #ifndef UINT16_MAX | | #define UINT16_MAX (65535U) | | #endif | | #ifndef UINT32_MAX | | #define UINT32_MAX (4294967295U) | | #endif | | | | #endif /* ! FLEXINT_H */ | | | | #ifdef __cplusplus | | | | /* The "const" storage-class-modifier is valid. */ | | #define YY_USE_CONST | | | | #else /* ! __cplusplus */ | | | | /* C99 requires __STDC__ to be defined as 1. */ | | #if defined (__STDC__) | | | | #define YY_USE_CONST | | | | #endif /* defined (__STDC__) */ | | #endif /* ! __cplusplus */ | | | | #ifdef YY_USE_CONST | | #define yyconst const | | #else | | #define yyconst | | #endif | | | | /* Returned upon end-of-file. */ | | #define YY_NULL 0 | | | | /* Promotes a possibly negative, possibly signed char to an unsigned | | * integer for use as an array index. If the signed char is negative, | | * we want to instead treat it as an 8-bit unsigned char, hence the | | * double cast. | | */ | | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | | | /* Enter a start condition. This macro really ought to take a parameter, | | * but we do it the disgusting crufty way forced on us by the ()-less | | * definition of BEGIN. | | */ | | #define BEGIN (yy_start) = 1 + 2 * | | | | /* Translate the current start state into a value that can be later handed | | * to BEGIN to return to the state. The YYSTATE alias is for lex | | * compatibility. | | */ | | #define YY_START (((yy_start) - 1) / 2) | | #define YYSTATE YY_START | | | | /* Action number for EOF rule of a given start state. */ | | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | | | /* Special action meaning "start processing a new file". */ | | #define YY_NEW_FILE yyrestart(yyin ) | | | | #define YY_END_OF_BUFFER_CHAR 0 | | | | /* Size of default input buffer. */ | | #ifndef YY_BUF_SIZE | | #define YY_BUF_SIZE 16384 | | #endif | | | | /* The state buf must be large enough to hold one state per character in the main buffer. | | */ | | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | | #define YY_TYPEDEF_YY_BUFFER_STATE | | typedef struct yy_buffer_state *YY_BUFFER_STATE; | | #endif | | | | #ifndef YY_TYPEDEF_YY_SIZE_T | | #define YY_TYPEDEF_YY_SIZE_T | | typedef size_t yy_size_t; | | #endif | | | | extern yy_size_t yyleng; | | | | extern FILE *yyin, *yyout; | | | | #define EOB_ACT_CONTINUE_SCAN 0 | | #define EOB_ACT_END_OF_FILE 1 | | #define EOB_ACT_LAST_MATCH 2 | | | | #define YY_LESS_LINENO(n) | | | | /* Return all but the first "n" matched characters back to the input stream. */ | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | *yy_cp = (yy_hold_char); \ | | YY_RESTORE_YY_MORE_OFFSET \ | | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | | } \ | | while ( 0 ) | | | | #define unput(c) yyunput( c, (yytext_ptr) ) | | | | #ifndef YY_STRUCT_YY_BUFFER_STATE | | #define YY_STRUCT_YY_BUFFER_STATE | | struct yy_buffer_state | | { | | FILE *yy_input_file; | | | | char *yy_ch_buf; /* input buffer */ | | char *yy_buf_pos; /* current position in input buffer */ | | | | /* Size of input buffer in bytes, not including room for EOB | | * characters. | | */ | | yy_size_t yy_buf_size; | | | | /* Number of characters read into yy_ch_buf, not including EOB | | * characters. | | */ | | yy_size_t yy_n_chars; | | | | /* Whether we "own" the buffer - i.e., we know we created it, | | * and can realloc() it to grow it, and should free() it to | | * delete it. | | */ | | int yy_is_our_buffer; | | | | /* Whether this is an "interactive" input source; if so, and | | * if we're using stdio for input, then we want to use getc() | | * instead of fread(), to make sure we stop fetching input after | | * each newline. | | */ | | int yy_is_interactive; | | | | /* Whether we're considered to be at the beginning of a line. | | * If so, '^' rules will be active on the next match, otherwise | | * not. | | */ | | int yy_at_bol; | | | | int yy_bs_lineno; /**< The line count. */ | | int yy_bs_column; /**< The column count. */ | | | | /* Whether to try to fill the input buffer when we reach the | | * end of it. | | */ | | int yy_fill_buffer; | | | | int yy_buffer_status; | | | | #define YY_BUFFER_NEW 0 | | #define YY_BUFFER_NORMAL 1 | | /* When an EOF's been seen but there's still some text to process | | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | | * shouldn't try reading from the input source any more. We might | | * still have a bunch of tokens to match, though, because of | | * possible backing-up. | | * | | * When we actually see the EOF, we change the status to "new" | | * (via yyrestart()), so that the user can continue scanning by | | * just pointing yyin at a new input file. | | */ | | #define YY_BUFFER_EOF_PENDING 2 | | | | }; | | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | | | /* Stack of input buffers. */ | | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | | | /* We provide macros for accessing buffer states in case in the | | * future we want to put the buffer states in a more general | | * "scanner state". | | * | | * Returns the top of the stack, or NULL. | | */ | | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | | : NULL) | | | | /* Same as previous macro, but useful when we know that the buffer stack is not | | * NULL or when we need an lvalue. For internal use only. | | */ | | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | | | /* yy_hold_char holds the character lost when yytext is formed. */ | | static char yy_hold_char; | | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | | yy_size_t yyleng; | | | | /* Points to current character in buffer. */ | | static char *yy_c_buf_p = (char *) 0; | | static int yy_init = 0; /* whether we need to initialize */ | | static int yy_start = 0; /* start state number */ | | | | /* Flag which is used to allow yywrap()'s to do buffer switches | | * instead of setting up a fresh yyin. A bit of a hack ... | | */ | | static int yy_did_buffer_switch_on_eof; | | | | void yyrestart (FILE *input_file ); | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | | void yy_delete_buffer (YY_BUFFER_STATE b ); | | void yy_flush_buffer (YY_BUFFER_STATE b ); | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | | void yypop_buffer_state (void ); | | | | static void yyensure_buffer_stack (void ); | | static void yy_load_buffer_state (void ); | | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | | | void *yyalloc (yy_size_t ); | | void *yyrealloc (void *,yy_size_t ); | | void yyfree (void * ); | | | | #define yy_new_buffer yy_create_buffer | | | | #define yy_set_interactive(is_interactive) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){ \ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | | } | | | | #define yy_set_bol(at_bol) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){\ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | | } | | | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | | | /* Begin user sect3 */ | | | | typedef unsigned char YY_CHAR; | | | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | | | typedef int yy_state_type; | | | | extern int yylineno; | | | | int yylineno = 1; | | | | extern char *yytext; | | #define yytext_ptr yytext | | | | static yy_state_type yy_get_previous_state (void ); | | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | | static int yy_get_next_buffer (void ); | | static void yy_fatal_error (yyconst char msg[] ); | | | | /* Done after the current pattern has been matched and before the | | * corresponding action - sets up yytext. | | */ | | #define YY_DO_BEFORE_ACTION \ | | (yytext_ptr) = yy_bp; \ | | (yytext_ptr) -= (yy_more_len); \ | | yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \ | | (yy_hold_char) = *yy_cp; \ | | *yy_cp = '\0'; \ | | (yy_c_buf_p) = yy_cp; | | | | #define YY_NUM_RULES 8 | | #define YY_END_OF_BUFFER 9 | | /* This struct is not used in this scanner, | | but its presence is necessary. */ | | struct yy_trans_info | | { | | flex_int32_t yy_verify; | | flex_int32_t yy_nxt; | | }; | | static yyconst flex_int16_t yy_acclist[23] = | | { 0, | | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | | 7, 8 | | } ; | | | | static yyconst flex_int16_t yy_accept[14] = | | { 0, | | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | | 20, 23, 23 | | } ; | | | | static yyconst flex_int32_t yy_ec[256] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1 | | } ; | | | | static yyconst flex_int32_t yy_meta[9] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1 | | } ; | | | | static yyconst flex_int16_t yy_base[13] = | | { 0, | | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | | 10, 10 | | } ; | | | | static yyconst flex_int16_t yy_def[13] = | | { 0, | | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | | 12, 0 | | } ; | | | | static yyconst flex_int16_t yy_nxt[19] = | | { 0, | | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | static yyconst flex_int16_t yy_chk[19] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | extern int yy_flex_debug; | | int yy_flex_debug = 0; | | | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | | static char *yy_full_match; | | static int yy_lp; | | #define REJECT \ | | { \ | | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | | ++(yy_lp); \ | | goto find_rule; \ | | } | | | | static int yy_more_flag = 0; | | static int yy_more_len = 0; | | #define yymore() ((yy_more_flag) = 1) | | #define YY_MORE_ADJ (yy_more_len) | | #define YY_RESTORE_YY_MORE_OFFSET | | char *yytext; | | #line 1 "conftest.l" | | #line 469 "lex.yy.c" | | | | #define INITIAL 0 | | | | #ifndef YY_NO_UNISTD_H | | /* Special case for "unistd.h", since it is non-ANSI. We include it way | | * down here because we want the user's section 1 to have been scanned first. | | * The user has a chance to override it with an option. | | */ | | #include | | #endif | | | | #ifndef YY_EXTRA_TYPE | | #define YY_EXTRA_TYPE void * | | #endif | | | | static int yy_init_globals (void ); | | | | /* Accessor methods to globals. | | These are made visible to non-reentrant scanners for convenience. */ | | | | int yylex_destroy (void ); | | | | int yyget_debug (void ); | | | | void yyset_debug (int debug_flag ); | | | | YY_EXTRA_TYPE yyget_extra (void ); | | | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | | | FILE *yyget_in (void ); | | | | void yyset_in (FILE * in_str ); | | | | FILE *yyget_out (void ); | | | | void yyset_out (FILE * out_str ); | | | | yy_size_t yyget_leng (void ); | | | | char *yyget_text (void ); | | | | int yyget_lineno (void ); | | | | void yyset_lineno (int line_number ); | | | | /* Macros after this point can all be overridden by user definitions in | | * section 1. | | */ | | | | #ifndef YY_SKIP_YYWRAP | | #ifdef __cplusplus | | extern "C" int yywrap (void ); | | #else | | extern int yywrap (void ); | | #endif | | #endif | | | | static void yyunput (int c,char *buf_ptr ); | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char *,yyconst char *,int ); | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst char * ); | | #endif | | | | #ifndef YY_NO_INPUT | | | | #ifdef __cplusplus | | static int yyinput (void ); | | #else | | static int input (void ); | | #endif | | | | #endif | | | | /* Amount of stuff to slurp up with each read. */ | | #ifndef YY_READ_BUF_SIZE | | #define YY_READ_BUF_SIZE 8192 | | #endif | | | | /* Copy whatever the last rule matched to the standard output. */ | | #ifndef ECHO | | /* This used to be an fputs(), but since the string might contain NUL's, | | * we now use fwrite(). | | */ | | #define ECHO fwrite( yytext, yyleng, 1, yyout ) | | #endif | | | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | | * is returned in "result". | | */ | | #ifndef YY_INPUT | | #define YY_INPUT(buf,result,max_size) \ | | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | | { \ | | int c = '*'; \ | | yy_size_t n; \ | | for ( n = 0; n < max_size && \ | | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | | buf[n] = (char) c; \ | | if ( c == '\n' ) \ | | buf[n++] = (char) c; \ | | if ( c == EOF && ferror( yyin ) ) \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | result = n; \ | | } \ | | else \ | | { \ | | errno=0; \ | | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | | { \ | | if( errno != EINTR) \ | | { \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | break; \ | | } \ | | errno=0; \ | | clearerr(yyin); \ | | } \ | | }\ | | \ | | | | #endif | | | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | | * we don't want an extra ';' after the "return" because that will cause | | * some compilers to complain about unreachable statements. | | */ | | #ifndef yyterminate | | #define yyterminate() return YY_NULL | | #endif | | | | /* Number of entries by which start-condition stack grows. */ | | #ifndef YY_START_STACK_INCR | | #define YY_START_STACK_INCR 25 | | #endif | | | | /* Report a fatal error. */ | | #ifndef YY_FATAL_ERROR | | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | | #endif | | | | /* end tables serialization structures and prototypes */ | | | | /* Default declaration of generated scanner - a define so the user can | | * easily add parameters. | | */ | | #ifndef YY_DECL | | #define YY_DECL_IS_OURS 1 | | | | extern int yylex (void); | | | | #define YY_DECL int yylex (void) | | #endif /* !YY_DECL */ | | | | /* Code executed at the beginning of each rule, after yytext and yyleng | | * have been set up. | | */ | | #ifndef YY_USER_ACTION | | #define YY_USER_ACTION | | #endif | | | | /* Code executed at the end of each rule. */ | | #ifndef YY_BREAK | | #define YY_BREAK break; | | #endif | | | | #define YY_RULE_SETUP \ | | YY_USER_ACTION | | | | /** The main scanner function which does all the work. | | */ | | YY_DECL | | { | | register yy_state_type yy_current_state; | | register char *yy_cp, *yy_bp; | | register int yy_act; | | | | #line 1 "conftest.l" | | | | #line 653 "lex.yy.c" | | | | if ( !(yy_init) ) | | { | | (yy_init) = 1; | | | | #ifdef YY_USER_INIT | | YY_USER_INIT; | | #endif | | | | /* Create the reject buffer large enough to save one state per allowed character. */ | | if ( ! (yy_state_buf) ) | | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | | if ( ! (yy_state_buf) ) | | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | | | if ( ! (yy_start) ) | | (yy_start) = 1; /* first start state */ | | | | if ( ! yyin ) | | yyin = stdin; | | | | if ( ! yyout ) | | yyout = stdout; | | | | if ( ! YY_CURRENT_BUFFER ) { | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer(yyin,YY_BUF_SIZE ); | | } | | | | yy_load_buffer_state( ); | | } | | | | while ( 1 ) /* loops until end-of-file is reached */ | | { | | (yy_more_len) = 0; | | if ( (yy_more_flag) ) | | { | | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | | (yy_more_flag) = 0; | | } | | yy_cp = (yy_c_buf_p); | | | | /* Support of yytext. */ | | *yy_cp = (yy_hold_char); | | | | /* yy_bp points to the position in yy_ch_buf of the start of | | * the current run. | | */ | | yy_bp = yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | yy_match: | | do | | { | | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | ++yy_cp; | | } | | while ( yy_base[yy_current_state] != 10 ); | | | | yy_find_action: | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | goto find_rule; /* Shut up GCC warning -Wall */ | | find_rule: /* we branch to this label when backing up */ | | for ( ; ; ) /* until we find what rule we matched */ | | { | | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | | { | | yy_act = yy_acclist[(yy_lp)]; | | { | | (yy_full_match) = yy_cp; | | break; | | } | | } | | --yy_cp; | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | } | | | | YY_DO_BEFORE_ACTION; | | | | do_action: /* This label is used only to access EOF actions. */ | | | | switch ( yy_act ) | | { /* beginning of action switch */ | | case 1: | | YY_RULE_SETUP | | #line 2 "conftest.l" | | { ECHO; } | | YY_BREAK | | case 2: | | YY_RULE_SETUP | | #line 3 "conftest.l" | | { REJECT; } | | YY_BREAK | | case 3: | | YY_RULE_SETUP | | #line 4 "conftest.l" | | { yymore (); } | | YY_BREAK | | case 4: | | YY_RULE_SETUP | | #line 5 "conftest.l" | | { yyless (1); } | | YY_BREAK | | case 5: | | YY_RULE_SETUP | | #line 6 "conftest.l" | | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | | yyless ((input () != 0)); } | | YY_BREAK | | case 6: | | YY_RULE_SETUP | | #line 8 "conftest.l" | | { unput (yytext[0]); } | | YY_BREAK | | case 7: | | YY_RULE_SETUP | | #line 9 "conftest.l" | | { BEGIN INITIAL; } | | YY_BREAK | | case 8: | | YY_RULE_SETUP | | #line 10 "conftest.l" | | ECHO; | | YY_BREAK | | #line 793 "lex.yy.c" | | case YY_STATE_EOF(INITIAL): | | yyterminate(); | | | | case YY_END_OF_BUFFER: | | { | | /* Amount of text matched not including the EOB char. */ | | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | | *yy_cp = (yy_hold_char); | | YY_RESTORE_YY_MORE_OFFSET | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | | { | | /* We're scanning a new file or input source. It's | | * possible that this happened because the user | | * just pointed yyin at a new source and called | | * yylex(). If so, then we have to assure | | * consistency between YY_CURRENT_BUFFER and our | | * globals. Here is the right place to do so, because | | * this is the first action (other than possibly a | | * back-up) that will match for the new input source. | | */ | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | | } | | | | /* Note that here we test for yy_c_buf_p "<=" to the position | | * of the first EOB in the buffer, since yy_c_buf_p will | | * already have been incremented past the NUL character | | * (since all states make transitions on EOB to the | | * end-of-buffer state). Contrast this with the test | | * in input(). | | */ | | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | { /* This was really a NUL. */ | | yy_state_type yy_next_state; | | | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | /* Okay, we're now positioned to make the NUL | | * transition. We couldn't have | | * yy_get_previous_state() go ahead and do it | | * for us because it doesn't know how to deal | | * with the possibility of jamming (and we don't | | * want to build jamming into it because then it | | * will run more slowly). | | */ | | | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | | | if ( yy_next_state ) | | { | | /* Consume the NUL. */ | | yy_cp = ++(yy_c_buf_p); | | yy_current_state = yy_next_state; | | goto yy_match; | | } | | | | else | | { | | yy_cp = (yy_c_buf_p); | | goto yy_find_action; | | } | | } | | | | else switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_END_OF_FILE: | | { | | (yy_did_buffer_switch_on_eof) = 0; | | | | if ( yywrap( ) ) | | { | | /* Note: because we've taken care in | | * yy_get_next_buffer() to have set up | | * yytext, we can now set up | | * yy_c_buf_p so that if some total | | * hoser (like flex itself) wants to | | * call the scanner after we return the | | * YY_NULL, it'll still work - another | | * YY_NULL will get returned. | | */ | | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | | | yy_act = YY_STATE_EOF(YY_START); | | goto do_action; | | } | | | | else | | { | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | } | | break; | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = | | (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_match; | | | | case EOB_ACT_LAST_MATCH: | | (yy_c_buf_p) = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_find_action; | | } | | break; | | } | | | | default: | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--no action found" ); | | } /* end of action switch */ | | } /* end of scanning one token */ | | } /* end of yylex */ | | | | /* yy_get_next_buffer - try to read in a new buffer | | * | | * Returns a code representing an action: | | * EOB_ACT_LAST_MATCH - | | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | | * EOB_ACT_END_OF_FILE - end of file | | */ | | static int yy_get_next_buffer (void) | | { | | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | | register char *source = (yytext_ptr); | | register int number_to_move, i; | | int ret_val; | | | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--end of buffer missed" ); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | | { /* Don't try to fill the buffer, so this is an EOF. */ | | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | | { | | /* We matched a single character, the EOB, so | | * treat this as a final EOF. | | */ | | return EOB_ACT_END_OF_FILE; | | } | | | | else | | { | | /* We matched some text prior to the EOB, first | | * process it. | | */ | | return EOB_ACT_LAST_MATCH; | | } | | } | | | | /* Try to read more data. */ | | | | /* First move last chars to start of buffer. */ | | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | | | for ( i = 0; i < number_to_move; ++i ) | | *(dest++) = *(source++); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | | /* don't do the read, it's not guaranteed to return an EOF, | | * just force an EOF | | */ | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | | | else | | { | | yy_size_t num_to_read = | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | | | while ( num_to_read <= 0 ) | | { /* Not enough room in the buffer - grow it. */ | | | | YY_FATAL_ERROR( | | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | | | } | | | | if ( num_to_read > YY_READ_BUF_SIZE ) | | num_to_read = YY_READ_BUF_SIZE; | | | | /* Read in more data. */ | | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | | (yy_n_chars), num_to_read ); | | | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | if ( (yy_n_chars) == 0 ) | | { | | if ( number_to_move == YY_MORE_ADJ ) | | { | | ret_val = EOB_ACT_END_OF_FILE; | | yyrestart(yyin ); | | } | | | | else | | { | | ret_val = EOB_ACT_LAST_MATCH; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | | YY_BUFFER_EOF_PENDING; | | } | | } | | | | else | | ret_val = EOB_ACT_CONTINUE_SCAN; | | | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | | /* Extend the array by 50%, plus the number we really need. */ | | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | | } | | | | (yy_n_chars) += number_to_move; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | | | return ret_val; | | } | | | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | | | static yy_state_type yy_get_previous_state (void) | | { | | register yy_state_type yy_current_state; | | register char *yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | | { | | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | } | | | | return yy_current_state; | | } | | | | /* yy_try_NUL_trans - try to make a transition on the NUL character | | * | | * synopsis | | * next_state = yy_try_NUL_trans( current_state ); | | */ | | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | | { | | register int yy_is_jam; | | | | register YY_CHAR yy_c = 1; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | yy_is_jam = (yy_current_state == 12); | | if ( ! yy_is_jam ) | | *(yy_state_ptr)++ = yy_current_state; | | | | return yy_is_jam ? 0 : yy_current_state; | | } | | | | static void yyunput (int c, register char * yy_bp ) | | { | | register char *yy_cp; | | | | yy_cp = (yy_c_buf_p); | | | | /* undo effects of setting up yytext */ | | *yy_cp = (yy_hold_char); | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | { /* need to shift things up to make room */ | | /* +2 for EOB chars. */ | | register yy_size_t number_to_move = (yy_n_chars) + 2; | | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | | register char *source = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | *--dest = *--source; | | | | yy_cp += (int) (dest - source); | | yy_bp += (int) (dest - source); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | | } | | | | *--yy_cp = (char) c; | | | | (yytext_ptr) = yy_bp; | | (yy_hold_char) = *yy_cp; | | (yy_c_buf_p) = yy_cp; | | } | | | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | | static int yyinput (void) | | #else | | static int input (void) | | #endif | | | | { | | int c; | | | | *(yy_c_buf_p) = (yy_hold_char); | | | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | | { | | /* yy_c_buf_p now points to the character we want to return. | | * If this occurs *before* the EOB characters, then it's a | | * valid NUL; if not, then we've hit the end of the buffer. | | */ | | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | /* This was really a NUL. */ | | *(yy_c_buf_p) = '\0'; | | | | else | | { /* need more input */ | | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | | ++(yy_c_buf_p); | | | | switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_LAST_MATCH: | | /* This happens because yy_g_n_b() | | * sees that we've accumulated a | | * token and flags that we need to | | * try matching the token before | | * proceeding. But for input(), | | * there's no matching to consider. | | * So convert the EOB_ACT_LAST_MATCH | | * to EOB_ACT_END_OF_FILE. | | */ | | | | /* Reset buffer status. */ | | yyrestart(yyin ); | | | | /*FALLTHROUGH*/ | | | | case EOB_ACT_END_OF_FILE: | | { | | if ( yywrap( ) ) | | return 0; | | | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | #ifdef __cplusplus | | return yyinput(); | | #else | | return input(); | | #endif | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = (yytext_ptr) + offset; | | break; | | } | | } | | } | | | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | | (yy_hold_char) = *++(yy_c_buf_p); | | | | return c; | | } | | #endif /* ifndef YY_NO_INPUT */ | | | | /** Immediately switch to a different input stream. | | * @param input_file A readable stream. | | * | | * @note This function does not reset the start condition to @c INITIAL . | | */ | | void yyrestart (FILE * input_file ) | | { | | | | if ( ! YY_CURRENT_BUFFER ){ | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer(yyin,YY_BUF_SIZE ); | | } | | | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | | yy_load_buffer_state( ); | | } | | | | /** Switch to a different input buffer. | | * @param new_buffer The new input buffer. | | * | | */ | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | | { | | | | /* TODO. We should be able to replace this entire function body | | * with | | * yypop_buffer_state(); | | * yypush_buffer_state(new_buffer); | | */ | | yyensure_buffer_stack (); | | if ( YY_CURRENT_BUFFER == new_buffer ) | | return; | | | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | yy_load_buffer_state( ); | | | | /* We don't actually know whether we did this switch during | | * EOF (yywrap()) processing, but the only time this flag | | * is looked at is after yywrap() is called, so it's safe | | * to go ahead and always set it. | | */ | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | static void yy_load_buffer_state (void) | | { | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | | (yy_hold_char) = *(yy_c_buf_p); | | } | | | | /** Allocate and initialize an input buffer state. | | * @param file A readable stream. | | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | | * | | * @return the allocated buffer state. | | */ | | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | | { | | YY_BUFFER_STATE b; | | | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_buf_size = size; | | | | /* yy_ch_buf has to be 2 characters longer than the size given because | | * we need to put in 2 end-of-buffer characters. | | */ | | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | | if ( ! b->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_is_our_buffer = 1; | | | | yy_init_buffer(b,file ); | | | | return b; | | } | | | | /** Destroy the buffer. | | * @param b a buffer created with yy_create_buffer() | | * | | */ | | void yy_delete_buffer (YY_BUFFER_STATE b ) | | { | | | | if ( ! b ) | | return; | | | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | | | if ( b->yy_is_our_buffer ) | | yyfree((void *) b->yy_ch_buf ); | | | | yyfree((void *) b ); | | } | | | | #ifndef __cplusplus | | extern int isatty (int ); | | #endif /* __cplusplus */ | | | | /* Initializes or reinitializes a buffer. | | * This function is sometimes called more than once on the same buffer, | | * such as during a yyrestart() or at EOF. | | */ | | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | | | { | | int oerrno = errno; | | | | yy_flush_buffer(b ); | | | | b->yy_input_file = file; | | b->yy_fill_buffer = 1; | | | | /* If b is the current buffer, then yy_init_buffer was _probably_ | | * called from yyrestart() or through yy_get_next_buffer. | | * In that case, we don't want to reset the lineno or column. | | */ | | if (b != YY_CURRENT_BUFFER){ | | b->yy_bs_lineno = 1; | | b->yy_bs_column = 0; | | } | | | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | | | errno = oerrno; | | } | | | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | | * | | */ | | void yy_flush_buffer (YY_BUFFER_STATE b ) | | { | | if ( ! b ) | | return; | | | | b->yy_n_chars = 0; | | | | /* We always need two end-of-buffer characters. The first causes | | * a transition to the end-of-buffer state. The second causes | | * a jam in that state. | | */ | | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | | | b->yy_at_bol = 1; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | if ( b == YY_CURRENT_BUFFER ) | | yy_load_buffer_state( ); | | } | | | | /** Pushes the new state onto the stack. The new state becomes | | * the current state. This function will allocate the stack | | * if necessary. | | * @param new_buffer The new state. | | * | | */ | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | | { | | if (new_buffer == NULL) | | return; | | | | yyensure_buffer_stack(); | | | | /* This block is copied from yy_switch_to_buffer. */ | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | /* Only push if top exists. Otherwise, replace top. */ | | if (YY_CURRENT_BUFFER) | | (yy_buffer_stack_top)++; | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | | | /* copied from yy_switch_to_buffer. */ | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | /** Removes and deletes the top of the stack, if present. | | * The next element becomes the new top. | | * | | */ | | void yypop_buffer_state (void) | | { | | if (!YY_CURRENT_BUFFER) | | return; | | | | yy_delete_buffer(YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | if ((yy_buffer_stack_top) > 0) | | --(yy_buffer_stack_top); | | | | if (YY_CURRENT_BUFFER) { | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | } | | | | /* Allocates the stack if it does not exist. | | * Guarantees space for at least one push. | | */ | | static void yyensure_buffer_stack (void) | | { | | yy_size_t num_to_alloc; | | | | if (!(yy_buffer_stack)) { | | | | /* First allocation is just for 2 elements, since we don't know if this | | * scanner will even need a stack. We use 2 instead of 1 to avoid an | | * immediate realloc on the next call. | | */ | | num_to_alloc = 1; | | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | | (num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | | | (yy_buffer_stack_max) = num_to_alloc; | | (yy_buffer_stack_top) = 0; | | return; | | } | | | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | | | /* Increase the buffer to prepare for a possible push. */ | | int grow_size = 8 /* arbitrary grow size */; | | | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | | ((yy_buffer_stack), | | num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | /* zero only the new slots.*/ | | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | | } | | } | | | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | | * @param base the character buffer | | * @param size the size in bytes of the character buffer | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | | { | | YY_BUFFER_STATE b; | | | | if ( size < 2 || | | base[size-2] != YY_END_OF_BUFFER_CHAR || | | base[size-1] != YY_END_OF_BUFFER_CHAR ) | | /* They forgot to leave room for the EOB's. */ | | return 0; | | | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | | b->yy_buf_pos = b->yy_ch_buf = base; | | b->yy_is_our_buffer = 0; | | b->yy_input_file = 0; | | b->yy_n_chars = b->yy_buf_size; | | b->yy_is_interactive = 0; | | b->yy_at_bol = 1; | | b->yy_fill_buffer = 0; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | yy_switch_to_buffer(b ); | | | | return b; | | } | | | | /** Setup the input buffer state to scan a string. The next call to yylex() will | | * scan from a @e copy of @a str. | | * @param yystr a NUL-terminated string to scan | | * | | * @return the newly allocated buffer state object. | | * @note If you want to scan bytes that may contain NUL values, then use | | * yy_scan_bytes() instead. | | */ | | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | | { | | | | return yy_scan_bytes(yystr,strlen(yystr) ); | | } | | | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | | * scan from a @e copy of @a bytes. | | * @param bytes the byte buffer to scan | | * @param len the number of bytes in the buffer pointed to by @a bytes. | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | | { | | YY_BUFFER_STATE b; | | char *buf; | | yy_size_t n, i; | | | | /* Get memory for full buffer, including space for trailing EOB's. */ | | n = _yybytes_len + 2; | | buf = (char *) yyalloc(n ); | | if ( ! buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | | | for ( i = 0; i < _yybytes_len; ++i ) | | buf[i] = yybytes[i]; | | | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | | | b = yy_scan_buffer(buf,n ); | | if ( ! b ) | | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | | | /* It's okay to grow etc. this buffer, and we should throw it | | * away when we're done. | | */ | | b->yy_is_our_buffer = 1; | | | | return b; | | } | | | | #ifndef YY_EXIT_FAILURE | | #define YY_EXIT_FAILURE 2 | | #endif | | | | static void yy_fatal_error (yyconst char* msg ) | | { | | (void) fprintf( stderr, "%s\n", msg ); | | exit( YY_EXIT_FAILURE ); | | } | | | | /* Redefine yyless() so it works in section 3 code. */ | | | | #undef yyless | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | yytext[yyleng] = (yy_hold_char); \ | | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | | (yy_hold_char) = *(yy_c_buf_p); \ | | *(yy_c_buf_p) = '\0'; \ | | yyleng = yyless_macro_arg; \ | | } \ | | while ( 0 ) | | | | /* Accessor methods (get/set functions) to struct members. */ | | | | /** Get the current line number. | | * | | */ | | int yyget_lineno (void) | | { | | | | return yylineno; | | } | | | | /** Get the input stream. | | * | | */ | | FILE *yyget_in (void) | | { | | return yyin; | | } | | | | /** Get the output stream. | | * | | */ | | FILE *yyget_out (void) | | { | | return yyout; | | } | | | | /** Get the length of the current token. | | * | | */ | | yy_size_t yyget_leng (void) | | { | | return yyleng; | | } | | | | /** Get the current token. | | * | | */ | | | | char *yyget_text (void) | | { | | return yytext; | | } | | | | /** Set the current line number. | | * @param line_number | | * | | */ | | void yyset_lineno (int line_number ) | | { | | | | yylineno = line_number; | | } | | | | /** Set the input stream. This does not discard the current | | * input buffer. | | * @param in_str A readable stream. | | * | | * @see yy_switch_to_buffer | | */ | | void yyset_in (FILE * in_str ) | | { | | yyin = in_str ; | | } | | | | void yyset_out (FILE * out_str ) | | { | | yyout = out_str ; | | } | | | | int yyget_debug (void) | | { | | return yy_flex_debug; | | } | | | | void yyset_debug (int bdebug ) | | { | | yy_flex_debug = bdebug ; | | } | | | | static int yy_init_globals (void) | | { | | /* Initialization is the same as for the non-reentrant scanner. | | * This function is called from yylex_destroy(), so don't allocate here. | | */ | | | | (yy_buffer_stack) = 0; | | (yy_buffer_stack_top) = 0; | | (yy_buffer_stack_max) = 0; | | (yy_c_buf_p) = (char *) 0; | | (yy_init) = 0; | | (yy_start) = 0; | | | | (yy_state_buf) = 0; | | (yy_state_ptr) = 0; | | (yy_full_match) = 0; | | (yy_lp) = 0; | | | | /* Defined in main.c */ | | #ifdef YY_STDINIT | | yyin = stdin; | | yyout = stdout; | | #else | | yyin = (FILE *) 0; | | yyout = (FILE *) 0; | | #endif | | | | /* For future reference: Set errno on error, since we are called by | | * yylex_init() | | */ | | return 0; | | } | | | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | | int yylex_destroy (void) | | { | | | | /* Pop the buffer stack, destroying each element. */ | | while(YY_CURRENT_BUFFER){ | | yy_delete_buffer(YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | yypop_buffer_state(); | | } | | | | /* Destroy the stack itself. */ | | yyfree((yy_buffer_stack) ); | | (yy_buffer_stack) = NULL; | | | | yyfree ( (yy_state_buf) ); | | (yy_state_buf) = NULL; | | | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | | * yylex() is called, initialization will occur. */ | | yy_init_globals( ); | | | | return 0; | | } | | | | /* | | * Internal utility routines. | | */ | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | | { | | register int i; | | for ( i = 0; i < n; ++i ) | | s1[i] = s2[i]; | | } | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst char * s ) | | { | | register int n; | | for ( n = 0; s[n]; ++n ) | | ; | | | | return n; | | } | | #endif | | | | void *yyalloc (yy_size_t size ) | | { | | return (void *) malloc( size ); | | } | | | | void *yyrealloc (void * ptr, yy_size_t size ) | | { | | /* The cast to (char *) in the following accommodates both | | * implementations that use char* generic pointers, and those | | * that use void* generic pointers. It works with the latter | | * because both ANSI C and C++ allow castless assignment from | | * any pointer type to void*, and deal with argument conversions | | * as though doing an assignment. | | */ | | return (void *) realloc( (char *) ptr, size ); | | } | | | | void yyfree (void * ptr ) | | { | | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | | } | | | | #define YYTABLES_NAME "yytables" | | | | #line 10 "conftest.l" | | | | | | #ifdef YYTEXT_POINTER | | extern char *yytext; | | #endif | | int | | main (void) | | { | | return ! yylex () + ! yywrap (); | | } | configure:12931: gcc -o conftest -g -O2 conftest.c -lfl >&5 | ld: library not found for -lfl | collect2: error: ld returned 1 exit status | configure:12931: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | | | #line 3 "lex.yy.c" | | | | #define YY_INT_ALIGNED short int | | | | /* A lexical scanner generated by flex */ | | | | #define FLEX_SCANNER | | #define YY_FLEX_MAJOR_VERSION 2 | | #define YY_FLEX_MINOR_VERSION 5 | | #define YY_FLEX_SUBMINOR_VERSION 35 | | #if YY_FLEX_SUBMINOR_VERSION > 0 | | #define FLEX_BETA | | #endif | | | | /* First, we deal with platform-specific or compiler-specific issues. */ | | | | /* begin standard C headers. */ | | #include | | #include | | #include | | #include | | | | /* end standard C headers. */ | | | | /* flex integer type definitions */ | | | | #ifndef FLEXINT_H | | #define FLEXINT_H | | | | /* C99 systems have . Non-C99 systems may or may not. */ | | | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | | * if you want the limit (max/min) macros for int types. | | */ | | #ifndef __STDC_LIMIT_MACROS | | #define __STDC_LIMIT_MACROS 1 | | #endif | | | | #include | | typedef int8_t flex_int8_t; | | typedef uint8_t flex_uint8_t; | | typedef int16_t flex_int16_t; | | typedef uint16_t flex_uint16_t; | | typedef int32_t flex_int32_t; | | typedef uint32_t flex_uint32_t; | | typedef uint64_t flex_uint64_t; | | #else | | typedef signed char flex_int8_t; | | typedef short int flex_int16_t; | | typedef int flex_int32_t; | | typedef unsigned char flex_uint8_t; | | typedef unsigned short int flex_uint16_t; | | typedef unsigned int flex_uint32_t; | | #endif /* ! C99 */ | | | | /* Limits of integral types. */ | | #ifndef INT8_MIN | | #define INT8_MIN (-128) | | #endif | | #ifndef INT16_MIN | | #define INT16_MIN (-32767-1) | | #endif | | #ifndef INT32_MIN | | #define INT32_MIN (-2147483647-1) | | #endif | | #ifndef INT8_MAX | | #define INT8_MAX (127) | | #endif | | #ifndef INT16_MAX | | #define INT16_MAX (32767) | | #endif | | #ifndef INT32_MAX | | #define INT32_MAX (2147483647) | | #endif | | #ifndef UINT8_MAX | | #define UINT8_MAX (255U) | | #endif | | #ifndef UINT16_MAX | | #define UINT16_MAX (65535U) | | #endif | | #ifndef UINT32_MAX | | #define UINT32_MAX (4294967295U) | | #endif | | | | #endif /* ! FLEXINT_H */ | | | | #ifdef __cplusplus | | | | /* The "const" storage-class-modifier is valid. */ | | #define YY_USE_CONST | | | | #else /* ! __cplusplus */ | | | | /* C99 requires __STDC__ to be defined as 1. */ | | #if defined (__STDC__) | | | | #define YY_USE_CONST | | | | #endif /* defined (__STDC__) */ | | #endif /* ! __cplusplus */ | | | | #ifdef YY_USE_CONST | | #define yyconst const | | #else | | #define yyconst | | #endif | | | | /* Returned upon end-of-file. */ | | #define YY_NULL 0 | | | | /* Promotes a possibly negative, possibly signed char to an unsigned | | * integer for use as an array index. If the signed char is negative, | | * we want to instead treat it as an 8-bit unsigned char, hence the | | * double cast. | | */ | | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | | | /* Enter a start condition. This macro really ought to take a parameter, | | * but we do it the disgusting crufty way forced on us by the ()-less | | * definition of BEGIN. | | */ | | #define BEGIN (yy_start) = 1 + 2 * | | | | /* Translate the current start state into a value that can be later handed | | * to BEGIN to return to the state. The YYSTATE alias is for lex | | * compatibility. | | */ | | #define YY_START (((yy_start) - 1) / 2) | | #define YYSTATE YY_START | | | | /* Action number for EOF rule of a given start state. */ | | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | | | /* Special action meaning "start processing a new file". */ | | #define YY_NEW_FILE yyrestart(yyin ) | | | | #define YY_END_OF_BUFFER_CHAR 0 | | | | /* Size of default input buffer. */ | | #ifndef YY_BUF_SIZE | | #define YY_BUF_SIZE 16384 | | #endif | | | | /* The state buf must be large enough to hold one state per character in the main buffer. | | */ | | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | | #define YY_TYPEDEF_YY_BUFFER_STATE | | typedef struct yy_buffer_state *YY_BUFFER_STATE; | | #endif | | | | #ifndef YY_TYPEDEF_YY_SIZE_T | | #define YY_TYPEDEF_YY_SIZE_T | | typedef size_t yy_size_t; | | #endif | | | | extern yy_size_t yyleng; | | | | extern FILE *yyin, *yyout; | | | | #define EOB_ACT_CONTINUE_SCAN 0 | | #define EOB_ACT_END_OF_FILE 1 | | #define EOB_ACT_LAST_MATCH 2 | | | | #define YY_LESS_LINENO(n) | | | | /* Return all but the first "n" matched characters back to the input stream. */ | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | *yy_cp = (yy_hold_char); \ | | YY_RESTORE_YY_MORE_OFFSET \ | | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | | } \ | | while ( 0 ) | | | | #define unput(c) yyunput( c, (yytext_ptr) ) | | | | #ifndef YY_STRUCT_YY_BUFFER_STATE | | #define YY_STRUCT_YY_BUFFER_STATE | | struct yy_buffer_state | | { | | FILE *yy_input_file; | | | | char *yy_ch_buf; /* input buffer */ | | char *yy_buf_pos; /* current position in input buffer */ | | | | /* Size of input buffer in bytes, not including room for EOB | | * characters. | | */ | | yy_size_t yy_buf_size; | | | | /* Number of characters read into yy_ch_buf, not including EOB | | * characters. | | */ | | yy_size_t yy_n_chars; | | | | /* Whether we "own" the buffer - i.e., we know we created it, | | * and can realloc() it to grow it, and should free() it to | | * delete it. | | */ | | int yy_is_our_buffer; | | | | /* Whether this is an "interactive" input source; if so, and | | * if we're using stdio for input, then we want to use getc() | | * instead of fread(), to make sure we stop fetching input after | | * each newline. | | */ | | int yy_is_interactive; | | | | /* Whether we're considered to be at the beginning of a line. | | * If so, '^' rules will be active on the next match, otherwise | | * not. | | */ | | int yy_at_bol; | | | | int yy_bs_lineno; /**< The line count. */ | | int yy_bs_column; /**< The column count. */ | | | | /* Whether to try to fill the input buffer when we reach the | | * end of it. | | */ | | int yy_fill_buffer; | | | | int yy_buffer_status; | | | | #define YY_BUFFER_NEW 0 | | #define YY_BUFFER_NORMAL 1 | | /* When an EOF's been seen but there's still some text to process | | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | | * shouldn't try reading from the input source any more. We might | | * still have a bunch of tokens to match, though, because of | | * possible backing-up. | | * | | * When we actually see the EOF, we change the status to "new" | | * (via yyrestart()), so that the user can continue scanning by | | * just pointing yyin at a new input file. | | */ | | #define YY_BUFFER_EOF_PENDING 2 | | | | }; | | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | | | /* Stack of input buffers. */ | | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | | | /* We provide macros for accessing buffer states in case in the | | * future we want to put the buffer states in a more general | | * "scanner state". | | * | | * Returns the top of the stack, or NULL. | | */ | | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | | : NULL) | | | | /* Same as previous macro, but useful when we know that the buffer stack is not | | * NULL or when we need an lvalue. For internal use only. | | */ | | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | | | /* yy_hold_char holds the character lost when yytext is formed. */ | | static char yy_hold_char; | | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | | yy_size_t yyleng; | | | | /* Points to current character in buffer. */ | | static char *yy_c_buf_p = (char *) 0; | | static int yy_init = 0; /* whether we need to initialize */ | | static int yy_start = 0; /* start state number */ | | | | /* Flag which is used to allow yywrap()'s to do buffer switches | | * instead of setting up a fresh yyin. A bit of a hack ... | | */ | | static int yy_did_buffer_switch_on_eof; | | | | void yyrestart (FILE *input_file ); | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | | void yy_delete_buffer (YY_BUFFER_STATE b ); | | void yy_flush_buffer (YY_BUFFER_STATE b ); | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | | void yypop_buffer_state (void ); | | | | static void yyensure_buffer_stack (void ); | | static void yy_load_buffer_state (void ); | | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | | | void *yyalloc (yy_size_t ); | | void *yyrealloc (void *,yy_size_t ); | | void yyfree (void * ); | | | | #define yy_new_buffer yy_create_buffer | | | | #define yy_set_interactive(is_interactive) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){ \ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | | } | | | | #define yy_set_bol(at_bol) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){\ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | | } | | | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | | | /* Begin user sect3 */ | | | | typedef unsigned char YY_CHAR; | | | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | | | typedef int yy_state_type; | | | | extern int yylineno; | | | | int yylineno = 1; | | | | extern char *yytext; | | #define yytext_ptr yytext | | | | static yy_state_type yy_get_previous_state (void ); | | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | | static int yy_get_next_buffer (void ); | | static void yy_fatal_error (yyconst char msg[] ); | | | | /* Done after the current pattern has been matched and before the | | * corresponding action - sets up yytext. | | */ | | #define YY_DO_BEFORE_ACTION \ | | (yytext_ptr) = yy_bp; \ | | (yytext_ptr) -= (yy_more_len); \ | | yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \ | | (yy_hold_char) = *yy_cp; \ | | *yy_cp = '\0'; \ | | (yy_c_buf_p) = yy_cp; | | | | #define YY_NUM_RULES 8 | | #define YY_END_OF_BUFFER 9 | | /* This struct is not used in this scanner, | | but its presence is necessary. */ | | struct yy_trans_info | | { | | flex_int32_t yy_verify; | | flex_int32_t yy_nxt; | | }; | | static yyconst flex_int16_t yy_acclist[23] = | | { 0, | | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | | 7, 8 | | } ; | | | | static yyconst flex_int16_t yy_accept[14] = | | { 0, | | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | | 20, 23, 23 | | } ; | | | | static yyconst flex_int32_t yy_ec[256] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1 | | } ; | | | | static yyconst flex_int32_t yy_meta[9] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1 | | } ; | | | | static yyconst flex_int16_t yy_base[13] = | | { 0, | | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | | 10, 10 | | } ; | | | | static yyconst flex_int16_t yy_def[13] = | | { 0, | | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | | 12, 0 | | } ; | | | | static yyconst flex_int16_t yy_nxt[19] = | | { 0, | | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | static yyconst flex_int16_t yy_chk[19] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | extern int yy_flex_debug; | | int yy_flex_debug = 0; | | | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | | static char *yy_full_match; | | static int yy_lp; | | #define REJECT \ | | { \ | | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | | ++(yy_lp); \ | | goto find_rule; \ | | } | | | | static int yy_more_flag = 0; | | static int yy_more_len = 0; | | #define yymore() ((yy_more_flag) = 1) | | #define YY_MORE_ADJ (yy_more_len) | | #define YY_RESTORE_YY_MORE_OFFSET | | char *yytext; | | #line 1 "conftest.l" | | #line 469 "lex.yy.c" | | | | #define INITIAL 0 | | | | #ifndef YY_NO_UNISTD_H | | /* Special case for "unistd.h", since it is non-ANSI. We include it way | | * down here because we want the user's section 1 to have been scanned first. | | * The user has a chance to override it with an option. | | */ | | #include | | #endif | | | | #ifndef YY_EXTRA_TYPE | | #define YY_EXTRA_TYPE void * | | #endif | | | | static int yy_init_globals (void ); | | | | /* Accessor methods to globals. | | These are made visible to non-reentrant scanners for convenience. */ | | | | int yylex_destroy (void ); | | | | int yyget_debug (void ); | | | | void yyset_debug (int debug_flag ); | | | | YY_EXTRA_TYPE yyget_extra (void ); | | | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | | | FILE *yyget_in (void ); | | | | void yyset_in (FILE * in_str ); | | | | FILE *yyget_out (void ); | | | | void yyset_out (FILE * out_str ); | | | | yy_size_t yyget_leng (void ); | | | | char *yyget_text (void ); | | | | int yyget_lineno (void ); | | | | void yyset_lineno (int line_number ); | | | | /* Macros after this point can all be overridden by user definitions in | | * section 1. | | */ | | | | #ifndef YY_SKIP_YYWRAP | | #ifdef __cplusplus | | extern "C" int yywrap (void ); | | #else | | extern int yywrap (void ); | | #endif | | #endif | | | | static void yyunput (int c,char *buf_ptr ); | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char *,yyconst char *,int ); | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst char * ); | | #endif | | | | #ifndef YY_NO_INPUT | | | | #ifdef __cplusplus | | static int yyinput (void ); | | #else | | static int input (void ); | | #endif | | | | #endif | | | | /* Amount of stuff to slurp up with each read. */ | | #ifndef YY_READ_BUF_SIZE | | #define YY_READ_BUF_SIZE 8192 | | #endif | | | | /* Copy whatever the last rule matched to the standard output. */ | | #ifndef ECHO | | /* This used to be an fputs(), but since the string might contain NUL's, | | * we now use fwrite(). | | */ | | #define ECHO fwrite( yytext, yyleng, 1, yyout ) | | #endif | | | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | | * is returned in "result". | | */ | | #ifndef YY_INPUT | | #define YY_INPUT(buf,result,max_size) \ | | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | | { \ | | int c = '*'; \ | | yy_size_t n; \ | | for ( n = 0; n < max_size && \ | | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | | buf[n] = (char) c; \ | | if ( c == '\n' ) \ | | buf[n++] = (char) c; \ | | if ( c == EOF && ferror( yyin ) ) \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | result = n; \ | | } \ | | else \ | | { \ | | errno=0; \ | | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | | { \ | | if( errno != EINTR) \ | | { \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | break; \ | | } \ | | errno=0; \ | | clearerr(yyin); \ | | } \ | | }\ | | \ | | | | #endif | | | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | | * we don't want an extra ';' after the "return" because that will cause | | * some compilers to complain about unreachable statements. | | */ | | #ifndef yyterminate | | #define yyterminate() return YY_NULL | | #endif | | | | /* Number of entries by which start-condition stack grows. */ | | #ifndef YY_START_STACK_INCR | | #define YY_START_STACK_INCR 25 | | #endif | | | | /* Report a fatal error. */ | | #ifndef YY_FATAL_ERROR | | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | | #endif | | | | /* end tables serialization structures and prototypes */ | | | | /* Default declaration of generated scanner - a define so the user can | | * easily add parameters. | | */ | | #ifndef YY_DECL | | #define YY_DECL_IS_OURS 1 | | | | extern int yylex (void); | | | | #define YY_DECL int yylex (void) | | #endif /* !YY_DECL */ | | | | /* Code executed at the beginning of each rule, after yytext and yyleng | | * have been set up. | | */ | | #ifndef YY_USER_ACTION | | #define YY_USER_ACTION | | #endif | | | | /* Code executed at the end of each rule. */ | | #ifndef YY_BREAK | | #define YY_BREAK break; | | #endif | | | | #define YY_RULE_SETUP \ | | YY_USER_ACTION | | | | /** The main scanner function which does all the work. | | */ | | YY_DECL | | { | | register yy_state_type yy_current_state; | | register char *yy_cp, *yy_bp; | | register int yy_act; | | | | #line 1 "conftest.l" | | | | #line 653 "lex.yy.c" | | | | if ( !(yy_init) ) | | { | | (yy_init) = 1; | | | | #ifdef YY_USER_INIT | | YY_USER_INIT; | | #endif | | | | /* Create the reject buffer large enough to save one state per allowed character. */ | | if ( ! (yy_state_buf) ) | | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | | if ( ! (yy_state_buf) ) | | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | | | if ( ! (yy_start) ) | | (yy_start) = 1; /* first start state */ | | | | if ( ! yyin ) | | yyin = stdin; | | | | if ( ! yyout ) | | yyout = stdout; | | | | if ( ! YY_CURRENT_BUFFER ) { | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer(yyin,YY_BUF_SIZE ); | | } | | | | yy_load_buffer_state( ); | | } | | | | while ( 1 ) /* loops until end-of-file is reached */ | | { | | (yy_more_len) = 0; | | if ( (yy_more_flag) ) | | { | | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | | (yy_more_flag) = 0; | | } | | yy_cp = (yy_c_buf_p); | | | | /* Support of yytext. */ | | *yy_cp = (yy_hold_char); | | | | /* yy_bp points to the position in yy_ch_buf of the start of | | * the current run. | | */ | | yy_bp = yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | yy_match: | | do | | { | | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | ++yy_cp; | | } | | while ( yy_base[yy_current_state] != 10 ); | | | | yy_find_action: | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | goto find_rule; /* Shut up GCC warning -Wall */ | | find_rule: /* we branch to this label when backing up */ | | for ( ; ; ) /* until we find what rule we matched */ | | { | | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | | { | | yy_act = yy_acclist[(yy_lp)]; | | { | | (yy_full_match) = yy_cp; | | break; | | } | | } | | --yy_cp; | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | } | | | | YY_DO_BEFORE_ACTION; | | | | do_action: /* This label is used only to access EOF actions. */ | | | | switch ( yy_act ) | | { /* beginning of action switch */ | | case 1: | | YY_RULE_SETUP | | #line 2 "conftest.l" | | { ECHO; } | | YY_BREAK | | case 2: | | YY_RULE_SETUP | | #line 3 "conftest.l" | | { REJECT; } | | YY_BREAK | | case 3: | | YY_RULE_SETUP | | #line 4 "conftest.l" | | { yymore (); } | | YY_BREAK | | case 4: | | YY_RULE_SETUP | | #line 5 "conftest.l" | | { yyless (1); } | | YY_BREAK | | case 5: | | YY_RULE_SETUP | | #line 6 "conftest.l" | | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | | yyless ((input () != 0)); } | | YY_BREAK | | case 6: | | YY_RULE_SETUP | | #line 8 "conftest.l" | | { unput (yytext[0]); } | | YY_BREAK | | case 7: | | YY_RULE_SETUP | | #line 9 "conftest.l" | | { BEGIN INITIAL; } | | YY_BREAK | | case 8: | | YY_RULE_SETUP | | #line 10 "conftest.l" | | ECHO; | | YY_BREAK | | #line 793 "lex.yy.c" | | case YY_STATE_EOF(INITIAL): | | yyterminate(); | | | | case YY_END_OF_BUFFER: | | { | | /* Amount of text matched not including the EOB char. */ | | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | | *yy_cp = (yy_hold_char); | | YY_RESTORE_YY_MORE_OFFSET | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | | { | | /* We're scanning a new file or input source. It's | | * possible that this happened because the user | | * just pointed yyin at a new source and called | | * yylex(). If so, then we have to assure | | * consistency between YY_CURRENT_BUFFER and our | | * globals. Here is the right place to do so, because | | * this is the first action (other than possibly a | | * back-up) that will match for the new input source. | | */ | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | | } | | | | /* Note that here we test for yy_c_buf_p "<=" to the position | | * of the first EOB in the buffer, since yy_c_buf_p will | | * already have been incremented past the NUL character | | * (since all states make transitions on EOB to the | | * end-of-buffer state). Contrast this with the test | | * in input(). | | */ | | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | { /* This was really a NUL. */ | | yy_state_type yy_next_state; | | | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | /* Okay, we're now positioned to make the NUL | | * transition. We couldn't have | | * yy_get_previous_state() go ahead and do it | | * for us because it doesn't know how to deal | | * with the possibility of jamming (and we don't | | * want to build jamming into it because then it | | * will run more slowly). | | */ | | | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | | | if ( yy_next_state ) | | { | | /* Consume the NUL. */ | | yy_cp = ++(yy_c_buf_p); | | yy_current_state = yy_next_state; | | goto yy_match; | | } | | | | else | | { | | yy_cp = (yy_c_buf_p); | | goto yy_find_action; | | } | | } | | | | else switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_END_OF_FILE: | | { | | (yy_did_buffer_switch_on_eof) = 0; | | | | if ( yywrap( ) ) | | { | | /* Note: because we've taken care in | | * yy_get_next_buffer() to have set up | | * yytext, we can now set up | | * yy_c_buf_p so that if some total | | * hoser (like flex itself) wants to | | * call the scanner after we return the | | * YY_NULL, it'll still work - another | | * YY_NULL will get returned. | | */ | | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | | | yy_act = YY_STATE_EOF(YY_START); | | goto do_action; | | } | | | | else | | { | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | } | | break; | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = | | (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_match; | | | | case EOB_ACT_LAST_MATCH: | | (yy_c_buf_p) = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_find_action; | | } | | break; | | } | | | | default: | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--no action found" ); | | } /* end of action switch */ | | } /* end of scanning one token */ | | } /* end of yylex */ | | | | /* yy_get_next_buffer - try to read in a new buffer | | * | | * Returns a code representing an action: | | * EOB_ACT_LAST_MATCH - | | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | | * EOB_ACT_END_OF_FILE - end of file | | */ | | static int yy_get_next_buffer (void) | | { | | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | | register char *source = (yytext_ptr); | | register int number_to_move, i; | | int ret_val; | | | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--end of buffer missed" ); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | | { /* Don't try to fill the buffer, so this is an EOF. */ | | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | | { | | /* We matched a single character, the EOB, so | | * treat this as a final EOF. | | */ | | return EOB_ACT_END_OF_FILE; | | } | | | | else | | { | | /* We matched some text prior to the EOB, first | | * process it. | | */ | | return EOB_ACT_LAST_MATCH; | | } | | } | | | | /* Try to read more data. */ | | | | /* First move last chars to start of buffer. */ | | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | | | for ( i = 0; i < number_to_move; ++i ) | | *(dest++) = *(source++); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | | /* don't do the read, it's not guaranteed to return an EOF, | | * just force an EOF | | */ | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | | | else | | { | | yy_size_t num_to_read = | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | | | while ( num_to_read <= 0 ) | | { /* Not enough room in the buffer - grow it. */ | | | | YY_FATAL_ERROR( | | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | | | } | | | | if ( num_to_read > YY_READ_BUF_SIZE ) | | num_to_read = YY_READ_BUF_SIZE; | | | | /* Read in more data. */ | | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | | (yy_n_chars), num_to_read ); | | | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | if ( (yy_n_chars) == 0 ) | | { | | if ( number_to_move == YY_MORE_ADJ ) | | { | | ret_val = EOB_ACT_END_OF_FILE; | | yyrestart(yyin ); | | } | | | | else | | { | | ret_val = EOB_ACT_LAST_MATCH; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | | YY_BUFFER_EOF_PENDING; | | } | | } | | | | else | | ret_val = EOB_ACT_CONTINUE_SCAN; | | | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | | /* Extend the array by 50%, plus the number we really need. */ | | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | | } | | | | (yy_n_chars) += number_to_move; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | | | return ret_val; | | } | | | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | | | static yy_state_type yy_get_previous_state (void) | | { | | register yy_state_type yy_current_state; | | register char *yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | | { | | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | } | | | | return yy_current_state; | | } | | | | /* yy_try_NUL_trans - try to make a transition on the NUL character | | * | | * synopsis | | * next_state = yy_try_NUL_trans( current_state ); | | */ | | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | | { | | register int yy_is_jam; | | | | register YY_CHAR yy_c = 1; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | yy_is_jam = (yy_current_state == 12); | | if ( ! yy_is_jam ) | | *(yy_state_ptr)++ = yy_current_state; | | | | return yy_is_jam ? 0 : yy_current_state; | | } | | | | static void yyunput (int c, register char * yy_bp ) | | { | | register char *yy_cp; | | | | yy_cp = (yy_c_buf_p); | | | | /* undo effects of setting up yytext */ | | *yy_cp = (yy_hold_char); | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | { /* need to shift things up to make room */ | | /* +2 for EOB chars. */ | | register yy_size_t number_to_move = (yy_n_chars) + 2; | | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | | register char *source = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | *--dest = *--source; | | | | yy_cp += (int) (dest - source); | | yy_bp += (int) (dest - source); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | | } | | | | *--yy_cp = (char) c; | | | | (yytext_ptr) = yy_bp; | | (yy_hold_char) = *yy_cp; | | (yy_c_buf_p) = yy_cp; | | } | | | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | | static int yyinput (void) | | #else | | static int input (void) | | #endif | | | | { | | int c; | | | | *(yy_c_buf_p) = (yy_hold_char); | | | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | | { | | /* yy_c_buf_p now points to the character we want to return. | | * If this occurs *before* the EOB characters, then it's a | | * valid NUL; if not, then we've hit the end of the buffer. | | */ | | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | /* This was really a NUL. */ | | *(yy_c_buf_p) = '\0'; | | | | else | | { /* need more input */ | | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | | ++(yy_c_buf_p); | | | | switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_LAST_MATCH: | | /* This happens because yy_g_n_b() | | * sees that we've accumulated a | | * token and flags that we need to | | * try matching the token before | | * proceeding. But for input(), | | * there's no matching to consider. | | * So convert the EOB_ACT_LAST_MATCH | | * to EOB_ACT_END_OF_FILE. | | */ | | | | /* Reset buffer status. */ | | yyrestart(yyin ); | | | | /*FALLTHROUGH*/ | | | | case EOB_ACT_END_OF_FILE: | | { | | if ( yywrap( ) ) | | return 0; | | | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | #ifdef __cplusplus | | return yyinput(); | | #else | | return input(); | | #endif | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = (yytext_ptr) + offset; | | break; | | } | | } | | } | | | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | | (yy_hold_char) = *++(yy_c_buf_p); | | | | return c; | | } | | #endif /* ifndef YY_NO_INPUT */ | | | | /** Immediately switch to a different input stream. | | * @param input_file A readable stream. | | * | | * @note This function does not reset the start condition to @c INITIAL . | | */ | | void yyrestart (FILE * input_file ) | | { | | | | if ( ! YY_CURRENT_BUFFER ){ | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer(yyin,YY_BUF_SIZE ); | | } | | | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | | yy_load_buffer_state( ); | | } | | | | /** Switch to a different input buffer. | | * @param new_buffer The new input buffer. | | * | | */ | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | | { | | | | /* TODO. We should be able to replace this entire function body | | * with | | * yypop_buffer_state(); | | * yypush_buffer_state(new_buffer); | | */ | | yyensure_buffer_stack (); | | if ( YY_CURRENT_BUFFER == new_buffer ) | | return; | | | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | yy_load_buffer_state( ); | | | | /* We don't actually know whether we did this switch during | | * EOF (yywrap()) processing, but the only time this flag | | * is looked at is after yywrap() is called, so it's safe | | * to go ahead and always set it. | | */ | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | static void yy_load_buffer_state (void) | | { | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | | (yy_hold_char) = *(yy_c_buf_p); | | } | | | | /** Allocate and initialize an input buffer state. | | * @param file A readable stream. | | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | | * | | * @return the allocated buffer state. | | */ | | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | | { | | YY_BUFFER_STATE b; | | | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_buf_size = size; | | | | /* yy_ch_buf has to be 2 characters longer than the size given because | | * we need to put in 2 end-of-buffer characters. | | */ | | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | | if ( ! b->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_is_our_buffer = 1; | | | | yy_init_buffer(b,file ); | | | | return b; | | } | | | | /** Destroy the buffer. | | * @param b a buffer created with yy_create_buffer() | | * | | */ | | void yy_delete_buffer (YY_BUFFER_STATE b ) | | { | | | | if ( ! b ) | | return; | | | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | | | if ( b->yy_is_our_buffer ) | | yyfree((void *) b->yy_ch_buf ); | | | | yyfree((void *) b ); | | } | | | | #ifndef __cplusplus | | extern int isatty (int ); | | #endif /* __cplusplus */ | | | | /* Initializes or reinitializes a buffer. | | * This function is sometimes called more than once on the same buffer, | | * such as during a yyrestart() or at EOF. | | */ | | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | | | { | | int oerrno = errno; | | | | yy_flush_buffer(b ); | | | | b->yy_input_file = file; | | b->yy_fill_buffer = 1; | | | | /* If b is the current buffer, then yy_init_buffer was _probably_ | | * called from yyrestart() or through yy_get_next_buffer. | | * In that case, we don't want to reset the lineno or column. | | */ | | if (b != YY_CURRENT_BUFFER){ | | b->yy_bs_lineno = 1; | | b->yy_bs_column = 0; | | } | | | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | | | errno = oerrno; | | } | | | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | | * | | */ | | void yy_flush_buffer (YY_BUFFER_STATE b ) | | { | | if ( ! b ) | | return; | | | | b->yy_n_chars = 0; | | | | /* We always need two end-of-buffer characters. The first causes | | * a transition to the end-of-buffer state. The second causes | | * a jam in that state. | | */ | | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | | | b->yy_at_bol = 1; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | if ( b == YY_CURRENT_BUFFER ) | | yy_load_buffer_state( ); | | } | | | | /** Pushes the new state onto the stack. The new state becomes | | * the current state. This function will allocate the stack | | * if necessary. | | * @param new_buffer The new state. | | * | | */ | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | | { | | if (new_buffer == NULL) | | return; | | | | yyensure_buffer_stack(); | | | | /* This block is copied from yy_switch_to_buffer. */ | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | /* Only push if top exists. Otherwise, replace top. */ | | if (YY_CURRENT_BUFFER) | | (yy_buffer_stack_top)++; | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | | | /* copied from yy_switch_to_buffer. */ | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | /** Removes and deletes the top of the stack, if present. | | * The next element becomes the new top. | | * | | */ | | void yypop_buffer_state (void) | | { | | if (!YY_CURRENT_BUFFER) | | return; | | | | yy_delete_buffer(YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | if ((yy_buffer_stack_top) > 0) | | --(yy_buffer_stack_top); | | | | if (YY_CURRENT_BUFFER) { | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | } | | | | /* Allocates the stack if it does not exist. | | * Guarantees space for at least one push. | | */ | | static void yyensure_buffer_stack (void) | | { | | yy_size_t num_to_alloc; | | | | if (!(yy_buffer_stack)) { | | | | /* First allocation is just for 2 elements, since we don't know if this | | * scanner will even need a stack. We use 2 instead of 1 to avoid an | | * immediate realloc on the next call. | | */ | | num_to_alloc = 1; | | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | | (num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | | | (yy_buffer_stack_max) = num_to_alloc; | | (yy_buffer_stack_top) = 0; | | return; | | } | | | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | | | /* Increase the buffer to prepare for a possible push. */ | | int grow_size = 8 /* arbitrary grow size */; | | | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | | ((yy_buffer_stack), | | num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | /* zero only the new slots.*/ | | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | | } | | } | | | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | | * @param base the character buffer | | * @param size the size in bytes of the character buffer | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | | { | | YY_BUFFER_STATE b; | | | | if ( size < 2 || | | base[size-2] != YY_END_OF_BUFFER_CHAR || | | base[size-1] != YY_END_OF_BUFFER_CHAR ) | | /* They forgot to leave room for the EOB's. */ | | return 0; | | | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | | b->yy_buf_pos = b->yy_ch_buf = base; | | b->yy_is_our_buffer = 0; | | b->yy_input_file = 0; | | b->yy_n_chars = b->yy_buf_size; | | b->yy_is_interactive = 0; | | b->yy_at_bol = 1; | | b->yy_fill_buffer = 0; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | yy_switch_to_buffer(b ); | | | | return b; | | } | | | | /** Setup the input buffer state to scan a string. The next call to yylex() will | | * scan from a @e copy of @a str. | | * @param yystr a NUL-terminated string to scan | | * | | * @return the newly allocated buffer state object. | | * @note If you want to scan bytes that may contain NUL values, then use | | * yy_scan_bytes() instead. | | */ | | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | | { | | | | return yy_scan_bytes(yystr,strlen(yystr) ); | | } | | | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | | * scan from a @e copy of @a bytes. | | * @param bytes the byte buffer to scan | | * @param len the number of bytes in the buffer pointed to by @a bytes. | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | | { | | YY_BUFFER_STATE b; | | char *buf; | | yy_size_t n, i; | | | | /* Get memory for full buffer, including space for trailing EOB's. */ | | n = _yybytes_len + 2; | | buf = (char *) yyalloc(n ); | | if ( ! buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | | | for ( i = 0; i < _yybytes_len; ++i ) | | buf[i] = yybytes[i]; | | | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | | | b = yy_scan_buffer(buf,n ); | | if ( ! b ) | | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | | | /* It's okay to grow etc. this buffer, and we should throw it | | * away when we're done. | | */ | | b->yy_is_our_buffer = 1; | | | | return b; | | } | | | | #ifndef YY_EXIT_FAILURE | | #define YY_EXIT_FAILURE 2 | | #endif | | | | static void yy_fatal_error (yyconst char* msg ) | | { | | (void) fprintf( stderr, "%s\n", msg ); | | exit( YY_EXIT_FAILURE ); | | } | | | | /* Redefine yyless() so it works in section 3 code. */ | | | | #undef yyless | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | yytext[yyleng] = (yy_hold_char); \ | | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | | (yy_hold_char) = *(yy_c_buf_p); \ | | *(yy_c_buf_p) = '\0'; \ | | yyleng = yyless_macro_arg; \ | | } \ | | while ( 0 ) | | | | /* Accessor methods (get/set functions) to struct members. */ | | | | /** Get the current line number. | | * | | */ | | int yyget_lineno (void) | | { | | | | return yylineno; | | } | | | | /** Get the input stream. | | * | | */ | | FILE *yyget_in (void) | | { | | return yyin; | | } | | | | /** Get the output stream. | | * | | */ | | FILE *yyget_out (void) | | { | | return yyout; | | } | | | | /** Get the length of the current token. | | * | | */ | | yy_size_t yyget_leng (void) | | { | | return yyleng; | | } | | | | /** Get the current token. | | * | | */ | | | | char *yyget_text (void) | | { | | return yytext; | | } | | | | /** Set the current line number. | | * @param line_number | | * | | */ | | void yyset_lineno (int line_number ) | | { | | | | yylineno = line_number; | | } | | | | /** Set the input stream. This does not discard the current | | * input buffer. | | * @param in_str A readable stream. | | * | | * @see yy_switch_to_buffer | | */ | | void yyset_in (FILE * in_str ) | | { | | yyin = in_str ; | | } | | | | void yyset_out (FILE * out_str ) | | { | | yyout = out_str ; | | } | | | | int yyget_debug (void) | | { | | return yy_flex_debug; | | } | | | | void yyset_debug (int bdebug ) | | { | | yy_flex_debug = bdebug ; | | } | | | | static int yy_init_globals (void) | | { | | /* Initialization is the same as for the non-reentrant scanner. | | * This function is called from yylex_destroy(), so don't allocate here. | | */ | | | | (yy_buffer_stack) = 0; | | (yy_buffer_stack_top) = 0; | | (yy_buffer_stack_max) = 0; | | (yy_c_buf_p) = (char *) 0; | | (yy_init) = 0; | | (yy_start) = 0; | | | | (yy_state_buf) = 0; | | (yy_state_ptr) = 0; | | (yy_full_match) = 0; | | (yy_lp) = 0; | | | | /* Defined in main.c */ | | #ifdef YY_STDINIT | | yyin = stdin; | | yyout = stdout; | | #else | | yyin = (FILE *) 0; | | yyout = (FILE *) 0; | | #endif | | | | /* For future reference: Set errno on error, since we are called by | | * yylex_init() | | */ | | return 0; | | } | | | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | | int yylex_destroy (void) | | { | | | | /* Pop the buffer stack, destroying each element. */ | | while(YY_CURRENT_BUFFER){ | | yy_delete_buffer(YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | yypop_buffer_state(); | | } | | | | /* Destroy the stack itself. */ | | yyfree((yy_buffer_stack) ); | | (yy_buffer_stack) = NULL; | | | | yyfree ( (yy_state_buf) ); | | (yy_state_buf) = NULL; | | | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | | * yylex() is called, initialization will occur. */ | | yy_init_globals( ); | | | | return 0; | | } | | | | /* | | * Internal utility routines. | | */ | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | | { | | register int i; | | for ( i = 0; i < n; ++i ) | | s1[i] = s2[i]; | | } | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst char * s ) | | { | | register int n; | | for ( n = 0; s[n]; ++n ) | | ; | | | | return n; | | } | | #endif | | | | void *yyalloc (yy_size_t size ) | | { | | return (void *) malloc( size ); | | } | | | | void *yyrealloc (void * ptr, yy_size_t size ) | | { | | /* The cast to (char *) in the following accommodates both | | * implementations that use char* generic pointers, and those | | * that use void* generic pointers. It works with the latter | | * because both ANSI C and C++ allow castless assignment from | | * any pointer type to void*, and deal with argument conversions | | * as though doing an assignment. | | */ | | return (void *) realloc( (char *) ptr, size ); | | } | | | | void yyfree (void * ptr ) | | { | | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | | } | | | | #define YYTABLES_NAME "yytables" | | | | #line 10 "conftest.l" | | | | | | #ifdef YYTEXT_POINTER | | extern char *yytext; | | #endif | | int | | main (void) | | { | | return ! yylex () + ! yywrap (); | | } | configure:12931: gcc -o conftest -g -O2 conftest.c -ll >&5 | configure:12931: $? = 0 | configure:12941: result: -ll | configure:12947: checking whether yytext is a pointer | configure:12964: gcc -o conftest -g -O2 conftest.c -ll >&5 | configure:12964: $? = 0 | configure:12972: result: yes | configure:12989: checking for bison | configure:13005: found /usr/bin/bison | configure:13016: result: bison -y | configure:13032: checking whether ln -s works | configure:13036: result: yes | configure:13049: checking whether make sets $(MAKE) | configure:13071: result: yes | configure:13105: checking for ld used by gcc | configure:13172: result: /usr/bin/ld | configure:13179: checking if the linker (/usr/bin/ld) is GNU ld | configure:13194: result: no | configure:13201: checking for shared library run path origin | configure:13214: result: done | configure:13236: checking for ANSI C header files | configure:13340: result: yes | configure:13352: checking for stdint.h | configure:13352: result: yes | configure:13352: checking for sys/types.h | configure:13352: result: yes | configure:13352: checking signal.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking signal.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for signal.h | configure:13352: result: yes | configure:13352: checking fcntl.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking fcntl.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for fcntl.h | configure:13352: result: yes | configure:13352: checking malloc.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:10: fatal error: malloc.h: No such file or directory | #include | ^~~~~~~~~~ | compilation terminated. | configure:13352: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:13352: result: no | configure:13352: checking malloc.h presence | configure:13352: gcc -E conftest.c | conftest.c:36:10: fatal error: malloc.h: No such file or directory | #include | ^~~~~~~~~~ | compilation terminated. | configure:13352: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | configure:13352: result: no | configure:13352: checking for malloc.h | configure:13352: result: no | configure:13352: checking locale.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking locale.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for locale.h | configure:13352: result: yes | configure:13352: checking stddef.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking stddef.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for stddef.h | configure:13352: result: yes | configure:13352: checking wchar.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking wchar.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for wchar.h | configure:13352: result: yes | configure:13352: checking for dlfcn.h | configure:13352: result: yes | configure:13352: checking sys/time.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking sys/time.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for sys/time.h | configure:13352: result: yes | configure:13352: checking sys/wait.h usability | configure:13352: gcc -c -g -O2 conftest.c >&5 | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking sys/wait.h presence | configure:13352: gcc -E conftest.c | configure:13352: $? = 0 | configure:13352: result: yes | configure:13352: checking for sys/wait.h | configure:13352: result: yes | configure:13365: checking for an ANSI C-conforming const | configure:13431: gcc -c -g -O2 conftest.c >&5 | configure:13431: $? = 0 | configure:13438: result: yes | configure:13446: checking whether byte ordering is bigendian | configure:13461: gcc -c -g -O2 conftest.c >&5 | configure:13461: $? = 0 | configure:13506: gcc -c -g -O2 conftest.c >&5 | configure:13506: $? = 0 | configure:13524: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:49:4: error: unknown type name 'not'; did you mean 'ino_t'? | not big endian | ^~~ | ino_t | conftest.c:49:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^~~~~~ | configure:13524: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:13652: result: no | configure:13670: checking for size_t | configure:13670: gcc -c -g -O2 conftest.c >&5 | configure:13670: $? = 0 | configure:13670: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:78:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:13670: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:13670: result: yes | configure:13681: checking whether struct tm is in sys/time.h or time.h | configure:13701: gcc -c -g -O2 conftest.c >&5 | configure:13701: $? = 0 | configure:13708: result: time.h | configure:13716: checking for sig_atomic_t | configure:13716: gcc -c -g -O2 conftest.c >&5 | configure:13716: $? = 0 | configure:13716: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:47:27: error: expected expression before ')' token | if (sizeof ((sig_atomic_t))) | ^ | configure:13716: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:13716: result: yes | configure:13730: checking for inline keyword | configure:13754: gcc -c -g -O2 conftest.c >&5 | configure:13754: $? = 0 | configure:13762: result: __inline | configure:13770: checking for vprintf | configure:13770: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'vprintf' [-Wbuiltin-declaration-mismatch] | char vprintf (); | ^~~~~~~ | configure:13770: $? = 0 | configure:13770: result: yes | configure:13776: checking for _doprnt | configure:13776: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "__doprnt", referenced from: | _main in cckPj3kD.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:13776: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | /* end confdefs.h. */ | | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _doprnt innocuous__doprnt | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _doprnt (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef _doprnt | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char _doprnt (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub__doprnt || defined __stub____doprnt | | choke me | | #endif | | | | int | | main () | | { | | return _doprnt (); | | ; | | return 0; | | } | configure:13776: result: no | configure:13793: checking for memmove | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch] | char memmove (); | ^~~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for memset | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:69:6: warning: conflicting types for built-in function 'memset' [-Wbuiltin-declaration-mismatch] | char memset (); | ^~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for setlocale | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for fcntl | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strerror | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strcasecmp | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] | char strcasecmp (); | ^~~~~~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strchr | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch] | char strchr (); | ^~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strrchr | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strrchr' [-Wbuiltin-declaration-mismatch] | char strrchr (); | ^~~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strdup | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] | char strdup (); | ^~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strstr | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'strstr' [-Wbuiltin-declaration-mismatch] | char strstr (); | ^~~~~~ | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strtol | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for gettimeofday | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for localeconv | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for readlink | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for getexecname | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "_getexecname", referenced from: | _main in cc6JlSDV.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:13793: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define getexecname to an innocuous variant, in case declares getexecname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getexecname innocuous_getexecname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getexecname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getexecname | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getexecname (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getexecname || defined __stub___getexecname | | choke me | | #endif | | | | int | | main () | | { | | return getexecname (); | | ; | | return 0; | | } | configure:13793: result: no | configure:13793: checking for canonicalize_file_name | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "_canonicalize_file_name", referenced from: | _main in cc9DwMP4.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:13793: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | | For example, HP-UX 11i declares gettimeofday. */ | | #define canonicalize_file_name innocuous_canonicalize_file_name | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char canonicalize_file_name (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef canonicalize_file_name | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char canonicalize_file_name (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name | | choke me | | #endif | | | | int | | main () | | { | | return canonicalize_file_name (); | | ; | | return 0; | | } | configure:13793: result: no | configure:13793: checking for realpath | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strcoll | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for strxfrm | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for setenv | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13793: checking for raise | configure:13793: gcc -o conftest -g -O2 conftest.c >&5 | configure:13793: $? = 0 | configure:13793: result: yes | configure:13806: checking for _BSD_SOURCE | configure:13822: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:70:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:13822: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifndef _BSD_SOURCE | | # error macro not defined | | #endif | | ; | | return 0; | | } | configure:13827: result: no | configure:13833: checking for timezone variable access | configure:13846: gcc -c -g -O2 conftest.c >&5 | configure:13846: $? = 0 | configure:13850: result: yes | configure:13859: checking for designated initializers | configure:13875: gcc -c -g -O2 conftest.c >&5 | configure:13875: $? = 0 | configure:13877: result: yes | configure:13894: checking for __GNUC__ | configure:13903: gcc -c -g -O2 conftest.c >&5 | configure:13903: $? = 0 | configure:13905: result: yes | configure:13913: checking for __INTEL_COMPILER | configure:13922: gcc -c -g -O2 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:13922: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __INTEL_COMPILER | | # error macro not defined | | #endif | configure:13930: result: no | configure:13936: checking for __clang__ | configure:13945: gcc -c -g -O2 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:13945: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __clang__ | | # error macro not defined | | #endif | configure:13950: result: no | configure:13955: checking for __xlc__ | configure:13964: gcc -c -g -O2 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:13964: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __xlc__ | | # error macro not defined | | #endif | configure:13969: result: no | configure:13974: checking for __WATCOMC__ | configure:13983: gcc -c -g -O2 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:13983: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __WATCOMC__ | | # error macro not defined | | #endif | configure:13988: result: no | configure:14017: checking whether to build with code coverage support | configure:14037: result: no | configure:14695: Checks for GMP ... | configure:14699: checking gmp.h usability | configure:14699: gcc -c -g -O2 conftest.c >&5 | configure:14699: $? = 0 | configure:14699: result: yes | configure:14699: checking gmp.h presence | configure:14699: gcc -E conftest.c | configure:14699: $? = 0 | configure:14699: result: yes | configure:14699: checking for gmp.h | configure:14699: result: yes | configure:14712: checking for __gmpz_init in -lgmp | configure:14737: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14737: $? = 0 | configure:14746: result: yes | configure:14776: gcc -o conftest -g -O2 conftest.c >&5 | configure:14776: $? = 0 | configure:14776: ./conftest | configure:14776: $? = 0 | configure:14811: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14811: $? = 0 | configure:14811: ./conftest | configure:14811: $? = 0 | configure:14824: checking matching GMP version | configure:14830: result: yes (6.1) | configure:14842: checking for __gmp_get_memory_functions in -lgmp | configure:14867: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14867: $? = 0 | configure:14876: result: yes | configure:14886: checking for nanosleep | configure:14899: gcc -o conftest -g -O2 conftest.c >&5 | configure:14899: $? = 0 | configure:14901: result: yes | configure:15016: checking for clock_gettime and CLOCK_REALTIME | configure:15029: gcc -o conftest -g -O2 conftest.c >&5 | configure:15029: $? = 0 | configure:15031: result: yes | configure:15040: checking for isfinite | configure:15053: gcc -o conftest -g -O2 conftest.c >&5 | configure:15053: $? = 0 | configure:15055: result: yes | configure:15073: checking prototype for finite in | configure:15082: result: yes | configure:15113: checking for fdatasync | configure:15113: gcc -o conftest -g -O2 conftest.c >&5 | configure:15113: $? = 0 | configure:15113: result: yes | configure:15113: checking for sigaction | configure:15113: gcc -o conftest -g -O2 conftest.c >&5 | configure:15113: $? = 0 | configure:15113: result: yes | configure:15146: checking whether NLS is requested | configure:15155: result: yes | configure:15195: checking for msgfmt | configure: trying /usr/local/bin/msgfmt... | 0 translated messages. | configure:15227: result: /usr/local/bin/msgfmt | configure:15236: checking for gmsgfmt | configure:15267: result: /usr/local/bin/msgfmt | configure:15317: checking for xgettext | configure: trying /usr/local/bin/xgettext... | /usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:15349: result: /usr/local/bin/xgettext | configure:15394: checking for msgmerge | configure: trying /usr/local/bin/msgmerge... | configure:15425: result: /usr/local/bin/msgmerge | configure:16011: checking for CFPreferencesCopyAppValue | configure:16029: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h: In function 'CFAutorelease': | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:663:61: error: expected declaration specifiers before 'API_AVAILABLE' | CFTypeRef CFAutorelease(CFTypeRef CF_RELEASES_ARGUMENT arg) API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:666:9: error: storage class specified for parameter 'CFGetRetainCount' | CFIndex CFGetRetainCount(CFTypeRef cf); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:670:9: error: storage class specified for parameter 'CFEqual' | Boolean CFEqual(CFTypeRef cf1, CFTypeRef cf2); | ^~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:673:12: error: storage class specified for parameter 'CFHash' | CFHashCode CFHash(CFTypeRef cf); | ^~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:676:13: error: storage class specified for parameter 'CFCopyDescription' | CFStringRef CFCopyDescription(CFTypeRef cf); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:679:16: error: storage class specified for parameter 'CFGetAllocator' | CFAllocatorRef CFGetAllocator(CFTypeRef cf); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:685:11: error: storage class specified for parameter 'CFMakeCollectable' | CFTypeRef CFMakeCollectable(CFTypeRef cf) CF_AUTOMATED_REFCOUNT_UNAVAILABLE; | ^~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:14:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: error: storage class specified for parameter 'CFArrayRetainCallBack' | typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:17: error: storage class specified for parameter 'CFArrayReleaseCallBack' | typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:76:23: error: storage class specified for parameter 'CFArrayCopyDescriptionCallBack' | typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:77:20: error: storage class specified for parameter 'CFArrayEqualCallBack' | typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:80:5: error: expected specifier-qualifier-list before 'CFArrayRetainCallBack' | CFArrayRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:84:3: error: storage class specified for parameter 'CFArrayCallBacks' | } CFArrayCallBacks; | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:92:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeArrayCallBacks' | const CFArrayCallBacks kCFTypeArrayCallBacks; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:102:16: error: storage class specified for parameter 'CFArrayApplierFunction' | typedef void (*CFArrayApplierFunction)(const void *value, void *context); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:108:59: error: storage class specified for parameter 'CFArrayRef' | typedef const struct CF_BRIDGED_TYPE(NSArray) __CFArray * CFArrayRef; | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:114:68: error: storage class specified for parameter 'CFMutableArrayRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableArray) __CFArray * CFMutableArrayRef; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:121:10: error: storage class specified for parameter 'CFArrayGetTypeID' | CFTypeID CFArrayGetTypeID(void); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:174:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreate' | CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFArrayCallBacks *callBacks); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:195:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateCopy' | CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:239:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateMutable' | CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks *callBacks); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:269:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateMutableCopy' | CFMutableArrayRef CFArrayCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFArrayRef theArray); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:279:25: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetCount(CFArrayRef theArray); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:302:32: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetCountOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:325:30: error: expected declaration specifiers or '...' before 'CFArrayRef' | Boolean CFArrayContainsValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:339:36: error: expected declaration specifiers or '...' before 'CFArrayRef' | const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:360:23: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayGetValues(CFArrayRef theArray, CFRange range, const void **values); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:387:27: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayApplyFunction(CFArrayRef theArray, CFRange range, CFArrayApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:387:63: error: expected declaration specifiers or '...' before 'CFArrayApplierFunction' | void CFArrayApplyFunction(CFArrayRef theArray, CFRange range, CFArrayApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:412:37: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetFirstIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:437:36: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetLastIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:476:30: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayBSearchValues(CFArrayRef theArray, CFRange range, const void *value, CFComparatorFunction comparator, void *context); | ^~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:14:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:492:25: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:513:32: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayInsertValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:534:29: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArraySetValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:548:32: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayRemoveValueAtIndex(CFMutableArrayRef theArray, CFIndex idx); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:558:29: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayRemoveAllValues(CFMutableArrayRef theArray); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:592:27: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayReplaceValues(CFMutableArrayRef theArray, CFRange range, const void **newValues, CFIndex newCount); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:610:37: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayExchangeValuesAtIndices(CFMutableArrayRef theArray, CFIndex idx1, CFIndex idx2); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:640:24: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArraySortValues(CFMutableArrayRef theArray, CFRange range, CFComparatorFunction comparator, void *context); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:667:25: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayAppendArray(CFMutableArrayRef theArray, CFArrayRef otherArray, CFRange otherRange); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:667:53: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayAppendArray(CFMutableArrayRef theArray, CFArrayRef otherArray, CFRange otherRange); | ^~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:15:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:18:57: error: storage class specified for parameter 'CFDataRef' | typedef const struct CF_BRIDGED_TYPE(NSData) __CFData * CFDataRef; | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:19:66: error: storage class specified for parameter 'CFMutableDataRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableData) __CFData * CFMutableDataRef; | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:22:10: error: storage class specified for parameter 'CFDataGetTypeID' | CFTypeID CFDataGetTypeID(void); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:25:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDataCreate' | CFDataRef CFDataCreate(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length); | ^~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:28:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDataCreateWithBytesNoCopy' | CFDataRef CFDataCreateWithBytesNoCopy(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length, CFAllocatorRef bytesDeallocator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:15:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:32:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDataCreateCopy' | CFDataRef CFDataCreateCopy(CFAllocatorRef allocator, CFDataRef theData); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:35:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDataCreateMutable' | CFMutableDataRef CFDataCreateMutable(CFAllocatorRef allocator, CFIndex capacity); | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:38:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDataCreateMutableCopy' | CFMutableDataRef CFDataCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDataRef theData); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:41:25: error: expected declaration specifiers or '...' before 'CFDataRef' | CFIndex CFDataGetLength(CFDataRef theData); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:44:31: error: expected declaration specifiers or '...' before 'CFDataRef' | const UInt8 *CFDataGetBytePtr(CFDataRef theData); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:47:32: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | UInt8 *CFDataGetMutableBytePtr(CFMutableDataRef theData); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:50:21: error: expected declaration specifiers or '...' before 'CFDataRef' | void CFDataGetBytes(CFDataRef theData, CFRange range, UInt8 *buffer); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:53:22: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | void CFDataSetLength(CFMutableDataRef theData, CFIndex length); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:56:27: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | void CFDataIncreaseLength(CFMutableDataRef theData, CFIndex extraLength); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:59:24: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | void CFDataAppendBytes(CFMutableDataRef theData, const UInt8 *bytes, CFIndex length); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:62:25: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | void CFDataReplaceBytes(CFMutableDataRef theData, CFRange range, const UInt8 *newBytes, CFIndex newLength); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:65:24: error: expected declaration specifiers or '...' before 'CFMutableDataRef' | void CFDataDeleteBytes(CFMutableDataRef theData, CFRange range); | ^~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:67:9: error: storage class specified for parameter 'CFDataSearchFlags' | typedef CF_OPTIONS(CFOptionFlags, CFDataSearchFlags) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:15:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:70:17: error: unknown type name 'macos'; did you mean 'major'? | } API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~ | major | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:70:30: error: unknown type name 'ios' | } API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:70:40: error: unknown type name 'watchos' | } API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:70:54: error: unknown type name 'tvos' | } API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:73:20: error: expected declaration specifiers or '...' before 'CFDataRef' | CFRange CFDataFind(CFDataRef theData, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:73:39: error: expected declaration specifiers or '...' before 'CFDataRef' | CFRange CFDataFind(CFDataRef theData, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:73:82: error: expected declaration specifiers or '...' before 'CFDataSearchFlags' | CFRange CFDataFind(CFDataRef theData, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:16:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:97:24: error: storage class specified for parameter 'CFDictionaryRetainCallBack' | typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:98:17: error: storage class specified for parameter 'CFDictionaryReleaseCallBack' | typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:99:23: error: storage class specified for parameter 'CFDictionaryCopyDescriptionCallBack' | typedef CFStringRef (*CFDictionaryCopyDescriptionCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:100:20: error: storage class specified for parameter 'CFDictionaryEqualCallBack' | typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:101:22: error: storage class specified for parameter 'CFDictionaryHashCallBack' | typedef CFHashCode (*CFDictionaryHashCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:104:5: error: expected specifier-qualifier-list before 'CFDictionaryRetainCallBack' | CFDictionaryRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:109:3: error: storage class specified for parameter 'CFDictionaryKeyCallBacks' | } CFDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:118:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeDictionaryKeyCallBacks' | const CFDictionaryKeyCallBacks kCFTypeDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:129:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFCopyStringDictionaryKeyCallBacks' | const CFDictionaryKeyCallBacks kCFCopyStringDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:156:5: error: expected specifier-qualifier-list before 'CFDictionaryRetainCallBack' | CFDictionaryRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:160:3: error: storage class specified for parameter 'CFDictionaryValueCallBacks' | } CFDictionaryValueCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:169:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeDictionaryValueCallBacks' | const CFDictionaryValueCallBacks kCFTypeDictionaryValueCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:180:16: error: storage class specified for parameter 'CFDictionaryApplierFunction' | typedef void (*CFDictionaryApplierFunction)(const void *key, const void *value, void *context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: error: storage class specified for parameter 'CFDictionaryRef' | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef; | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:192:78: error: storage class specified for parameter 'CFMutableDictionaryRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableDictionary) __CFDictionary * CFMutableDictionaryRef; | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:199:10: error: storage class specified for parameter 'CFDictionaryGetTypeID' | CFTypeID CFDictionaryGetTypeID(void); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:284:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreate' | CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:16:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:308:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateCopy' | CFDictionaryRef CFDictionaryCreateCopy(CFAllocatorRef allocator, CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:380:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateMutable' | CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:413:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateMutableCopy' | CFMutableDictionaryRef CFDictionaryCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:423:30: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCount(CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:442:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCountOfKey(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:458:37: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCountOfValue(CFDictionaryRef theDict, const void *value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:476:33: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryContainsKey(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:492:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryContainsValue(CFDictionaryRef theDict, const void *value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:514:34: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:539:39: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void **value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:562:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFDictionaryGetKeysAndValues(CFDictionaryRef theDict, const void **keys, const void **values); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:582:32: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFDictionaryApplyFunction(CFDictionaryRef theDict, CFDictionaryApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:582:57: error: expected declaration specifiers or '...' before 'CFDictionaryApplierFunction' | void CFDictionaryApplyFunction(CFDictionaryRef theDict, CFDictionaryApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:602:27: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryAddValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:625:27: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionarySetValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:644:31: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryReplaceValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:658:30: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryRemoveValue(CFMutableDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:668:34: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryRemoveAllValues(CFMutableDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:17:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:49:73: error: storage class specified for parameter 'CFCharacterSetRef' | typedef const struct CF_BRIDGED_TYPE(NSCharacterSet) __CFCharacterSet * CFCharacterSetRef; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:55:82: error: storage class specified for parameter 'CFMutableCharacterSetRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableCharacterSet) __CFCharacterSet * CFMutableCharacterSetRef; | ^~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:62:9: error: storage class specified for parameter 'CFCharacterSetPredefinedSet' | typedef CF_ENUM(CFIndex, CFCharacterSetPredefinedSet) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:17:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:76:28: error: expected ',' or '}' before 'API_AVAILABLE' | kCFCharacterSetNewline API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) = 15, /* Newline character set (U000A ~ U000D, U0085, U2028, and U2029) */ | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:85:10: error: storage class specified for parameter 'CFCharacterSetGetTypeID' | CFTypeID CFCharacterSetGetTypeID(void); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:98:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetGetPredefined' | CFCharacterSetRef CFCharacterSetGetPredefined(CFCharacterSetPredefinedSet theSetIdentifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:117:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateWithCharactersInRange' | CFCharacterSetRef CFCharacterSetCreateWithCharactersInRange(CFAllocatorRef alloc, CFRange theRange); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:134:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateWithCharactersInString' | CFCharacterSetRef CFCharacterSetCreateWithCharactersInString(CFAllocatorRef alloc, CFStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:162:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateWithBitmapRepresentation' | CFCharacterSetRef CFCharacterSetCreateWithBitmapRepresentation(CFAllocatorRef alloc, CFDataRef theData); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:177:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateInvertedSet' | CF_EXPORT CFCharacterSetRef CFCharacterSetCreateInvertedSet(CFAllocatorRef alloc, CFCharacterSetRef theSet); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:187:49: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | CF_EXPORT Boolean CFCharacterSetIsSupersetOfSet(CFCharacterSetRef theSet, CFCharacterSetRef theOtherset); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:187:75: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | CF_EXPORT Boolean CFCharacterSetIsSupersetOfSet(CFCharacterSetRef theSet, CFCharacterSetRef theOtherset); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:198:50: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | CF_EXPORT Boolean CFCharacterSetHasMemberInPlane(CFCharacterSetRef theSet, CFIndex thePlane); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:211:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateMutable' | CFMutableCharacterSetRef CFCharacterSetCreateMutable(CFAllocatorRef alloc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:227:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateCopy' | CFCharacterSetRef CFCharacterSetCreateCopy(CFAllocatorRef alloc, CFCharacterSetRef theSet); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:243:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateMutableCopy' | CFMutableCharacterSetRef CFCharacterSetCreateMutableCopy(CFAllocatorRef alloc, CFCharacterSetRef theSet); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:257:41: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | Boolean CFCharacterSetIsCharacterMember(CFCharacterSetRef theSet, UniChar theChar); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:268:55: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | CF_EXPORT Boolean CFCharacterSetIsLongCharacterMember(CFCharacterSetRef theSet, UTF32Char theChar); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:287:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFCharacterSetCreateBitmapRepresentation' | CFDataRef CFCharacterSetCreateBitmapRepresentation(CFAllocatorRef alloc, CFCharacterSetRef theSet); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:302:41: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetAddCharactersInRange(CFMutableCharacterSetRef theSet, CFRange theRange); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:317:44: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetRemoveCharactersInRange(CFMutableCharacterSetRef theSet, CFRange theRange); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:330:42: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetAddCharactersInString(CFMutableCharacterSetRef theSet, CFStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:343:45: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetRemoveCharactersInString(CFMutableCharacterSetRef theSet, CFStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:357:26: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetUnion(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:357:59: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | void CFCharacterSetUnion(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:371:30: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetIntersect(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:371:63: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | void CFCharacterSetIntersect(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h:381:27: error: expected declaration specifiers or '...' before 'CFMutableCharacterSetRef' | void CFCharacterSetInvert(CFMutableCharacterSetRef theSet); | ^~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:19:21: error: storage class specified for parameter 'CFNotificationName' | typedef CFStringRef CFNotificationName CF_EXTENSIBLE_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:21:69: error: storage class specified for parameter 'CFNotificationCenterRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(id) __CFNotificationCenter * CFNotificationCenterRef; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:40: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:88: error: expected declaration specifiers or '...' before 'CFNotificationName' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:133: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:25:9: error: storage class specified for parameter 'CFNotificationSuspensionBehavior' | typedef CF_ENUM(CFIndex, CFNotificationSuspensionBehavior) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:36:20: error: storage class specified for parameter 'CFNotificationCenterGetTypeID' | CF_EXPORT CFTypeID CFNotificationCenterGetTypeID(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:38:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetLocalCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetLocalCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:41:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetDistributedCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetDistributedCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:44:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetDarwinNotifyCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetDarwinNotifyCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:48: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:102: error: unknown type name 'CFNotificationCallback' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:173: error: expected declaration specifiers or '...' before 'CFNotificationSuspensionBehavior' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:64:51: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterRemoveObserver(CFNotificationCenterRef center, const void *observer, CFNotificationName name, const void *object); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:64:105: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterRemoveObserver(CFNotificationCenterRef center, const void *observer, CFNotificationName name, const void *object); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:65:56: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterRemoveEveryObserver(CFNotificationCenterRef center, const void *observer); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:53: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:85: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:130: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:64: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:96: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:141: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:21:21: error: storage class specified for parameter 'CFLocaleIdentifier' | typedef CFStringRef CFLocaleIdentifier CF_EXTENSIBLE_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:22:21: error: storage class specified for parameter 'CFLocaleKey' | typedef CFStringRef CFLocaleKey CF_STRING_ENUM; | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:24:60: error: storage class specified for parameter 'CFLocaleRef' | typedef const struct CF_BRIDGED_TYPE(NSLocale) __CFLocale *CFLocaleRef; | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:27:10: error: storage class specified for parameter 'CFLocaleGetTypeID' | CFTypeID CFLocaleGetTypeID(void); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:30:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetSystem' | CFLocaleRef CFLocaleGetSystem(void); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:34:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyCurrent' | CFLocaleRef CFLocaleCopyCurrent(void); | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:45:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyAvailableLocaleIdentifiers' | CFArrayRef CFLocaleCopyAvailableLocaleIdentifiers(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:50:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOLanguageCodes' | CFArrayRef CFLocaleCopyISOLanguageCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:56:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOCountryCodes' | CFArrayRef CFLocaleCopyISOCountryCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:62:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOCurrencyCodes' | CFArrayRef CFLocaleCopyISOCurrencyCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:68:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyCommonISOCurrencyCodes' | CFArrayRef CFLocaleCopyCommonISOCurrencyCodes(void) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:73:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyPreferredLanguages' | CFArrayRef CFLocaleCopyPreferredLanguages(void) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:77:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLanguageIdentifierFromString' | CFLocaleIdentifier CFLocaleCreateCanonicalLanguageIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:82:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLocaleIdentifierFromString' | CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:87:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes' | CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes(CFAllocatorRef allocator, LangCode lcode, RegionCode rcode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:91:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode' | CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(CFAllocatorRef allocator, uint32_t lcid) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:95:59: error: expected declaration specifiers or '...' before 'CFLocaleIdentifier' | uint32_t CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier(CFLocaleIdentifier localeIdentifier) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:98:9: error: storage class specified for parameter 'CFLocaleLanguageDirection' | typedef CF_ENUM(CFIndex, CFLocaleLanguageDirection) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:107:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetLanguageCharacterDirection' | CFLocaleLanguageDirection CFLocaleGetLanguageCharacterDirection(CFStringRef isoLangCode) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:110:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetLanguageLineDirection' | CFLocaleLanguageDirection CFLocaleGetLanguageLineDirection(CFStringRef isoLangCode) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:113:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateComponentsFromLocaleIdentifier' | CFDictionaryRef CFLocaleCreateComponentsFromLocaleIdentifier(CFAllocatorRef allocator, CFLocaleIdentifier localeID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:123:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateLocaleIdentifierFromComponents' | CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromComponents(CFAllocatorRef allocator, CFDictionaryRef dictionary); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:131:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreate' | CFLocaleRef CFLocaleCreate(CFAllocatorRef allocator, CFLocaleIdentifier localeIdentifier); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:135:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCopy' | CFLocaleRef CFLocaleCreateCopy(CFAllocatorRef allocator, CFLocaleRef locale); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:141:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetIdentifier' | CFLocaleIdentifier CFLocaleGetIdentifier(CFLocaleRef locale); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:146:28: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFTypeRef CFLocaleGetValue(CFLocaleRef locale, CFLocaleKey key); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:146:48: error: expected declaration specifiers or '...' before 'CFLocaleKey' | CFTypeRef CFLocaleGetValue(CFLocaleRef locale, CFLocaleKey key); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:151:53: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFStringRef CFLocaleCopyDisplayNameForPropertyValue(CFLocaleRef displayLocale, CFLocaleKey key, CFStringRef value); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:151:80: error: expected declaration specifiers or '...' before 'CFLocaleKey' | CFStringRef CFLocaleCopyDisplayNameForPropertyValue(CFLocaleRef displayLocale, CFLocaleKey key, CFStringRef value); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:157:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrentLocaleDidChangeNotification' | CF_EXPORT const CFNotificationName kCFLocaleCurrentLocaleDidChangeNotification API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:161:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleIdentifier; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:162:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleLanguageCode' | CF_EXPORT const CFLocaleKey kCFLocaleLanguageCode; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:163:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCountryCode' | CF_EXPORT const CFLocaleKey kCFLocaleCountryCode; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:164:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleScriptCode' | CF_EXPORT const CFLocaleKey kCFLocaleScriptCode; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:165:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleVariantCode' | CF_EXPORT const CFLocaleKey kCFLocaleVariantCode; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:167:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleExemplarCharacterSet' | CF_EXPORT const CFLocaleKey kCFLocaleExemplarCharacterSet; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:168:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCalendarIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCalendarIdentifier; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:169:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCalendar' | CF_EXPORT const CFLocaleKey kCFLocaleCalendar; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:170:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCollationIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCollationIdentifier; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:171:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleUsesMetricSystem' | CF_EXPORT const CFLocaleKey kCFLocaleUsesMetricSystem; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:172:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleMeasurementSystem' | CF_EXPORT const CFLocaleKey kCFLocaleMeasurementSystem; // "Metric", "U.S." or "U.K." | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:173:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleDecimalSeparator' | CF_EXPORT const CFLocaleKey kCFLocaleDecimalSeparator; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:174:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleGroupingSeparator' | CF_EXPORT const CFLocaleKey kCFLocaleGroupingSeparator; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:175:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrencySymbol' | CF_EXPORT const CFLocaleKey kCFLocaleCurrencySymbol; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:176:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrencyCode' | CF_EXPORT const CFLocaleKey kCFLocaleCurrencyCode; // ISO 3-letter currency code | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:177:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCollatorIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCollatorIdentifier API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:178:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleQuotationBeginDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleQuotationBeginDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:179:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleQuotationEndDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleQuotationEndDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:180:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleAlternateQuotationBeginDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleAlternateQuotationBeginDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:181:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleAlternateQuotationEndDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleAlternateQuotationEndDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:184:21: error: storage class specified for parameter 'CFCalendarIdentifier' | typedef CFStringRef CFCalendarIdentifier CF_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:186:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFGregorianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFGregorianCalendar; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:187:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFBuddhistCalendar' | CF_EXPORT const CFCalendarIdentifier kCFBuddhistCalendar; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:188:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFChineseCalendar' | CF_EXPORT const CFCalendarIdentifier kCFChineseCalendar; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:189:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFHebrewCalendar' | CF_EXPORT const CFCalendarIdentifier kCFHebrewCalendar; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:190:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicCalendar; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:191:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicCivilCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicCivilCalendar; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:192:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFJapaneseCalendar' | CF_EXPORT const CFCalendarIdentifier kCFJapaneseCalendar; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:193:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFRepublicOfChinaCalendar' | CF_EXPORT const CFCalendarIdentifier kCFRepublicOfChinaCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:194:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFPersianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFPersianCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:195:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIndianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIndianCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:196:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFISO8601Calendar' | CF_EXPORT const CFCalendarIdentifier kCFISO8601Calendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:197:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicTabularCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicTabularCalendar API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:198:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicUmmAlQuraCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicUmmAlQuraCalendar API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:19:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /usr/local/Cellar/gcc/7.2.0_1/lib/gcc/7/gcc/x86_64-apple-darwin17.3.0/7.2.0/include/stdarg.h:40:27: error: storage class specified for parameter '__gnuc_va_list' | typedef __builtin_va_list __gnuc_va_list; | ^~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:19:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15, | from conftest.c:74: | /usr/local/Cellar/gcc/7.2.0_1/lib/gcc/7/gcc/x86_64-apple-darwin17.3.0/7.2.0/include/stdarg.h:99:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'va_list' | typedef __gnuc_va_list va_list; | ^~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:99:16: error: storage class specified for parameter 'CFStringEncoding' | typedef UInt32 CFStringEncoding; | ^~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:105:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringBuiltInEncodings' | typedef CF_ENUM(CFStringEncoding, CFStringBuiltInEncodings) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:127:10: error: storage class specified for parameter 'CFStringGetTypeID' | CFTypeID CFStringGetTypeID(void); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:214:89: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithPascalString(CFAllocatorRef alloc, ConstStr255Param pStr, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:217:79: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:222:97: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithBytes(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean isExternalRepresentation); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:225:13: error: storage class specified for parameter 'CFStringCreateWithCharacters' | CFStringRef CFStringCreateWithCharacters(CFAllocatorRef alloc, const UniChar *chars, CFIndex numChars); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:245:95: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithPascalStringNoCopy(CFAllocatorRef alloc, ConstStr255Param pStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:248:85: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:253:103: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean isExternalRepresentation, CFAllocatorRef contentsDeallocator); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:256:13: error: storage class specified for parameter 'CFStringCreateWithCharactersNoCopy' | CFStringRef CFStringCreateWithCharactersNoCopy(CFAllocatorRef alloc, const UniChar *chars, CFIndex numChars, CFAllocatorRef contentsDeallocator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:261:13: error: storage class specified for parameter 'CFStringCreateWithSubstring' | CFStringRef CFStringCreateWithSubstring(CFAllocatorRef alloc, CFStringRef str, CFRange range); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:264:13: error: storage class specified for parameter 'CFStringCreateCopy' | CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:269:60: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, ...) CF_FORMAT_FUNCTION(3,4); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:272:72: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) CF_FORMAT_FUNCTION(3,0); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:272:123: error: unknown type name 'va_list' | CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) CF_FORMAT_FUNCTION(3,0); | ^~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:277:20: error: storage class specified for parameter 'CFStringCreateMutable' | CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:280:20: error: storage class specified for parameter 'CFStringCreateMutableCopy' | CFMutableStringRef CFStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:289:20: error: storage class specified for parameter 'CFStringCreateMutableWithExternalCharactersNoCopy' | CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:296:9: error: storage class specified for parameter 'CFStringGetLength' | CFIndex CFStringGetLength(CFStringRef theString); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:304:9: error: storage class specified for parameter 'CFStringGetCharacterAtIndex' | UniChar CFStringGetCharacterAtIndex(CFStringRef theString, CFIndex idx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:307:6: error: storage class specified for parameter 'CFStringGetCharacters' | void CFStringGetCharacters(CFStringRef theString, CFRange range, UniChar *buffer); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:321:94: error: expected declaration specifiers or '...' before 'CFStringEncoding' | Boolean CFStringGetPascalString(CFStringRef theString, StringPtr buffer, CFIndex bufferSize, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:324:85: error: expected declaration specifiers or '...' before 'CFStringEncoding' | Boolean CFStringGetCString(CFStringRef theString, char *buffer, CFIndex bufferSize, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:332:66: error: expected declaration specifiers or '...' before 'CFStringEncoding' | ConstStringPtr CFStringGetPascalStringPtr(CFStringRef theString, CFStringEncoding encoding); /* May return NULL at any time; be prepared for NULL, if not now, in some other time or place. See discussion at top of this file. */ | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:335:58: error: expected declaration specifiers or '...' before 'CFStringEncoding' | const char *CFStringGetCStringPtr(CFStringRef theString, CFStringEncoding encoding); /* May return NULL at any time; be prepared for NULL, if not now, in some other time or place. See discussion at top of this file. */ | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:338:16: error: storage class specified for parameter 'CFStringGetCharactersPtr' | const UniChar *CFStringGetCharactersPtr(CFStringRef theString); /* May return NULL at any time; be prepared for NULL, if not now, in some other time or place. See discussion at top of this file. */ | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:357:64: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFIndex CFStringGetBytes(CFStringRef theString, CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, UInt8 *buffer, CFIndex maxBufLen, CFIndex *usedBufLen); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:366:76: error: expected declaration specifiers or '...' before 'CFDataRef' | CFStringRef CFStringCreateFromExternalRepresentation(CFAllocatorRef alloc, CFDataRef data, CFStringEncoding encoding); /* May return NULL on conversion error */ | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:366:92: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringCreateFromExternalRepresentation(CFAllocatorRef alloc, CFDataRef data, CFStringEncoding encoding); /* May return NULL on conversion error */ | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:369:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringCreateExternalRepresentation' | CFDataRef CFStringCreateExternalRepresentation(CFAllocatorRef alloc, CFStringRef theString, CFStringEncoding encoding, UInt8 lossByte); /* May return NULL on conversion error */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:374:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringGetSmallestEncoding' | CFStringEncoding CFStringGetSmallestEncoding(CFStringRef theString); /* Result in O(n) time max */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:377:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringGetFastestEncoding' | CFStringEncoding CFStringGetFastestEncoding(CFStringRef theString); /* Result in O(1) time max */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:382:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringGetSystemEncoding' | CFStringEncoding CFStringGetSystemEncoding(void); /* The default encoding for the system; untagged 8-bit characters are usually in this encoding */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:385:59: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFIndex CFStringGetMaximumSizeForEncoding(CFIndex length, CFStringEncoding encoding); /* Max bytes a string of specified length (in UniChars) will take up if encoded */ | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:393:9: error: storage class specified for parameter 'CFStringGetFileSystemRepresentation' | Boolean CFStringGetFileSystemRepresentation(CFStringRef string, char *buffer, CFIndex maxBufLen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:398:9: error: storage class specified for parameter 'CFStringGetMaximumSizeOfFileSystemRepresentation' | CFIndex CFStringGetMaximumSizeOfFileSystemRepresentation(CFStringRef string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:403:13: error: storage class specified for parameter 'CFStringCreateWithFileSystemRepresentation' | CFStringRef CFStringCreateWithFileSystemRepresentation(CFAllocatorRef alloc, const char *buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:410:9: error: storage class specified for parameter 'CFStringCompareFlags' | typedef CF_OPTIONS(CFOptionFlags, CFStringCompareFlags) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:417:36: error: expected ',' or '}' before 'API_AVAILABLE' | kCFCompareDiacriticInsensitive API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) = 128, /* If specified, ignores diacritics (o-umlaut == o) */ | ^~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:429:128: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CFComparisonResult CFStringCompareWithOptionsAndLocale(CFStringRef theString1, CFStringRef theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions, CFLocaleRef locale) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:429:165: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFComparisonResult CFStringCompareWithOptionsAndLocale(CFStringRef theString1, CFStringRef theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions, CFLocaleRef locale) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:434:119: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CFComparisonResult CFStringCompareWithOptions(CFStringRef theString1, CFStringRef theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:441:84: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CFComparisonResult CFStringCompare(CFStringRef theString1, CFStringRef theString2, CFStringCompareFlags compareOptions); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:450:114: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | Boolean CFStringFindWithOptionsAndLocale(CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFLocaleRef locale, CFRange *result) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:450:150: error: expected declaration specifiers or '...' before 'CFLocaleRef' | Boolean CFStringFindWithOptionsAndLocale(CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFLocaleRef locale, CFRange *result) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:455:105: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | Boolean CFStringFindWithOptions(CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange *result); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:467:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringCreateArrayWithFindResults' | CFArrayRef CFStringCreateArrayWithFindResults(CFAllocatorRef alloc, CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags compareOptions); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:472:71: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CFRange CFStringFind(CFStringRef theString, CFStringRef stringToFind, CFStringCompareFlags compareOptions); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:475:9: error: storage class specified for parameter 'CFStringHasPrefix' | Boolean CFStringHasPrefix(CFStringRef theString, CFStringRef prefix); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:478:9: error: storage class specified for parameter 'CFStringHasSuffix' | Boolean CFStringHasSuffix(CFStringRef theString, CFStringRef suffix); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:493:19: error: storage class specified for parameter 'CFStringGetRangeOfComposedCharactersAtIndex' | CF_EXPORT CFRange CFStringGetRangeOfComposedCharactersAtIndex(CFStringRef theString, CFIndex theIndex); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:524:71: error: expected declaration specifiers or '...' before 'CFCharacterSetRef' | CF_EXPORT Boolean CFStringFindCharacterFromSet(CFStringRef theString, CFCharacterSetRef theSet, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange *result); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:524:120: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CF_EXPORT Boolean CFStringFindCharacterFromSet(CFStringRef theString, CFCharacterSetRef theSet, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange *result); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:536:6: error: storage class specified for parameter 'CFStringGetLineBounds' | void CFStringGetLineBounds(CFStringRef theString, CFRange range, CFIndex *lineBeginIndex, CFIndex *lineEndIndex, CFIndex *contentsEndIndex); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:541:141: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'API_AVAILABLE' | void CFStringGetParagraphBounds(CFStringRef string, CFRange range, CFIndex *parBeginIndex, CFIndex *parEndIndex, CFIndex *contentsEndIndex) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:569:132: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFIndex CFStringGetHyphenationLocationBeforeIndex(CFStringRef string, CFIndex location, CFRange limitRange, CFOptionFlags options, CFLocaleRef locale, UTF32Char *character) API_AVAILABLE(macos(10.7), ios(4.2), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:572:49: error: expected declaration specifiers or '...' before 'CFLocaleRef' | Boolean CFStringIsHyphenationAvailableForLocale(CFLocaleRef locale) API_AVAILABLE(macos(10.7), ios(4.3), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:577:68: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFStringRef CFStringCreateByCombiningStrings(CFAllocatorRef alloc, CFArrayRef theArray, CFStringRef separatorString); /* Empty array returns empty string; one element array returns the element */ | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:580:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringCreateArrayBySeparatingStrings' | CFArrayRef CFStringCreateArrayBySeparatingStrings(CFAllocatorRef alloc, CFStringRef theString, CFStringRef separatorString); /* No separators in the string returns array with that string; string == sep returns two empty strings */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:586:8: error: storage class specified for parameter 'CFStringGetIntValue' | SInt32 CFStringGetIntValue(CFStringRef str); /* Skips whitespace; returns 0 on error, MAX or -MAX on overflow */ | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:589:8: error: storage class specified for parameter 'CFStringGetDoubleValue' | double CFStringGetDoubleValue(CFStringRef str); /* Skips whitespace; returns 0.0 on error */ | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:600:6: error: storage class specified for parameter 'CFStringAppend' | void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:603:6: error: storage class specified for parameter 'CFStringAppendCharacters' | void CFStringAppendCharacters(CFMutableStringRef theString, const UniChar *chars, CFIndex numChars); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:606:86: error: expected declaration specifiers or '...' before 'CFStringEncoding' | void CFStringAppendPascalString(CFMutableStringRef theString, ConstStr255Param pStr, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:609:76: error: expected declaration specifiers or '...' before 'CFStringEncoding' | void CFStringAppendCString(CFMutableStringRef theString, const char *cStr, CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:612:57: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef format, ...) CF_FORMAT_FUNCTION(3,4); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:615:69: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) CF_FORMAT_FUNCTION(3,0); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:615:120: error: unknown type name 'va_list' | void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) CF_FORMAT_FUNCTION(3,0); | ^~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:618:6: error: storage class specified for parameter 'CFStringInsert' | void CFStringInsert(CFMutableStringRef str, CFIndex idx, CFStringRef insertedStr); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:621:6: error: storage class specified for parameter 'CFStringDelete' | void CFStringDelete(CFMutableStringRef theString, CFRange range); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:624:6: error: storage class specified for parameter 'CFStringReplace' | void CFStringReplace(CFMutableStringRef theString, CFRange range, CFStringRef replacement); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:627:6: error: storage class specified for parameter 'CFStringReplaceAll' | void CFStringReplaceAll(CFMutableStringRef theString, CFStringRef replacement); /* Replaces whole string */ | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:638:142: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | CFIndex CFStringFindAndReplace(CFMutableStringRef theString, CFStringRef stringToFind, CFStringRef replacementString, CFRange rangeToSearch, CFStringCompareFlags compareOptions); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:649:6: error: storage class specified for parameter 'CFStringSetExternalCharactersNoCopy' | void CFStringSetExternalCharactersNoCopy(CFMutableStringRef theString, UniChar *chars, CFIndex length, CFIndex capacity); /* Works only on specially created mutable strings! */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:663:6: error: storage class specified for parameter 'CFStringPad' | void CFStringPad(CFMutableStringRef theString, CFStringRef padString, CFIndex length, CFIndex indexIntoPad); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:666:6: error: storage class specified for parameter 'CFStringTrim' | void CFStringTrim(CFMutableStringRef theString, CFStringRef trimString); | ^~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:669:6: error: storage class specified for parameter 'CFStringTrimWhitespace' | void CFStringTrimWhitespace(CFMutableStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:672:54: error: expected declaration specifiers or '...' before 'CFLocaleRef' | void CFStringLowercase(CFMutableStringRef theString, CFLocaleRef locale); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:675:54: error: expected declaration specifiers or '...' before 'CFLocaleRef' | void CFStringUppercase(CFMutableStringRef theString, CFLocaleRef locale); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:678:55: error: expected declaration specifiers or '...' before 'CFLocaleRef' | void CFStringCapitalize(CFMutableStringRef theString, CFLocaleRef locale); | ^~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:686:9: error: storage class specified for parameter 'CFStringNormalizationForm' | typedef CF_ENUM(CFIndex, CFStringNormalizationForm) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:704:64: error: expected declaration specifiers or '...' before 'CFStringNormalizationForm' | CF_EXPORT void CFStringNormalize(CFMutableStringRef theString, CFStringNormalizationForm theForm); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:732:49: error: expected declaration specifiers or '...' before 'CFStringCompareFlags' | void CFStringFold(CFMutableStringRef theString, CFStringCompareFlags theFlags, CFLocaleRef theLocale) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:732:80: error: expected declaration specifiers or '...' before 'CFLocaleRef' | void CFStringFold(CFMutableStringRef theString, CFStringCompareFlags theFlags, CFLocaleRef theLocale) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:739:9: error: storage class specified for parameter 'CFStringTransform' | Boolean CFStringTransform(CFMutableStringRef string, CFRange *range, CFStringRef transform, Boolean reverse); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:743:29: error: storage class specified for parameter 'kCFStringTransformStripCombiningMarks' | CF_EXPORT const CFStringRef kCFStringTransformStripCombiningMarks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:744:29: error: storage class specified for parameter 'kCFStringTransformToLatin' | CF_EXPORT const CFStringRef kCFStringTransformToLatin; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:745:29: error: storage class specified for parameter 'kCFStringTransformFullwidthHalfwidth' | CF_EXPORT const CFStringRef kCFStringTransformFullwidthHalfwidth; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:746:29: error: storage class specified for parameter 'kCFStringTransformLatinKatakana' | CF_EXPORT const CFStringRef kCFStringTransformLatinKatakana; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:747:29: error: storage class specified for parameter 'kCFStringTransformLatinHiragana' | CF_EXPORT const CFStringRef kCFStringTransformLatinHiragana; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:748:29: error: storage class specified for parameter 'kCFStringTransformHiraganaKatakana' | CF_EXPORT const CFStringRef kCFStringTransformHiraganaKatakana; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:749:29: error: storage class specified for parameter 'kCFStringTransformMandarinLatin' | CF_EXPORT const CFStringRef kCFStringTransformMandarinLatin; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:750:29: error: storage class specified for parameter 'kCFStringTransformLatinHangul' | CF_EXPORT const CFStringRef kCFStringTransformLatinHangul; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:751:29: error: storage class specified for parameter 'kCFStringTransformLatinArabic' | CF_EXPORT const CFStringRef kCFStringTransformLatinArabic; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:752:29: error: storage class specified for parameter 'kCFStringTransformLatinHebrew' | CF_EXPORT const CFStringRef kCFStringTransformLatinHebrew; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:753:29: error: storage class specified for parameter 'kCFStringTransformLatinThai' | CF_EXPORT const CFStringRef kCFStringTransformLatinThai; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:754:29: error: storage class specified for parameter 'kCFStringTransformLatinCyrillic' | CF_EXPORT const CFStringRef kCFStringTransformLatinCyrillic; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:755:29: error: storage class specified for parameter 'kCFStringTransformLatinGreek' | CF_EXPORT const CFStringRef kCFStringTransformLatinGreek; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:756:29: error: storage class specified for parameter 'kCFStringTransformToXMLHex' | CF_EXPORT const CFStringRef kCFStringTransformToXMLHex; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:757:29: error: storage class specified for parameter 'kCFStringTransformToUnicodeName' | CF_EXPORT const CFStringRef kCFStringTransformToUnicodeName; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:758:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'API_AVAILABLE' | CF_EXPORT const CFStringRef kCFStringTransformStripDiacritics API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:766:37: error: expected declaration specifiers or '...' before 'CFStringEncoding' | Boolean CFStringIsEncodingAvailable(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:771:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | const CFStringEncoding *CFStringGetListOfAvailableEncodings(void); | ^ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:776:39: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringGetNameOfEncoding(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:781:57: error: expected declaration specifiers or '...' before 'CFStringEncoding' | unsigned long CFStringConvertEncodingToNSStringEncoding(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:784:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringConvertNSStringEncodingToEncoding' | CFStringEncoding CFStringConvertNSStringEncodingToEncoding(unsigned long encoding); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:789:49: error: expected declaration specifiers or '...' before 'CFStringEncoding' | UInt32 CFStringConvertEncodingToWindowsCodepage(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:792:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringConvertWindowsCodepageToEncoding' | CFStringEncoding CFStringConvertWindowsCodepageToEncoding(UInt32 codepage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:797:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringConvertIANACharSetNameToEncoding' | CFStringEncoding CFStringConvertIANACharSetNameToEncoding(CFStringRef theString); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:800:55: error: expected declaration specifiers or '...' before 'CFStringEncoding' | CFStringRef CFStringConvertEncodingToIANACharSetName(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:807:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFStringGetMostCompatibleMacStringEncoding' | CFStringEncoding CFStringGetMostCompatibleMacStringEncoding(CFStringEncoding encoding); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:829:3: error: storage class specified for parameter 'CFStringInlineBuffer' | } CFStringInlineBuffer; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:832:58: error: expected declaration specifiers or '...' before 'CFStringInlineBuffer' | CF_INLINE void CFStringInitInlineBuffer(CFStringRef str, CFStringInlineBuffer *buf, CFRange range) { | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:839:56: error: expected declaration specifiers or '...' before 'CFStringInlineBuffer' | CF_INLINE UniChar CFStringGetCharacterFromInlineBuffer(CFStringInlineBuffer *buf, CFIndex idx) { | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:867:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | CF_INLINE Boolean CFStringIsSurrogateHighCharacter(UniChar character) { | ^ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:871:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | CF_INLINE Boolean CFStringIsSurrogateLowCharacter(UniChar character) { | ^ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:875:107: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | CF_INLINE UTF32Char CFStringGetLongCharacterForSurrogatePair(UniChar surrogateHigh, UniChar surrogateLow) { | ^ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:880:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | CF_INLINE Boolean CFStringGetSurrogatePairForLongCharacter(UTF32Char character, UniChar *surrogates) { | ^ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:901:6: error: storage class specified for parameter 'CFShow' | void CFShow(CFTypeRef obj); | ^~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:904:6: error: storage class specified for parameter 'CFShowStr' | void CFShowStr(CFStringRef str); | ^~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:908:14: error: storage class specified for parameter '__CFStringMakeConstantString' | CFStringRef __CFStringMakeConstantString(const char *cStr) CF_FORMAT_ARGUMENT(1); /* Private; do not use */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from conftest.c:74:0: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:22:19: error: storage class specified for parameter 'kCFPreferencesAnyApplication' | const CFStringRef kCFPreferencesAnyApplication; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:24:19: error: storage class specified for parameter 'kCFPreferencesCurrentApplication' | const CFStringRef kCFPreferencesCurrentApplication; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:26:19: error: storage class specified for parameter 'kCFPreferencesAnyHost' | const CFStringRef kCFPreferencesAnyHost; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:28:19: error: storage class specified for parameter 'kCFPreferencesCurrentHost' | const CFStringRef kCFPreferencesCurrentHost; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:30:19: error: storage class specified for parameter 'kCFPreferencesAnyUser' | const CFStringRef kCFPreferencesAnyUser; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:32:19: error: storage class specified for parameter 'kCFPreferencesCurrentUser' | const CFStringRef kCFPreferencesCurrentUser; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:49:29: error: storage class specified for parameter 'CFPreferencesCopyAppValue' | _Nullable CFPropertyListRef CFPreferencesCopyAppValue(CFStringRef key, CFStringRef applicationID); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:55:9: error: storage class specified for parameter 'CFPreferencesGetAppBooleanValue' | Boolean CFPreferencesGetAppBooleanValue(CFStringRef key, CFStringRef applicationID, Boolean * _Nullable keyExistsAndHasValidFormat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from conftest.c:74:0: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:61:9: error: storage class specified for parameter 'CFPreferencesGetAppIntegerValue' | CFIndex CFPreferencesGetAppIntegerValue(CFStringRef key, CFStringRef applicationID, Boolean * _Nullable keyExistsAndHasValidFormat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:67:6: error: storage class specified for parameter 'CFPreferencesSetAppValue' | void CFPreferencesSetAppValue(CFStringRef key, _Nullable CFPropertyListRef value, CFStringRef applicationID); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:74:6: error: storage class specified for parameter 'CFPreferencesAddSuitePreferencesToApp' | void CFPreferencesAddSuitePreferencesToApp(CFStringRef applicationID, CFStringRef suiteID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:77:6: error: storage class specified for parameter 'CFPreferencesRemoveSuitePreferencesFromApp' | void CFPreferencesRemoveSuitePreferencesFromApp(CFStringRef applicationID, CFStringRef suiteID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:82:9: error: storage class specified for parameter 'CFPreferencesAppSynchronize' | Boolean CFPreferencesAppSynchronize(CFStringRef applicationID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:89:29: error: storage class specified for parameter 'CFPreferencesCopyValue' | _Nullable CFPropertyListRef CFPreferencesCopyValue(CFStringRef key, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:96:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFPreferencesCopyMultiple' | CFDictionaryRef CFPreferencesCopyMultiple(_Nullable CFArrayRef keysToFetch, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:101:6: error: storage class specified for parameter 'CFPreferencesSetValue' | void CFPreferencesSetValue(CFStringRef key, _Nullable CFPropertyListRef value, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:106:41: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFPreferencesSetMultiple(_Nullable CFDictionaryRef keysToSet, _Nullable CFArrayRef keysToRemove, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:106:78: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFPreferencesSetMultiple(_Nullable CFDictionaryRef keysToSet, _Nullable CFArrayRef keysToRemove, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:109:9: error: storage class specified for parameter 'CFPreferencesSynchronize' | Boolean CFPreferencesSynchronize(CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:116:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFPreferencesCopyApplicationList' | _Nullable CFArrayRef CFPreferencesCopyApplicationList(CFStringRef userName, CFStringRef hostName) API_DEPRECATED("Unsupported API", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:122:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFPreferencesCopyKeyList' | _Nullable CFArrayRef CFPreferencesCopyKeyList(CFStringRef applicationID, CFStringRef userName, CFStringRef hostName); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:131:9: error: storage class specified for parameter 'CFPreferencesAppValueIsForced' | Boolean CFPreferencesAppValueIsForced(CFStringRef key, CFStringRef applicationID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | conftest.c:77:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPreferences.h:13:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:663:11: error: old-style parameter declarations in prototyped function definition | CFTypeRef CFAutorelease(CFTypeRef CF_RELEASES_ARGUMENT arg) API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | conftest.c:81:1: error: expected '{' at end of input | } | ^ | configure:16029: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:16038: result: no | configure:16045: checking for CFLocaleCopyCurrent | configure:16063: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:13:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h: In function 'CFAutorelease': | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:663:61: error: expected declaration specifiers before 'API_AVAILABLE' | CFTypeRef CFAutorelease(CFTypeRef CF_RELEASES_ARGUMENT arg) API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:666:9: error: storage class specified for parameter 'CFGetRetainCount' | CFIndex CFGetRetainCount(CFTypeRef cf); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:670:9: error: storage class specified for parameter 'CFEqual' | Boolean CFEqual(CFTypeRef cf1, CFTypeRef cf2); | ^~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:673:12: error: storage class specified for parameter 'CFHash' | CFHashCode CFHash(CFTypeRef cf); | ^~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:676:13: error: storage class specified for parameter 'CFCopyDescription' | CFStringRef CFCopyDescription(CFTypeRef cf); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:679:16: error: storage class specified for parameter 'CFGetAllocator' | CFAllocatorRef CFGetAllocator(CFTypeRef cf); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:685:11: error: storage class specified for parameter 'CFMakeCollectable' | CFTypeRef CFMakeCollectable(CFTypeRef cf) CF_AUTOMATED_REFCOUNT_UNAVAILABLE; | ^~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:14:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: error: storage class specified for parameter 'CFArrayRetainCallBack' | typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:17: error: storage class specified for parameter 'CFArrayReleaseCallBack' | typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:76:23: error: storage class specified for parameter 'CFArrayCopyDescriptionCallBack' | typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:77:20: error: storage class specified for parameter 'CFArrayEqualCallBack' | typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:80:5: error: expected specifier-qualifier-list before 'CFArrayRetainCallBack' | CFArrayRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:84:3: error: storage class specified for parameter 'CFArrayCallBacks' | } CFArrayCallBacks; | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:92:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeArrayCallBacks' | const CFArrayCallBacks kCFTypeArrayCallBacks; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:102:16: error: storage class specified for parameter 'CFArrayApplierFunction' | typedef void (*CFArrayApplierFunction)(const void *value, void *context); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:108:59: error: storage class specified for parameter 'CFArrayRef' | typedef const struct CF_BRIDGED_TYPE(NSArray) __CFArray * CFArrayRef; | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:114:68: error: storage class specified for parameter 'CFMutableArrayRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableArray) __CFArray * CFMutableArrayRef; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:121:10: error: storage class specified for parameter 'CFArrayGetTypeID' | CFTypeID CFArrayGetTypeID(void); | ^~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:174:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreate' | CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFArrayCallBacks *callBacks); | ^~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:195:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateCopy' | CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:239:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateMutable' | CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks *callBacks); | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:269:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFArrayCreateMutableCopy' | CFMutableArrayRef CFArrayCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFArrayRef theArray); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:279:25: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetCount(CFArrayRef theArray); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:302:32: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetCountOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:325:30: error: expected declaration specifiers or '...' before 'CFArrayRef' | Boolean CFArrayContainsValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:339:36: error: expected declaration specifiers or '...' before 'CFArrayRef' | const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:360:23: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayGetValues(CFArrayRef theArray, CFRange range, const void **values); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:387:27: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayApplyFunction(CFArrayRef theArray, CFRange range, CFArrayApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:387:63: error: expected declaration specifiers or '...' before 'CFArrayApplierFunction' | void CFArrayApplyFunction(CFArrayRef theArray, CFRange range, CFArrayApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:412:37: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetFirstIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:437:36: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayGetLastIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | ^~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:476:30: error: expected declaration specifiers or '...' before 'CFArrayRef' | CFIndex CFArrayBSearchValues(CFArrayRef theArray, CFRange range, const void *value, CFComparatorFunction comparator, void *context); | ^~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:14:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:492:25: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:513:32: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayInsertValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:534:29: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArraySetValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:548:32: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayRemoveValueAtIndex(CFMutableArrayRef theArray, CFIndex idx); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:558:29: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayRemoveAllValues(CFMutableArrayRef theArray); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:592:27: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayReplaceValues(CFMutableArrayRef theArray, CFRange range, const void **newValues, CFIndex newCount); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:610:37: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayExchangeValuesAtIndices(CFMutableArrayRef theArray, CFIndex idx1, CFIndex idx2); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:640:24: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArraySortValues(CFMutableArrayRef theArray, CFRange range, CFComparatorFunction comparator, void *context); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:667:25: error: expected declaration specifiers or '...' before 'CFMutableArrayRef' | void CFArrayAppendArray(CFMutableArrayRef theArray, CFArrayRef otherArray, CFRange otherRange); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:667:53: error: expected declaration specifiers or '...' before 'CFArrayRef' | void CFArrayAppendArray(CFMutableArrayRef theArray, CFArrayRef otherArray, CFRange otherRange); | ^~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:97:24: error: storage class specified for parameter 'CFDictionaryRetainCallBack' | typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:98:17: error: storage class specified for parameter 'CFDictionaryReleaseCallBack' | typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:99:23: error: storage class specified for parameter 'CFDictionaryCopyDescriptionCallBack' | typedef CFStringRef (*CFDictionaryCopyDescriptionCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:100:20: error: storage class specified for parameter 'CFDictionaryEqualCallBack' | typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:101:22: error: storage class specified for parameter 'CFDictionaryHashCallBack' | typedef CFHashCode (*CFDictionaryHashCallBack)(const void *value); | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:104:5: error: expected specifier-qualifier-list before 'CFDictionaryRetainCallBack' | CFDictionaryRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:109:3: error: storage class specified for parameter 'CFDictionaryKeyCallBacks' | } CFDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:118:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeDictionaryKeyCallBacks' | const CFDictionaryKeyCallBacks kCFTypeDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:129:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFCopyStringDictionaryKeyCallBacks' | const CFDictionaryKeyCallBacks kCFCopyStringDictionaryKeyCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:156:5: error: expected specifier-qualifier-list before 'CFDictionaryRetainCallBack' | CFDictionaryRetainCallBack retain; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:160:3: error: storage class specified for parameter 'CFDictionaryValueCallBacks' | } CFDictionaryValueCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:169:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFTypeDictionaryValueCallBacks' | const CFDictionaryValueCallBacks kCFTypeDictionaryValueCallBacks; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:180:16: error: storage class specified for parameter 'CFDictionaryApplierFunction' | typedef void (*CFDictionaryApplierFunction)(const void *key, const void *value, void *context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: error: storage class specified for parameter 'CFDictionaryRef' | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef; | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:192:78: error: storage class specified for parameter 'CFMutableDictionaryRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(NSMutableDictionary) __CFDictionary * CFMutableDictionaryRef; | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:199:10: error: storage class specified for parameter 'CFDictionaryGetTypeID' | CFTypeID CFDictionaryGetTypeID(void); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:284:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreate' | CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:15:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:308:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateCopy' | CFDictionaryRef CFDictionaryCreateCopy(CFAllocatorRef allocator, CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:380:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateMutable' | CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:413:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFDictionaryCreateMutableCopy' | CFMutableDictionaryRef CFDictionaryCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:423:30: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCount(CFDictionaryRef theDict); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:442:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCountOfKey(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:458:37: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CFIndex CFDictionaryGetCountOfValue(CFDictionaryRef theDict, const void *value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:476:33: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryContainsKey(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:492:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryContainsValue(CFDictionaryRef theDict, const void *value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:514:34: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:539:39: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void **value); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:562:35: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFDictionaryGetKeysAndValues(CFDictionaryRef theDict, const void **keys, const void **values); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:582:32: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | void CFDictionaryApplyFunction(CFDictionaryRef theDict, CFDictionaryApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:582:57: error: expected declaration specifiers or '...' before 'CFDictionaryApplierFunction' | void CFDictionaryApplyFunction(CFDictionaryRef theDict, CFDictionaryApplierFunction CF_NOESCAPE applier, void *context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:602:27: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryAddValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:625:27: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionarySetValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:644:31: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryReplaceValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:658:30: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryRemoveValue(CFMutableDictionaryRef theDict, const void *key); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:668:34: error: expected declaration specifiers or '...' before 'CFMutableDictionaryRef' | void CFDictionaryRemoveAllValues(CFMutableDictionaryRef theDict); | ^~~~~~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:19:21: error: storage class specified for parameter 'CFNotificationName' | typedef CFStringRef CFNotificationName CF_EXTENSIBLE_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:21:69: error: storage class specified for parameter 'CFNotificationCenterRef' | typedef struct CF_BRIDGED_MUTABLE_TYPE(id) __CFNotificationCenter * CFNotificationCenterRef; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:40: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:88: error: expected declaration specifiers or '...' before 'CFNotificationName' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:23:133: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | ^~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:25:9: error: storage class specified for parameter 'CFNotificationSuspensionBehavior' | typedef CF_ENUM(CFIndex, CFNotificationSuspensionBehavior) { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:16:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:36:20: error: storage class specified for parameter 'CFNotificationCenterGetTypeID' | CF_EXPORT CFTypeID CFNotificationCenterGetTypeID(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:38:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetLocalCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetLocalCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:41:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetDistributedCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetDistributedCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:44:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFNotificationCenterGetDarwinNotifyCenter' | CF_EXPORT CFNotificationCenterRef CFNotificationCenterGetDarwinNotifyCenter(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:48: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:102: error: unknown type name 'CFNotificationCallback' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:62:173: error: expected declaration specifiers or '...' before 'CFNotificationSuspensionBehavior' | CF_EXPORT void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:64:51: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterRemoveObserver(CFNotificationCenterRef center, const void *observer, CFNotificationName name, const void *object); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:64:105: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterRemoveObserver(CFNotificationCenterRef center, const void *observer, CFNotificationName name, const void *object); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:65:56: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterRemoveEveryObserver(CFNotificationCenterRef center, const void *observer); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:53: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:85: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:67:130: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CF_EXPORT void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | ^~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:64: error: expected declaration specifiers or '...' before 'CFNotificationCenterRef' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:96: error: expected declaration specifiers or '...' before 'CFNotificationName' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:74:141: error: expected declaration specifiers or '...' before 'CFDictionaryRef' | CF_EXPORT void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | ^~~~~~~~~~~~~~~ | In file included from conftest.c:74:0: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:21:21: error: storage class specified for parameter 'CFLocaleIdentifier' | typedef CFStringRef CFLocaleIdentifier CF_EXTENSIBLE_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:22:21: error: storage class specified for parameter 'CFLocaleKey' | typedef CFStringRef CFLocaleKey CF_STRING_ENUM; | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:24:60: error: storage class specified for parameter 'CFLocaleRef' | typedef const struct CF_BRIDGED_TYPE(NSLocale) __CFLocale *CFLocaleRef; | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:27:10: error: storage class specified for parameter 'CFLocaleGetTypeID' | CFTypeID CFLocaleGetTypeID(void); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:30:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetSystem' | CFLocaleRef CFLocaleGetSystem(void); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:34:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyCurrent' | CFLocaleRef CFLocaleCopyCurrent(void); | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:45:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyAvailableLocaleIdentifiers' | CFArrayRef CFLocaleCopyAvailableLocaleIdentifiers(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:50:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOLanguageCodes' | CFArrayRef CFLocaleCopyISOLanguageCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:56:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOCountryCodes' | CFArrayRef CFLocaleCopyISOCountryCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:62:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyISOCurrencyCodes' | CFArrayRef CFLocaleCopyISOCurrencyCodes(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:68:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyCommonISOCurrencyCodes' | CFArrayRef CFLocaleCopyCommonISOCurrencyCodes(void) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:73:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCopyPreferredLanguages' | CFArrayRef CFLocaleCopyPreferredLanguages(void) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:77:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLanguageIdentifierFromString' | CFLocaleIdentifier CFLocaleCreateCanonicalLanguageIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from conftest.c:74:0: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:82:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLocaleIdentifierFromString' | CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:87:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes' | CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes(CFAllocatorRef allocator, LangCode lcode, RegionCode rcode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:91:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode' | CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(CFAllocatorRef allocator, uint32_t lcid) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:95:59: error: expected declaration specifiers or '...' before 'CFLocaleIdentifier' | uint32_t CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier(CFLocaleIdentifier localeIdentifier) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:18:0, | from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:13, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:98:9: error: storage class specified for parameter 'CFLocaleLanguageDirection' | typedef CF_ENUM(CFIndex, CFLocaleLanguageDirection) { | ^ | In file included from conftest.c:74:0: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:107:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetLanguageCharacterDirection' | CFLocaleLanguageDirection CFLocaleGetLanguageCharacterDirection(CFStringRef isoLangCode) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:110:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetLanguageLineDirection' | CFLocaleLanguageDirection CFLocaleGetLanguageLineDirection(CFStringRef isoLangCode) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:113:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateComponentsFromLocaleIdentifier' | CFDictionaryRef CFLocaleCreateComponentsFromLocaleIdentifier(CFAllocatorRef allocator, CFLocaleIdentifier localeID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:123:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateLocaleIdentifierFromComponents' | CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromComponents(CFAllocatorRef allocator, CFDictionaryRef dictionary); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:131:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreate' | CFLocaleRef CFLocaleCreate(CFAllocatorRef allocator, CFLocaleIdentifier localeIdentifier); | ^~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:135:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleCreateCopy' | CFLocaleRef CFLocaleCreateCopy(CFAllocatorRef allocator, CFLocaleRef locale); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:141:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CFLocaleGetIdentifier' | CFLocaleIdentifier CFLocaleGetIdentifier(CFLocaleRef locale); | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:146:28: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFTypeRef CFLocaleGetValue(CFLocaleRef locale, CFLocaleKey key); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:146:48: error: expected declaration specifiers or '...' before 'CFLocaleKey' | CFTypeRef CFLocaleGetValue(CFLocaleRef locale, CFLocaleKey key); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:151:53: error: expected declaration specifiers or '...' before 'CFLocaleRef' | CFStringRef CFLocaleCopyDisplayNameForPropertyValue(CFLocaleRef displayLocale, CFLocaleKey key, CFStringRef value); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:151:80: error: expected declaration specifiers or '...' before 'CFLocaleKey' | CFStringRef CFLocaleCopyDisplayNameForPropertyValue(CFLocaleRef displayLocale, CFLocaleKey key, CFStringRef value); | ^~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:157:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrentLocaleDidChangeNotification' | CF_EXPORT const CFNotificationName kCFLocaleCurrentLocaleDidChangeNotification API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:161:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleIdentifier; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:162:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleLanguageCode' | CF_EXPORT const CFLocaleKey kCFLocaleLanguageCode; | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:163:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCountryCode' | CF_EXPORT const CFLocaleKey kCFLocaleCountryCode; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:164:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleScriptCode' | CF_EXPORT const CFLocaleKey kCFLocaleScriptCode; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:165:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleVariantCode' | CF_EXPORT const CFLocaleKey kCFLocaleVariantCode; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:167:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleExemplarCharacterSet' | CF_EXPORT const CFLocaleKey kCFLocaleExemplarCharacterSet; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:168:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCalendarIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCalendarIdentifier; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:169:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCalendar' | CF_EXPORT const CFLocaleKey kCFLocaleCalendar; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:170:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCollationIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCollationIdentifier; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:171:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleUsesMetricSystem' | CF_EXPORT const CFLocaleKey kCFLocaleUsesMetricSystem; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:172:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleMeasurementSystem' | CF_EXPORT const CFLocaleKey kCFLocaleMeasurementSystem; // "Metric", "U.S." or "U.K." | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:173:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleDecimalSeparator' | CF_EXPORT const CFLocaleKey kCFLocaleDecimalSeparator; | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:174:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleGroupingSeparator' | CF_EXPORT const CFLocaleKey kCFLocaleGroupingSeparator; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:175:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrencySymbol' | CF_EXPORT const CFLocaleKey kCFLocaleCurrencySymbol; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:176:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCurrencyCode' | CF_EXPORT const CFLocaleKey kCFLocaleCurrencyCode; // ISO 3-letter currency code | ^~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:177:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleCollatorIdentifier' | CF_EXPORT const CFLocaleKey kCFLocaleCollatorIdentifier API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:178:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleQuotationBeginDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleQuotationBeginDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:179:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleQuotationEndDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleQuotationEndDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:180:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleAlternateQuotationBeginDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleAlternateQuotationBeginDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:181:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFLocaleAlternateQuotationEndDelimiterKey' | CF_EXPORT const CFLocaleKey kCFLocaleAlternateQuotationEndDelimiterKey API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:184:21: error: storage class specified for parameter 'CFCalendarIdentifier' | typedef CFStringRef CFCalendarIdentifier CF_STRING_ENUM; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:186:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFGregorianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFGregorianCalendar; | ^~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:187:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFBuddhistCalendar' | CF_EXPORT const CFCalendarIdentifier kCFBuddhistCalendar; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:188:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFChineseCalendar' | CF_EXPORT const CFCalendarIdentifier kCFChineseCalendar; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:189:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFHebrewCalendar' | CF_EXPORT const CFCalendarIdentifier kCFHebrewCalendar; | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:190:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicCalendar; | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:191:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicCivilCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicCivilCalendar; | ^~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:192:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFJapaneseCalendar' | CF_EXPORT const CFCalendarIdentifier kCFJapaneseCalendar; | ^~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:193:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFRepublicOfChinaCalendar' | CF_EXPORT const CFCalendarIdentifier kCFRepublicOfChinaCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:194:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFPersianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFPersianCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:195:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIndianCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIndianCalendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:196:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFISO8601Calendar' | CF_EXPORT const CFCalendarIdentifier kCFISO8601Calendar API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:197:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicTabularCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicTabularCalendar API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:198:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kCFIslamicUmmAlQuraCalendar' | CF_EXPORT const CFCalendarIdentifier kCFIslamicUmmAlQuraCalendar API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | conftest.c:77:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | { | ^ | In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:13:0, | from conftest.c:74: | /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:663:11: error: old-style parameter declarations in prototyped function definition | CFTypeRef CFAutorelease(CFTypeRef CF_RELEASES_ARGUMENT arg) API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); | ^~~~~~~~~~~~~ | conftest.c:81:1: error: expected '{' at end of input | } | ^ | configure:16063: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:16072: result: no | configure:16121: checking for GNU gettext in libc | configure:16150: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "_libintl_bindtextdomain", referenced from: | _main in ccBUdYhR.o | "_libintl_gettext", referenced from: | _main in ccBUdYhR.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:16150: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) | | #else | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | | #endif | | | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | | | ; | | return 0; | | } | configure:16159: result: no | configure:16193: checking for iconv | configure:16217: gcc -o conftest -g -O2 conftest.c >&5 | Undefined symbols for architecture x86_64: | "_iconv", referenced from: | _main in ccNCB7gQ.o | "_iconv_close", referenced from: | _main in ccNCB7gQ.o | "_iconv_open", referenced from: | _main in ccNCB7gQ.o | ld: symbol(s) not found for architecture x86_64 | collect2: error: ld returned 1 exit status | configure:16217: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:16241: gcc -o conftest -g -O2 conftest.c -liconv >&5 | configure:16241: $? = 0 | configure:16251: result: yes | configure:16254: checking for working iconv | configure:16383: gcc -o conftest -g -O2 conftest.c -liconv >&5 | configure:16383: $? = 0 | configure:16383: ./conftest | configure:16383: $? = 0 | configure:16395: result: yes | configure:16410: checking how to link with libiconv | configure:16412: result: -liconv | configure:16884: checking for GNU gettext in libintl | configure:16921: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libintl.dylib >&5 | configure:16921: $? = 0 | configure:16971: result: yes | configure:17006: checking whether to use NLS | configure:17008: result: yes | configure:17011: checking where the gettext function comes from | configure:17022: result: external libintl | configure:17030: checking how to link with libintl | configure:17032: result: /usr/local/lib/libintl.dylib | configure:17088: checking for nl_langinfo and CODESET | configure:17104: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 | configure:17104: $? = 0 | configure:17113: result: yes | configure:17123: Checks for curses ... | configure:17127: checking for initscr in -lncursesw | configure:17152: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:17152: $? = 0 | configure:17161: result: yes | configure:17175: checking ncursesw/ncurses.h usability | configure:17175: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 | configure:17175: $? = 0 | configure:17175: result: yes | configure:17175: checking ncursesw/ncurses.h presence | configure:17175: gcc -E -I/usr/local/include conftest.c | configure:17175: $? = 0 | configure:17175: result: yes | configure:17175: checking for ncursesw/ncurses.h | configure:17175: result: yes | configure:17507: checking for ncurses _nc_freeall function | configure:17521: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:17521: $? = 0 | configure:17523: result: yes | configure:17531: checking for ncurses use_legacy_coding function | configure:17545: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:17545: $? = 0 | configure:17547: result: yes | configure:17558: checking for curses color_set function | configure:17585: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:17585: $? = 0 | configure:17587: result: yes | configure:17599: Checks for Berkeley DB ... | configure:17604: checking db.h usability | configure:17604: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 | configure:17604: $? = 0 | configure:17604: result: yes | configure:17604: checking db.h presence | configure:17604: gcc -E -I/usr/local/include conftest.c | configure:17604: $? = 0 | configure:17604: result: yes | configure:17604: checking for db.h | configure:17604: result: yes | configure:17642: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:17642: $? = 0 | configure:17642: ./conftest | configure:17642: $? = 0 | configure:17656: db.h reports version "-Berkeley DB 6.2.32: (April 5, 2017)-" | configure:17660: checking for Berkeley DB db.h version >= 4.1 | configure:17664: result: yes (6.2) | configure:17679: checking for Berkeley DB library with version 6.2 | configure:17710: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw -ldb-6.2 >&5 | configure:17710: $? = 0 | configure:17710: ./conftest | configure:17710: $? = 0 | configure:17724: result: yes | configure:17726: BDB library version 6.2 found as -ldb-6.2 | configure:17787: checking for _WIN32 | configure:17796: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 | conftest.c:89:4: error: #error macro not defined | # error macro not defined | ^~~~~ | configure:17796: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | #ifndef _WIN32 | | # error macro not defined | | #endif | configure:17801: result: no | configure:17808: checking for dlopen in -lc | configure:17833: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lc -lncursesw >&5 | configure:17833: $? = 0 | configure:17842: result: yes | configure:18025: checking for dladdr in -lc | configure:18050: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lc -lncursesw >&5 | configure:18050: $? = 0 | configure:18059: result: yes | configure:18130: checking for support of computed gotos | configure:18147: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 | configure:18147: $? = 0 | configure:18150: result: yes | configure:18159: checking for working strftime | configure:18193: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:18193: $? = 0 | configure:18193: ./conftest | configure:18193: $? = 0 | configure:18197: result: yes | configure:18209: checking if size of long int = size of long long | configure:18245: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:18245: $? = 0 | configure:18245: ./conftest | configure:18245: $? = 0 | configure:18247: result: yes | configure:18258: checking if long is 32 bits | configure:18294: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:18294: $? = 0 | configure:18294: ./conftest | configure:18294: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define YYTEXT_POINTER 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_STRFTIME 1 | | #define COB_LI_IS_LL 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof (long) == 4) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:18299: result: no | configure:18311: checking if pointer is longer than 32 bits | configure:18353: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lncursesw >&5 | configure:18353: $? = 0 | configure:18353: ./conftest | configure:18353: $? = 0 | configure:18357: result: yes | configure:18393: checking for aligned attribute | configure:18406: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 | configure:18406: $? = 0 | configure:18408: result: yes | configure:18546: checking for gcc pointer sign option | configure:18559: gcc -c -O2 -pipe -Wno-pointer-sign -I/usr/local/include conftest.c >&5 | configure:18559: $? = 0 | configure:18560: result: yes | configure:18958: checking that generated files are newer than configure | configure:18964: result: done | configure:19000: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 3.0-dev, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on milo.local | | config.status:1346: creating bin/cob-config | config.status:1346: creating Makefile | config.status:1346: creating libcob/Makefile | config.status:1346: creating lib/Makefile | config.status:1346: creating cobc/Makefile | config.status:1346: creating bin/Makefile | config.status:1346: creating po/Makefile.in | config.status:1346: creating doc/Makefile | config.status:1346: creating config/Makefile | config.status:1346: creating copy/Makefile | config.status:1346: creating tests/atlocal | config.status:1346: creating tests/Makefile | config.status:1346: creating tests/cobol85/Makefile | config.status:1346: creating extras/Makefile | config.status:1346: creating config.h | config.status:1575: executing tests/atconfig commands | config.status:1575: executing depfiles commands | config.status:1575: executing libtool commands | config.status:1575: executing po-directories commands | config.status:1575: executing chmod commands | configure:21314: GnuCOBOL Configuration: | configure:21316: CC gcc | configure:21318: CFLAGS -O2 -pipe | configure:21320: LDFLAGS | configure:21323: COBC_LIBS -L/usr/local/lib -lintl | configure:21326: COB_CC gcc | configure:21328: COB_CFLAGS -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -pipe | configure:21330: COB_LDFLAGS | configure:21332: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -L/usr/local/lib -lintl -lncursesw -ldb-6.2 | configure:21334: COB_CONFIG_DIR ${datarootdir}/gnucobol/config | configure:21336: COB_COPY_DIR ${datarootdir}/gnucobol/copy | configure:21338: COB_LIBRARY_PATH ${exec_prefix}/lib/gnucobol | configure:21340: COB_OBJECT_EXT o | configure:21342: COB_MODULE_EXT dylib | configure:21344: COB_EXE_EXT | configure:21346: COB_SHARED_OPT -bundle -flat_namespace -undefined suppress | configure:21348: COB_PIC_FLAGS -fno-common -DPIC | configure:21350: COB_EXPORT_DYN | configure:21353: COB_STRIP_CMD strip -x | configure:21357: Dynamic loading: System | configure:21363: Use gettext for international messages: yes | configure:21365: Use fcntl for file locking: yes | configure:21377: Use ncurses/pdcurses/curses for screen I/O: ncursesw | configure:21402: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-apple-darwin17.3.0 | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_LT_SYS_LIBRARY_PATH_set= | ac_cv_env_LT_SYS_LIBRARY_PATH_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func__doprnt=no | ac_cv_func_canonicalize_file_name=no | ac_cv_func_fcntl=yes | ac_cv_func_fdatasync=yes | ac_cv_func_getexecname=no | ac_cv_func_gettimeofday=yes | ac_cv_func_localeconv=yes | ac_cv_func_memmove=yes | ac_cv_func_memset=yes | ac_cv_func_raise=yes | ac_cv_func_readlink=yes | ac_cv_func_realpath=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sigaction=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcoll=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_strxfrm=yes | ac_cv_func_vprintf=yes | ac_cv_header_db_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=no | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncursesw_ncurses_h=yes | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=x86_64-apple-darwin17.3.0 | ac_cv_lib_c_dladdr=yes | ac_cv_lib_c_dlopen=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_lex=-ll | ac_cv_lib_ncursesw_initscr=yes | ac_cv_objext=o | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_FGREP='/usr/bin/grep -F' | ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_MSGFMT=/usr/local/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge | ac_cv_path_SED=/usr/local/bin/gsed | ac_cv_path_XGETTEXT=/usr/local/bin/xgettext | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_lt_DD=/bin/dd | ac_cv_prog_AWK=awk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_LEX=flex | ac_cv_prog_YACC='bison -y' | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | ac_cv_prog_ac_ct_LIPO=lipo | ac_cv_prog_ac_ct_NMEDIT=nmedit | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_OTOOL=otool | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_lex_root=lex.yy | ac_cv_prog_lex_yytext_pointer=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_struct_tm=time.h | ac_cv_type_sig_atomic_t=yes | ac_cv_type_size_t=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec= | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=no | acl_cv_rpath=done | acl_cv_shlibext=dylib | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=yes | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=yes | lt_cv_apple_cc_single_mod=yes | lt_cv_ar_at_file=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_exported_symbols_list=yes | lt_cv_ld_force_load=yes | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_pic='-fno-common -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_compiler_static_works=no | lt_cv_prog_gnu_ld=no | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_global_symbol_to_import= | lt_cv_sys_max_cmd_len=196608 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | | | | | | | | | | | | | | @echo "Need to reconfigure with --enable-code-coverage" | @echo "Need to reconfigure with --enable-code-coverage" | $(CODE_COVERAGE_IGNORE_PATTERN); | $(CODE_COVERAGE_OUTPUT_FILE); | # | # | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) | # (Default: $(top_builddir)) | # (Default: empty) | # Multiple directories may be specified, separated by whitespace. | # by lcov for code coverage. (Default: | # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # lcov instance. (Default: empty) | # reports to be created. (Default: | # set to 0 to disable it and leave empty to stay with the default. | # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, | # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. | # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml | # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore | # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov | # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov | # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov | # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering | # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov | # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov | # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage | # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated | # $(PACKAGE_VERSION). In order to add the current git hash to the title, | # Capture code coverage data | # Code coverage | # Hook rule executed before code-coverage-capture, overridable by the user | # Optional variables | # Optional: | # The generated report will be titled using the $(PACKAGE_NAME) and | # Use recursive makes in order to ignore errors during check | # sanitizes the test-name: replaces with underscores: dashes and dots | # use the git-version-gen script, available online. | $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | ' | --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean | ACLOCAL='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing aclocal-1.15' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage | AM_DISTCHECK_CONFIGURE_FLAGS ?= | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing automake-1.15' | AWK='awk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -pipe' | COBC_LIBS=' -L/usr/local/lib -lintl' | COB_BIGENDIAN='no' | COB_CC='gcc' | COB_CFLAGS='-I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -pipe' | COB_CONFIG_DIR='${datarootdir}/gnucobol/config' | COB_COPY_DIR='${datarootdir}/gnucobol/copy' | COB_EXE_EXT='' | COB_EXPORT_DYN='' | COB_FIX_LIB='' | COB_FIX_LIBTOOL='' | COB_HAS_64_BIT_POINTER='yes' | COB_HAS_CURSES='yes' | COB_HAS_ISAM='db' | COB_HAS_UTC_OFFSET='yes' | COB_KEYWORD_INLINE='' | COB_LDFLAGS='' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnucobol' | COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -L/usr/local/lib -lintl -lncursesw -ldb-6.2' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MAKE_RUN_BINARIES_FALSE='#' | COB_MAKE_RUN_BINARIES_TRUE='' | COB_MODULE_EXT='dylib' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-fno-common -DPIC' | COB_SHARED_OPT='-bundle -flat_namespace -undefined suppress' | CODE_COVERAGE_BRANCH_COVERAGE ?= | CODE_COVERAGE_CFLAGS='' | CODE_COVERAGE_CPPFLAGS='' | CODE_COVERAGE_CXXFLAGS='' | CODE_COVERAGE_DIRECTORY ?= $(top_builddir) | CODE_COVERAGE_ENABLED='no' | CODE_COVERAGE_ENABLED_FALSE='' | CODE_COVERAGE_ENABLED_TRUE='#' | CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ | CODE_COVERAGE_IGNORE_PATTERN ?= | CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" | CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= | CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | CODE_COVERAGE_LDFLAGS='' | CODE_COVERAGE_LIBS='' | CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage | CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info | CODE_COVERAGE_RULES=' | CPP='gcc -E' | CPPFLAGS='-I/usr/local/include' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='dsymutil' | DUMPBIN='' | ECHO_C='\c' | ECHO_N='' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EXEEXT='' | FGREP='/usr/bin/grep -F' | GCOV='' | GENHTML='' | GETTEXT_MACRO_VERSION='0.19' | GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) | GITIGNOREFILES ?= | GMSGFMT='/usr/local/bin/msgfmt' | GMSGFMT_015='/usr/local/bin/msgfmt' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='/usr/local/lib/libintl.dylib' | INTL_MACOSX_LIBS='' | LCOV='' | LD='/usr/bin/ld' | LDFLAGS='' | LEX='flex' | LEXLIB='-ll' | LEX_OUTPUT_ROOT='lex.yy' | LIBCOB_LIBS='-lm -lgmp -L/usr/local/lib -lintl -lncursesw -ldb-6.2' | LIBICONV='-liconv' | LIBINTL='/usr/local/lib/libintl.dylib' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='lipo' | LN_S='ln -s' | LTLIBICONV='-liconv' | LTLIBINTL='-L/usr/local/lib -lintl' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAKEINFO='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='build_aux/install-sh -c -d' | MSGFMT='/usr/local/bin/msgfmt' | MSGFMT_015='/usr/local/bin/msgfmt' | MSGMERGE='/usr/local/bin/msgmerge' | NM='/usr/bin/nm -B' | NMEDIT='nmedit' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64=':' | OTOOL='otool' | PACKAGE='gnucobol' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 3.0-dev' | PACKAGE_TARNAME='gnucobol' | PACKAGE_URL='https://www.gnu.org/software/gnucobol/' | PACKAGE_VERSION='3.0-dev' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/usr/local/bin/gsed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='yes' | VERSION='3.0-dev' | XGETTEXT='/usr/local/bin/xgettext' | XGETTEXT_015='/usr/local/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | YACC='bison -y' | YFLAGS='' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-apple-darwin17.3.0' | build_alias='' | build_cpu='x86_64' | build_os='darwin17.3.0' | build_vendor='apple' | check-code-coverage: | code-coverage-capture-hook: | code-coverage-capture: code-coverage-capture-hook | code_coverage_quiet = $(code_coverage_quiet_$(V)) | code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) | code_coverage_quiet_0 = --quiet | code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) | code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) | code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); | code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) | code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ | code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) | code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-apple-darwin17.3.0' | host_alias='' | host_cpu='x86_64' | host_os='darwin17.3.0' | host_vendor='apple' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /Users/harald/src/gnucobol/trunk/build_aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GnuCOBOL" | #define PACKAGE_TARNAME "gnucobol" | #define PACKAGE_VERSION "3.0-dev" | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | #define PACKAGE "gnucobol" | #define VERSION "3.0-dev" | #define PATCH_LEVEL 0 | #define MAX_CALL_FIELD_PARAMS 192 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SIG_ATOMIC_T 1 | #define COB_KEYWORD_INLINE __inline | #define HAVE_VPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCNTL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRXFRM 1 | #define HAVE_SETENV 1 | #define HAVE_RAISE 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define HAVE_NANO_SLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_ISFINITE 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define WITH_CURSES "ncursesw" | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define HAVE_DLADDR 1 | #define COB_COMPUTED_GOTO 1 | #define COB_STRFTIME 1 | #define COB_LI_IS_LL 1 | #define COB_64_BIT_POINTER 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define COB_EXPORT_DYN "" | #define COB_PIC_FLAGS "-fno-common -DPIC" | #define COB_SHARED_OPT "-bundle -flat_namespace -undefined suppress" | #define COB_OBJECT_EXT "o" | #define COB_MODULE_EXT "dylib" | #define COB_EXE_EXT "" | #define COB_STRIP_CMD "strip -x" | | configure: exit 0