This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by orca configure 45.3, which was generated by GNU Autoconf 2.72. Invocation command line was $ ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var ## --------- ## ## Platform. ## ## --------- ## hostname = fenrir uname -m = x86_64 uname -r = 6.10.10-arch1-1 uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:21:02 +0000 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/storm/.pyenv/shims/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/bin/ PATH: /opt/cuda/bin/ PATH: /opt/cuda/nsight_compute/ PATH: /opt/cuda/nsight_systems/bin/ PATH: /var/lib/flatpak/exports/bin/ PATH: /usr/lib/jvm/default/bin/ PATH: /usr/bin/site_perl/ PATH: /usr/bin/vendor_perl/ PATH: /usr/bin/core_perl/ PATH: /usr/lib/rustup/bin/ PATH: /home/storm/node_modules/.bin/ PATH: /home/storm/bin/ PATH: /home/storm/.local/bin/ PATH: /usr/lib/surfraw/ PATH: /home/storm/node_modules/.bin/ PATH: /home/storm/bin/ PATH: /home/storm/.local/bin/ PATH: /usr/lib/surfraw/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2382: looking for aux files: config.guess config.sub compile config.rpath missing install-sh configure:2395: trying ./ configure:2424: ./config.guess found configure:2424: ./config.sub found configure:2424: ./compile found configure:2424: ./config.rpath found configure:2424: ./missing found configure:2406: ./install-sh found configure:2557: checking for a BSD-compatible install configure:2631: result: /usr/bin/install -c configure:2642: checking whether sleep supports fractional seconds configure:2658: result: yes configure:2661: checking filesystem timestamp resolution configure:2796: result: 0.01 configure:2801: checking whether build environment is sane configure:2842: result: yes configure:3013: checking for a race-free mkdir -p configure:3056: result: /usr/bin/mkdir -p configure:3063: checking for gawk configure:3084: found /usr/bin/gawk configure:3096: result: gawk configure:3107: checking whether make sets $(MAKE) configure:3131: result: yes configure:3157: checking whether make supports nested variables configure:3176: result: yes configure:3190: checking xargs -n works configure:3206: result: yes configure:3291: checking whether UID '1000' is supported by ustar format configure:3297: result: yes configure:3304: checking whether GID '1000' is supported by ustar format configure:3310: result: yes configure:3318: checking how to create a ustar tar archive configure:3329: tar --version tar (GNU tar) 1.35 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3332: $? = 0 configure:3372: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3375: $? = 0 configure:3379: tar -xf - &5 gcc (GCC) 14.2.1 20240910 Copyright (C) 2024 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:4403: $? = 0 configure:4392: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.1 20240910 (GCC) configure:4403: $? = 0 configure:4392: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:4403: $? = 1 configure:4392: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4403: $? = 1 configure:4392: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:4403: $? = 1 configure:4423: checking whether the C compiler works configure:4445: gcc conftest.c >&5 configure:4449: $? = 0 configure:4500: result: yes configure:4504: checking for C compiler default output file name configure:4506: result: a.out configure:4512: checking for suffix of executables configure:4519: gcc -o conftest conftest.c >&5 configure:4523: $? = 0 configure:4547: result: configure:4571: checking whether we are cross compiling configure:4579: gcc -o conftest conftest.c >&5 configure:4583: $? = 0 configure:4590: ./conftest configure:4594: $? = 0 configure:4609: result: no configure:4615: checking for suffix of object files configure:4638: gcc -c conftest.c >&5 configure:4642: $? = 0 configure:4666: result: o configure:4670: checking whether the compiler supports GNU C configure:4690: gcc -c conftest.c >&5 configure:4690: $? = 0 configure:4702: result: yes configure:4713: checking whether gcc accepts -g configure:4734: gcc -c -g conftest.c >&5 configure:4734: $? = 0 configure:4781: result: yes configure:4801: checking for gcc option to enable C11 features configure:4816: gcc -c -g -O2 conftest.c >&5 configure:4816: $? = 0 configure:4835: result: none needed configure:4959: checking whether gcc understands -c and -o together configure:4982: gcc -c conftest.c -o conftest2.o configure:4985: $? = 0 configure:4982: gcc -c conftest.c -o conftest2.o configure:4985: $? = 0 configure:4998: result: yes configure:5017: checking dependency style of gcc configure:5130: result: none configure:5151: checking build system type configure:5167: result: x86_64-pc-linux-gnu configure:5187: checking host system type configure:5202: result: x86_64-pc-linux-gnu configure:5251: checking for ld used by gcc configure:5381: result: /usr/bin/ld configure:5388: checking if the linker (/usr/bin/ld) is GNU ld configure:5405: result: yes configure:5413: checking for shared library run path origin configure:5428: result: done configure:5451: checking 32-bit host C ABI configure:5504: gcc -c -g -O2 conftest.c >&5 configure:5504: $? = 0 configure:5518: result: no configure:5528: checking how to run the C preprocessor configure:5554: gcc -E conftest.c configure:5554: $? = 0 configure:5570: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5570: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "orca" | #define PACKAGE_TARNAME "orca" | #define PACKAGE_VERSION "45.3" | #define PACKAGE_STRING "orca 45.3" | #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/orca/-/issues/" | #define PACKAGE_URL "" | #define PACKAGE "orca" | #define VERSION "45.3" | /* end confdefs.h. */ | #include configure:5599: result: gcc -E configure:5613: gcc -E conftest.c configure:5613: $? = 0 configure:5629: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5629: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "orca" | #define PACKAGE_TARNAME "orca" | #define PACKAGE_VERSION "45.3" | #define PACKAGE_STRING "orca 45.3" | #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/orca/-/issues/" | #define PACKAGE_URL "" | #define PACKAGE "orca" | #define VERSION "45.3" | /* end confdefs.h. */ | #include configure:5662: checking for egrep -e configure:5792: result: /usr/bin/grep -E configure:5800: checking for ELF binary format configure:5826: result: yes configure:5878: checking for the common suffixes of directories in the library search path configure:5955: result: lib,lib,lib64 configure:6489: checking for CFPreferencesCopyAppValue configure:6508: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:11:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:6508: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "orca" | #define PACKAGE_TARNAME "orca" | #define PACKAGE_VERSION "45.3" | #define PACKAGE_STRING "orca 45.3" | #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/orca/-/issues/" | #define PACKAGE_URL "" | #define PACKAGE "orca" | #define VERSION "45.3" | /* end confdefs.h. */ | #include | int | main (void) | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:6520: result: no configure:6527: checking for CFLocaleCopyPreferredLanguages configure:6546: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:11:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:6546: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "orca" | #define PACKAGE_TARNAME "orca" | #define PACKAGE_VERSION "45.3" | #define PACKAGE_STRING "orca 45.3" | #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/orca/-/issues/" | #define PACKAGE_URL "" | #define PACKAGE "orca" | #define VERSION "45.3" | /* end confdefs.h. */ | #include | int | main (void) | { | CFLocaleCopyPreferredLanguages(); | ; | return 0; | } configure:6558: result: no configure:6608: checking for GNU gettext in libc configure:6638: gcc -o conftest -g -O2 conftest.c >&5 configure:6638: $? = 0 configure:6650: result: yes configure:7561: checking whether to use NLS configure:7563: result: yes configure:7566: checking where the gettext function comes from configure:7577: result: libc configure:7680: checking whether ln -s works configure:7684: result: yes configure:7728: checking for itstool configure:7749: found /usr/bin/itstool configure:7761: result: itstool configure:7776: checking for xmllint configure:7797: found /usr/bin/xmllint configure:7809: result: xmllint configure:8056: checking for pkg-config configure:8079: found /usr/bin/pkg-config configure:8092: result: /usr/bin/pkg-config configure:8117: checking pkg-config is at least version 0.9.0 configure:8120: result: yes configure:8130: checking for pygobject-3.0 >= 3.18 configure:8137: $PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.18" configure:8140: $? = 0 configure:8154: $PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.18" configure:8157: $? = 0 configure:8215: result: yes configure:8221: checking for atspi-2 >= 2.48 configure:8228: $PKG_CONFIG --exists --print-errors "atspi-2 >= 2.48" configure:8231: $? = 0 configure:8245: $PKG_CONFIG --exists --print-errors "atspi-2 >= 2.48" configure:8248: $? = 0 configure:8306: result: yes configure:8312: checking for atk-bridge-2.0 >= 2.26 configure:8319: $PKG_CONFIG --exists --print-errors "atk-bridge-2.0 >= 2.26" configure:8322: $? = 0 configure:8336: $PKG_CONFIG --exists --print-errors "atk-bridge-2.0 >= 2.26" configure:8339: $? = 0 configure:8397: result: yes configure:8403: checking for gstreamer-1.0 configure:8410: $PKG_CONFIG --exists --print-errors "gstreamer-1.0" configure:8413: $? = 0 configure:8427: $PKG_CONFIG --exists --print-errors "gstreamer-1.0" configure:8430: $? = 0 configure:8468: result: yes configure:8512: checking for a Python interpreter with version >= 3.3 configure:8530: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:8533: $? = 0 configure:8541: result: python configure:8549: checking for python configure:8572: found /home/storm/.pyenv/shims/python configure:8585: result: /home/storm/.pyenv/shims/python configure:8602: checking for python version configure:8611: result: 3.12 configure:8616: checking for python platform configure:8625: result: linux configure:8688: checking for GNU default python prefix configure:8690: result: ${prefix} configure:8758: checking for GNU default python exec_prefix configure:8760: result: ${exec_prefix} configure:8807: checking for python script directory (pythondir) configure:8847: result: ${PYTHON_PREFIX}/lib/python3.12/site-packages configure:8855: checking for python extension module directory (pyexecdir) configure:8895: result: ${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages configure:8912: checking for python module gi configure:8941: result: yes configure:8951: checking for python module json configure:8980: result: yes configure:8990: checking for python module brlapi configure:9019: result: yes configure:9030: checking for python module speechd configure:9059: result: yes configure:9080: checking for python module louis configure:9109: result: yes configure:9286: checking that generated files are newer than configure configure:9292: result: done configure:9331: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by orca config.status 45.3, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on fenrir config.status:1062: creating Makefile config.status:1062: creating docs/Makefile config.status:1062: creating docs/man/Makefile config.status:1062: creating po/Makefile.in config.status:1062: creating help/Makefile config.status:1062: creating icons/Makefile config.status:1062: creating src/Makefile config.status:1062: creating src/orca/Makefile config.status:1062: creating src/orca/scripts/Makefile config.status:1062: creating src/orca/scripts/apps/Makefile config.status:1062: creating src/orca/scripts/apps/Banshee/Makefile config.status:1062: creating src/orca/scripts/apps/Eclipse/Makefile config.status:1062: creating src/orca/scripts/apps/epiphany/Makefile config.status:1062: creating src/orca/scripts/apps/evince/Makefile config.status:1062: creating src/orca/scripts/apps/evolution/Makefile config.status:1062: creating src/orca/scripts/apps/gajim/Makefile config.status:1062: creating src/orca/scripts/apps/gcalctool/Makefile config.status:1062: creating src/orca/scripts/apps/gedit/Makefile config.status:1062: creating src/orca/scripts/apps/gnome-documents/Makefile config.status:1062: creating src/orca/scripts/apps/gnome-shell/Makefile config.status:1062: creating src/orca/scripts/apps/kwin/Makefile config.status:1062: creating src/orca/scripts/apps/notification-daemon/Makefile config.status:1062: creating src/orca/scripts/apps/notify-osd/Makefile config.status:1062: creating src/orca/scripts/apps/pidgin/Makefile config.status:1062: creating src/orca/scripts/apps/soffice/Makefile config.status:1062: creating src/orca/scripts/apps/SeaMonkey/Makefile config.status:1062: creating src/orca/scripts/apps/smuxi-frontend-gnome/Makefile config.status:1062: creating src/orca/scripts/apps/Thunderbird/Makefile config.status:1062: creating src/orca/scripts/apps/xfwm4/Makefile config.status:1062: creating src/orca/scripts/switcher/Makefile config.status:1062: creating src/orca/scripts/terminal/Makefile config.status:1062: creating src/orca/scripts/web/Makefile config.status:1062: creating src/orca/scripts/toolkits/Makefile config.status:1062: creating src/orca/scripts/toolkits/Chromium/Makefile config.status:1062: creating src/orca/scripts/toolkits/Gecko/Makefile config.status:1062: creating src/orca/scripts/toolkits/J2SE-access-bridge/Makefile config.status:1062: creating src/orca/scripts/toolkits/clutter/Makefile config.status:1062: creating src/orca/scripts/toolkits/GAIL/Makefile config.status:1062: creating src/orca/scripts/toolkits/Qt/Makefile config.status:1062: creating src/orca/scripts/toolkits/WebKitGtk/Makefile config.status:1062: creating src/orca/scripts/toolkits/gtk/Makefile config.status:1062: creating src/orca/backends/Makefile config.status:1062: creating src/orca/orca_bin.py config.status:1062: creating src/orca/orca_i18n.py config.status:1170: WARNING: 'src/orca/orca_i18n.py.in' seems to ignore the --datarootdir setting config.status:1062: creating src/orca/orca_platform.py config.status:1170: WARNING: 'src/orca/orca_platform.py.in' seems to ignore the --datarootdir setting config.status:1234: executing po-directories commands config.status:1234: executing depfiles commands config.status:1234: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_ATKBRIDGE_CFLAGS_set= ac_cv_env_ATKBRIDGE_CFLAGS_value= ac_cv_env_ATKBRIDGE_LIBS_set= ac_cv_env_ATKBRIDGE_LIBS_value= ac_cv_env_ATSPI2_CFLAGS_set= ac_cv_env_ATSPI2_CFLAGS_value= ac_cv_env_ATSPI2_LIBS_set= ac_cv_env_ATSPI2_LIBS_value= 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_GSTREAMER_CFLAGS_set= ac_cv_env_GSTREAMER_CFLAGS_value= ac_cv_env_GSTREAMER_LIBS_set= ac_cv_env_GSTREAMER_LIBS_value= ac_cv_env_ITSTOOL_set= ac_cv_env_ITSTOOL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYGOBJECT_CFLAGS_set= ac_cv_env_PYGOBJECT_CFLAGS_value= ac_cv_env_PYGOBJECT_LIBS_set= ac_cv_env_PYGOBJECT_LIBS_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_XMLLINT_set= ac_cv_env_XMLLINT_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_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PYTHON=/home/storm/.pyenv/shims/python ac_cv_path_SED=/usr/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ITSTOOL=itstool ac_cv_prog_XMLLINT=xmllint ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib,lib64 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=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_filesystem_timestamp_resolution=0.01 am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar am_cv_python_platform=linux am_cv_python_pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages' am_cv_python_pythondir='${PYTHON_PREFIX}/lib/python3.12/site-packages' am_cv_python_version=3.12 am_cv_sleep_fractional_seconds=yes am_cv_xargs_n_works=yes gl_cv_elf=yes gl_cv_host_cpu_c_abi_32bit=no gt_cv_func_CFLocaleCopyPreferredLanguages=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes pkg_cv_ATKBRIDGE_CFLAGS='-I/usr/include/at-spi2-atk/2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include' pkg_cv_ATKBRIDGE_LIBS=-latk-bridge-2.0 pkg_cv_ATSPI2_CFLAGS='-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread' pkg_cv_ATSPI2_LIBS='-latspi -ldbus-1 -lglib-2.0' pkg_cv_GSTREAMER_CFLAGS='-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread' pkg_cv_GSTREAMER_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0' pkg_cv_PYGOBJECT_CFLAGS='-I/usr/include/pygobject-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread' pkg_cv_PYGOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' py_cv_mod_brlapi_=yes py_cv_mod_gi_=yes py_cv_mod_json_=yes py_cv_mod_louis_=yes py_cv_mod_speechd_=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ fi; \ if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(XMLLINT) --nonet --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ d="$(srcdir)/"; \ echo "$(XMLLINT) --nonet --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ echo "rm -f $$helpdir$$f"; \ elif test "x$$lc" != "xC"; then \ fi; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ if test "x$mdir" = "x."; then mdir=""; fi; \ if test -f "$$d$$lc/$$f"; then \ if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ mdir=`dirname "$$f"`; \ msgmerge -o "$(notdir $@)" "$(notdir $@)" "$(notdir $@).tmp" && \ mv "$(notdir $@).tmp" "$(notdir $@)"); \ rm "$(notdir $@).tmp"); \ rm -f "$$helpdir$$f"; \ then d=; \ xmlpath="$$lc"; \ xmlpath="$$lc:$(srcdir)/$$lc"; \ $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ $(MKDIR_P) "$(distdir)/$$lc"; \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ (cd "$(dir $@)" && \ (cd "$(dir $@)" && \ done; \ done; \ done; \ done; \ echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ else \ fi; \ for file in $(HELP_FILES); do \ for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do \ for page in $(HELP_FILES); do \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if test "x$(_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ if test -d "$$lc"; \ if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ rm -f "$$helpdir`basename $$f`"; \ rm -f "$$helpdir`basename $$f`"; \ $(AM_V_GEN)if ! test -f "$@"; then \ $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ $(AM_V_GEN)msgfmt -o "$@" "$<" $(AM_V_at)for po in $(_HELP_POFILES); do \ $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if test ! -f "$@" -a -f "$(srcdir)/$@"; then cp "$(srcdir)/$@" "$@"; fi $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ $(file >clean-help-files,$(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)) (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ @for f in $(HELP_MEDIA); do \ @for f in $(HELP_MEDIA); do \ @for f in $(_HELP_C_EXTRA); do \ @for f in $(_HELP_C_EXTRA); do \ @for lc in C $(_HELP_LINGUAS); do \ @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ @xargs -t rm -f < clean-help-files done done done done done done done; done; \ done; done done; done else \ fi for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \ rm -f clean-help-files touch "$@" $(_HELP_LC_FILES): $(_HELP_LINGUAS) $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_LC_STAMPS): %.stamp: %.mo $(_HELP_LINGUAS): $(_HELP_LC_STAMPS) $(_HELP_MOFILES): %.mo: %.po $(_HELP_POFILES): $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) ' .PHONY: check-help .PHONY: clean-help .PHONY: install-help .PHONY: pot .PHONY: repo .PHONY: uninstall-help ACLOCAL='${SHELL} '\''/home/storm/orcatmp/orca/missing'\'' aclocal-1.17' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ATKBRIDGE_CFLAGS='-I/usr/include/at-spi2-atk/2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include' ATKBRIDGE_LIBS='-latk-bridge-2.0' ATSPI2_CFLAGS='-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread' ATSPI2_LIBS='-latspi -ldbus-1 -lglib-2.0' AUTOCONF='${SHELL} '\''/home/storm/orcatmp/orca/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/home/storm/orcatmp/orca/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/home/storm/orcatmp/orca/missing'\'' automake-1.17' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"orca\" -DPACKAGE_TARNAME=\"orca\" -DPACKAGE_VERSION=\"45.3\" -DPACKAGE_STRING=\"orca\ 45.3\" -DPACKAGE_BUGREPORT=\"https://gitlab.gnome.org/GNOME/orca/-/issues/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"orca\" -DVERSION=\"45.3\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"orca\"' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' ETAGS='etags' EXEEXT='' EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) EXTRA_DIST += $(if $(YELP_LC_DIST),$(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp)) EXTRA_DIST ?= GETTEXT_MACRO_VERSION='0.20' GETTEXT_PACKAGE='orca' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GSTREAMER_CFLAGS='-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread' GSTREAMER_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0' HELP_DIR='${datadir}/help' HELP_EXTRA ?= HELP_FILES ?= HELP_ID ?= HELP_LINGUAS ?= HELP_MEDIA ?= HELP_POT ?= INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' ITSTOOL='itstool' LDFLAGS='' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LN_S='ln -s' LOUIS_TABLE_DIR='/usr/share/liblouis/tables' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} '\''/home/storm/orcatmp/orca/missing'\'' makeinfo' MKDIR_P='/usr/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' OBJEXT='o' PACKAGE='orca' PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/orca/-/issues/' PACKAGE_NAME='orca' PACKAGE_STRING='orca 45.3' PACKAGE_TARNAME='orca' PACKAGE_URL='' PACKAGE_VERSION='45.3' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PLATFORM_PATH=':/usr/bin:/usr/sbin:/bin' POSUB='po' PYGOBJECT_CFLAGS='-I/usr/include/pygobject-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread' PYGOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' PYTHON='/home/storm/.pyenv/shims/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='3.12' REVISION='fb25228b6' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_NLS='yes' VERSION='45.3' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XMLLINT='xmllint' YELP_HELP_RULES=' YELP_LC_DIST='true' YELP_LC_MEDIA_LINKS='true' _HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) _HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) _HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) _HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) _HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) _HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) _HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) _HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) _HELP_LC_VERBOSE_0 = @echo " GEN "$(dir $@); _HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) _HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) _HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) _HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) _HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) ac_ct_CC='gcc' all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) 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__rm_f_notfound='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' am__xargs_n='xargs -n' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' check-help: check: check-help clean-help: datadir='${datarootdir}' datarootdir='${prefix}/share' distdir-help-files: $(_HELP_LC_FILES) distdir: distdir-help-files docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install-data-am: $(if $(HELP_ID),install-help) install-help: $(_HELP_LC_FILES) install_sh='${SHELL} /home/storm/orcatmp/orca/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localedir_c='"/usr/local/share/locale"' localedir_c_make='\"$(localedir)\"' localstatedir='/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' mostlyclean-am: $(if $(HELP_ID),clean-help) oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/orca' pkgpythondir='${pythondir}/orca' pot: $(_HELP_POTFILE) prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages' pythondir='${PYTHON_PREFIX}/lib/python3.12/site-packages' repo: $(_HELP_POTFILE) runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' uninstall-am: $(if $(HELP_ID),uninstall-help) uninstall-help: ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "orca" #define PACKAGE_TARNAME "orca" #define PACKAGE_VERSION "45.3" #define PACKAGE_STRING "orca 45.3" #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/orca/-/issues/" #define PACKAGE_URL "" #define PACKAGE "orca" #define VERSION "45.3" #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define GETTEXT_PACKAGE "orca" configure: exit 0