123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by jwm configure 2.2.0, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --prefix=/freon --disable-rsvg --disable-jpeg --disable-shape
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = debian
- uname -m = x86_64
- uname -r = 4.19.0-12-amd64
- uname -s = Linux
- uname -v = #1 SMP Debian 4.19.152-1 (2020-10-18)
- /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: /opt/minebest/mtbin
- PATH: /opt/minebest/rjkbin
- PATH: /opt/libreoffice7.0/program
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2303: checking for gcc
- configure:2319: found /usr/bin/gcc
- configure:2330: result: gcc
- configure:2559: checking for C compiler version
- configure:2568: gcc --version >&5
- gcc (Debian 8.3.0-6) 8.3.0
- Copyright (C) 2018 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:2579: $? = 0
- configure:2568: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 8.3.0 (Debian 8.3.0-6)
- configure:2579: $? = 0
- configure:2568: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:2579: $? = 1
- configure:2568: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:2579: $? = 1
- configure:2599: checking whether the C compiler works
- configure:2621: gcc conftest.c >&5
- configure:2625: $? = 0
- configure:2673: result: yes
- configure:2676: checking for C compiler default output file name
- configure:2678: result: a.out
- configure:2684: checking for suffix of executables
- configure:2691: gcc -o conftest conftest.c >&5
- configure:2695: $? = 0
- configure:2717: result:
- configure:2739: checking whether we are cross compiling
- configure:2747: gcc -o conftest conftest.c >&5
- configure:2751: $? = 0
- configure:2758: ./conftest
- configure:2762: $? = 0
- configure:2750: result: no
- configure:2755: checking for suffix of object files
- configure:2777: gcc -c conftest.c >&5
- configure:2781: $? = 0
- configure:2802: result: o
- configure:2806: checking whether we are using the GNU C compiler
- configure:2825: gcc -c conftest.c >&5
- configure:2825: $? = 0
- configure:2834: result: yes
- configure:2843: checking whether gcc accepts -g
- configure:2863: gcc -c -g conftest.c >&5
- configure:2863: $? = 0
- configure:2904: result: yes
- configure:2921: checking for gcc option to accept ISO C89
- configure:2984: gcc -c -g -O2 conftest.c >&5
- configure:2984: $? = 0
- configure:2997: result: none needed
- configure:3022: checking how to run the C preprocessor
- configure:3053: gcc -E conftest.c
- configure:3053: $? = 0
- configure:3067: gcc -E conftest.c
- conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:3067: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jwm"
- | #define PACKAGE_TARNAME "jwm"
- | #define PACKAGE_VERSION "2.2.0"
- | #define PACKAGE_STRING "jwm 2.2.0"
- | #define PACKAGE_BUGREPORT "joewing@joewing.net"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3092: result: gcc -E
- configure:3112: gcc -E conftest.c
- configure:3112: $? = 0
- configure:3126: gcc -E conftest.c
- conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:3126: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jwm"
- | #define PACKAGE_TARNAME "jwm"
- | #define PACKAGE_VERSION "2.2.0"
- | #define PACKAGE_STRING "jwm 2.2.0"
- | #define PACKAGE_BUGREPORT "joewing@joewing.net"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3197: checking for a BSD-compatible install
- configure:3265: result: /usr/bin/install -c
- configure:3276: checking for a thread-safe mkdir -p
- configure:3315: result: /bin/mkdir -p
- configure:3324: checking if _XOPEN_SOURCE should be defined
- configure:3341: gcc -c -g -O2 conftest.c >&5
- configure:3341: $? = 0
- configure:3347: result: yes
- configure:3372: checking for X
- configure:3511: gcc -o conftest -g -O2 conftest.c -lX11 >&5
- configure:3511: $? = 0
- configure:3561: result: libraries , headers
- configure:3577: checking for XOpenDisplay in -lX11
- configure:3602: gcc -o conftest -g -O2 conftest.c -lX11 >&5
- configure:3602: $? = 0
- configure:3611: result: yes
- configure:3620: checking for Xutf8TextPropertyToTextList in -lX11
- configure:3645: gcc -o conftest -g -O2 -lX11 conftest.c -lX11 >&5
- configure:3645: $? = 0
- configure:3654: result: yes
- configure:3669: checking for grep that handles long lines and -e
- configure:3727: result: /bin/grep
- configure:3732: checking for egrep
- configure:3794: result: /bin/grep -E
- configure:3799: checking for ANSI C header files
- configure:3819: gcc -c -g -O2 conftest.c >&5
- configure:3819: $? = 0
- configure:3892: gcc -o conftest -g -O2 -lX11 conftest.c >&5
- configure:3892: $? = 0
- configure:3892: ./conftest
- configure:3892: $? = 0
- configure:3903: result: yes
- configure:3916: checking for sys/types.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for sys/stat.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for stdlib.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for string.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for memory.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for strings.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for inttypes.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for stdint.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3916: checking for unistd.h
- configure:3916: gcc -c -g -O2 conftest.c >&5
- configure:3916: $? = 0
- configure:3916: result: yes
- configure:3931: checking stdarg.h usability
- configure:3931: gcc -c -g -O2 conftest.c >&5
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking stdarg.h presence
- configure:3931: gcc -E conftest.c
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking for stdarg.h
- configure:3931: result: yes
- configure:3931: checking stdio.h usability
- configure:3931: gcc -c -g -O2 conftest.c >&5
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking stdio.h presence
- configure:3931: gcc -E conftest.c
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking for stdio.h
- configure:3931: result: yes
- configure:3931: checking for stdlib.h
- configure:3931: result: yes
- configure:3931: checking ctype.h usability
- configure:3931: gcc -c -g -O2 conftest.c >&5
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking ctype.h presence
- configure:3931: gcc -E conftest.c
- configure:3931: $? = 0
- configure:3931: result: yes
- configure:3931: checking for ctype.h
- configure:3931: result: yes
- configure:3947: checking sys/select.h usability
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking sys/select.h presence
- configure:3947: gcc -E conftest.c
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking for sys/select.h
- configure:3947: result: yes
- configure:3947: checking signal.h usability
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking signal.h presence
- configure:3947: gcc -E conftest.c
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking for signal.h
- configure:3947: result: yes
- configure:3947: checking for unistd.h
- configure:3947: result: yes
- configure:3947: checking time.h usability
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking time.h presence
- configure:3947: gcc -E conftest.c
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking for time.h
- configure:3947: result: yes
- configure:3947: checking sys/wait.h usability
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking sys/wait.h presence
- configure:3947: gcc -E conftest.c
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking for sys/wait.h
- configure:3947: result: yes
- configure:3947: checking sys/time.h usability
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking sys/time.h presence
- configure:3947: gcc -E conftest.c
- configure:3947: $? = 0
- configure:3947: result: yes
- configure:3947: checking for sys/time.h
- configure:3947: result: yes
- configure:3961: checking alloca.h usability
- configure:3961: gcc -c -g -O2 conftest.c >&5
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking alloca.h presence
- configure:3961: gcc -E conftest.c
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking for alloca.h
- configure:3961: result: yes
- configure:3961: checking locale.h usability
- configure:3961: gcc -c -g -O2 conftest.c >&5
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking locale.h presence
- configure:3961: gcc -E conftest.c
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking for locale.h
- configure:3961: result: yes
- configure:3961: checking libintl.h usability
- configure:3961: gcc -c -g -O2 conftest.c >&5
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking libintl.h presence
- configure:3961: gcc -E conftest.c
- configure:3961: $? = 0
- configure:3961: result: yes
- configure:3961: checking for libintl.h
- configure:3961: result: yes
- configure:3974: checking X11/Xlib.h usability
- configure:3974: gcc -c -g -O2 conftest.c >&5
- configure:3974: $? = 0
- configure:3974: result: yes
- configure:3974: checking X11/Xlib.h presence
- configure:3974: gcc -E conftest.c
- configure:3974: $? = 0
- configure:3974: result: yes
- configure:3974: checking for X11/Xlib.h
- configure:3974: result: yes
- configure:3991: checking for X11/Xutil.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:3991: checking for X11/cursorfont.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:3991: checking for X11/Xproto.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:3991: checking for X11/Xatom.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:3991: checking for X11/keysym.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:3991: checking for X11/Xresource.h
- configure:3991: gcc -c -g -O2 conftest.c >&5
- configure:3991: $? = 0
- configure:3991: result: yes
- configure:4008: checking for unsetenv
- configure:4008: gcc -o conftest -g -O2 -lX11 conftest.c >&5
- configure:4008: $? = 0
- configure:4008: result: yes
- configure:4008: checking for putenv
- configure:4008: gcc -o conftest -g -O2 -lX11 conftest.c >&5
- configure:4008: $? = 0
- configure:4008: result: yes
- configure:4008: checking for setlocale
- configure:4008: gcc -o conftest -g -O2 -lX11 conftest.c >&5
- configure:4008: $? = 0
- configure:4008: result: yes
- configure:4027: checking for pkg-config
- configure:4031: result: pkg-config
- configure:4042: checking if pkg-config knows about libpng
- configure:4049: result: yes
- configure:4058: checking if pkg-config knows about libjpeg
- configure:4065: result: yes
- configure:4074: checking if pkg-config knows about cairo
- configure:4081: result: yes
- configure:4090: checking if pkg-config knows about librsvg-2.0
- configure:4097: result: no
- configure:4106: checking if pkg-config knows about freetype2
- configure:4113: result: yes
- configure:4122: checking if pkg-config knows about xft
- configure:4129: result: yes
- configure:4138: checking if pkg-config knows about xrender
- configure:4145: result: yes
- configure:4154: checking if pkg-config knows about fribidi
- configure:4161: result: yes
- configure:4227: checking for png_read_image in -lpng
- configure:4252: gcc -o conftest -g -O2 -lX11 conftest.c -lpng -lpng16 -lz >&5
- configure:4252: $? = 0
- configure:4261: result: yes
- configure:4300: checking for cairo_create in -lcairo
- configure:4325: gcc -o conftest -g -O2 -I/usr/include/libpng16 -lX11 -lpng16 -lz conftest.c -lcairo -lcairo >&5
- configure:4325: $? = 0
- configure:4334: result: yes
- configure:4424: WARNING: disabling Cairo because rsvg is disabled
- configure:4538: checking for XftFontOpenName in -lXft
- configure:4563: gcc -o conftest -g -O2 -I/usr/include/libpng16 -lX11 -lpng16 -lz conftest.c -lXft -lXft -lfreetype >&5
- configure:4563: $? = 0
- configure:4572: result: yes
- configure:4589: checking for ft2build.h
- configure:4589: gcc -c -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c >&5
- configure:4589: $? = 0
- configure:4589: result: yes
- configure:4619: checking for X11/extensions/Xrender.h
- configure:4619: gcc -c -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c >&5
- configure:4619: $? = 0
- configure:4619: result: yes
- configure:4641: checking for XRenderComposite in -lXrender
- configure:4666: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -lX11 -lpng16 -lz -lXft -lfreetype conftest.c -lXrender -L/usr/local/lib -lXrender -lX11 >&5
- configure:4666: $? = 0
- configure:4675: result: yes
- configure:4714: checking for fribidi_charset_to_unicode in -lfribidi
- configure:4739: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 conftest.c -lfribidi -lfribidi >&5
- configure:4739: $? = 0
- configure:4748: result: yes
- configure:4783: checking X11/xpm.h usability
- configure:4783: gcc -c -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi conftest.c >&5
- configure:4783: $? = 0
- configure:4783: result: yes
- configure:4783: checking X11/xpm.h presence
- configure:4783: gcc -E conftest.c
- configure:4783: $? = 0
- configure:4783: result: yes
- configure:4783: checking for X11/xpm.h
- configure:4783: result: yes
- configure:4800: checking whether XpmAllocColor is declared
- configure:4800: gcc -c -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi conftest.c >&5
- configure:4800: $? = 0
- configure:4800: result: yes
- configure:4814: checking for XpmReadFileToImage in -lXpm
- configure:4839: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi conftest.c -lXpm >&5
- configure:4839: $? = 0
- configure:4848: result: yes
- configure:4941: checking for XmuDrawRoundedRectangle in -lXmu
- configure:4966: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm conftest.c -lXmu >&5
- configure:4966: $? = 0
- configure:4975: result: yes
- configure:5000: checking for XineramaQueryExtension in -lXinerama
- configure:5025: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm -lXmu conftest.c -lXinerama >&5
- configure:5025: $? = 0
- configure:5034: result: yes
- configure:5055: checking whether make sets $(MAKE)
- configure:5077: result: yes
- configure:5086: checking for a sed that does not truncate output
- configure:5150: result: /bin/sed
- configure:5156: checking whether NLS is requested
- configure:5165: result: yes
- configure:5205: checking for msgfmt
- configure: trying /usr/bin/msgfmt...
- 0 translated messages.
- configure:5237: result: /usr/bin/msgfmt
- configure:5246: checking for gmsgfmt
- configure:5277: result: /usr/bin/msgfmt
- configure:5327: checking for xgettext
- configure: trying /usr/bin/xgettext...
- /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
- configure:5359: result: /usr/bin/xgettext
- configure:5404: checking for msgmerge
- configure: trying /usr/bin/msgmerge...
- configure:5435: result: /usr/bin/msgmerge
- configure:5472: checking build system type
- configure:5486: result: x86_64-unknown-linux-gnu
- configure:5506: checking host system type
- configure:5519: result: x86_64-unknown-linux-gnu
- configure:5564: checking for ld used by gcc
- configure:5631: result: /usr/bin/ld
- configure:5638: checking if the linker (/usr/bin/ld) is GNU ld
- configure:5653: result: yes
- configure:5660: checking for shared library run path origin
- configure:5673: result: done
- configure:6245: checking for CFPreferencesCopyAppValue
- configure:6263: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm -lXmu -lXinerama conftest.c -Wl,-framework -Wl,CoreFoundation >&5
- conftest.c:56:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
- #include <CoreFoundation/CFPreferences.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:6263: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jwm"
- | #define PACKAGE_TARNAME "jwm"
- | #define PACKAGE_VERSION "2.2.0"
- | #define PACKAGE_STRING "jwm 2.2.0"
- | #define PACKAGE_BUGREPORT "joewing@joewing.net"
- | #define PACKAGE_URL ""
- | #define _XOPEN_SOURCE 600L
- | #define _XOPEN_SOURCE_EXTENDED 1
- | #define __EXTENSIONS__ 1
- | #define USE_XUTF8 1
- | #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 HAVE_STDARG_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_CTYPE_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_SIGNAL_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_TIME_H 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_LIBINTL_H 1
- | #define HAVE_X11_XLIB_H 1
- | #define HAVE_X11_XUTIL_H 1
- | #define HAVE_X11_CURSORFONT_H 1
- | #define HAVE_X11_XPROTO_H 1
- | #define HAVE_X11_XATOM_H 1
- | #define HAVE_X11_KEYSYM_H 1
- | #define HAVE_X11_XRESOURCE_H 1
- | #define HAVE_UNSETENV 1
- | #define HAVE_PUTENV 1
- | #define HAVE_SETLOCALE 1
- | #define USE_ICONS 1
- | #define USE_PNG 1
- | #define USE_XFT 1
- | #define HAVE_X11_EXTENSIONS_XRENDER_H 1
- | #define USE_XRENDER 1
- | #define USE_FRIBIDI 1
- | #define HAVE_X11_XPM_H 1
- | #define USE_XPM 1
- | #define USE_XMU 1
- | #define USE_XINERAMA 1
- | /* end confdefs.h. */
- | #include <CoreFoundation/CFPreferences.h>
- | int
- | main ()
- | {
- | CFPreferencesCopyAppValue(NULL, NULL)
- | ;
- | return 0;
- | }
- configure:6272: result: no
- configure:6279: checking for CFLocaleCopyCurrent
- configure:6297: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm -lXmu -lXinerama conftest.c -Wl,-framework -Wl,CoreFoundation >&5
- conftest.c:56:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
- #include <CoreFoundation/CFLocale.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:6297: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jwm"
- | #define PACKAGE_TARNAME "jwm"
- | #define PACKAGE_VERSION "2.2.0"
- | #define PACKAGE_STRING "jwm 2.2.0"
- | #define PACKAGE_BUGREPORT "joewing@joewing.net"
- | #define PACKAGE_URL ""
- | #define _XOPEN_SOURCE 600L
- | #define _XOPEN_SOURCE_EXTENDED 1
- | #define __EXTENSIONS__ 1
- | #define USE_XUTF8 1
- | #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 HAVE_STDARG_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_CTYPE_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_SIGNAL_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_TIME_H 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_LIBINTL_H 1
- | #define HAVE_X11_XLIB_H 1
- | #define HAVE_X11_XUTIL_H 1
- | #define HAVE_X11_CURSORFONT_H 1
- | #define HAVE_X11_XPROTO_H 1
- | #define HAVE_X11_XATOM_H 1
- | #define HAVE_X11_KEYSYM_H 1
- | #define HAVE_X11_XRESOURCE_H 1
- | #define HAVE_UNSETENV 1
- | #define HAVE_PUTENV 1
- | #define HAVE_SETLOCALE 1
- | #define USE_ICONS 1
- | #define USE_PNG 1
- | #define USE_XFT 1
- | #define HAVE_X11_EXTENSIONS_XRENDER_H 1
- | #define USE_XRENDER 1
- | #define USE_FRIBIDI 1
- | #define HAVE_X11_XPM_H 1
- | #define USE_XPM 1
- | #define USE_XMU 1
- | #define USE_XINERAMA 1
- | /* end confdefs.h. */
- | #include <CoreFoundation/CFLocale.h>
- | int
- | main ()
- | {
- | CFLocaleCopyCurrent();
- | ;
- | return 0;
- | }
- configure:6306: result: no
- configure:6355: checking for GNU gettext in libc
- configure:6384: gcc -o conftest -g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm -lXmu -lXinerama conftest.c >&5
- configure:6384: $? = 0
- configure:6393: result: yes
- configure:7240: checking whether to use NLS
- configure:7242: result: yes
- configure:7245: checking where the gettext function comes from
- configure:7256: result: libc
- configure:7497: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by jwm config.status 2.2.0, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on debian
- config.status:897: creating po/Makefile.in
- config.status:897: creating Makefile
- config.status:897: creating src/Makefile
- config.status:897: creating jwm.1
- config.status:897: creating config.h
- config.status:1078: config.h is unchanged
- config.status:1092: executing po-directories commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=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_XMKMF_set=
- ac_cv_env_XMKMF_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_putenv=yes
- ac_cv_func_setlocale=yes
- ac_cv_func_unsetenv=yes
- ac_cv_have_decl_XpmAllocColor=yes
- ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
- ac_cv_header_X11_Xatom_h=yes
- ac_cv_header_X11_Xlib_h=yes
- ac_cv_header_X11_Xproto_h=yes
- ac_cv_header_X11_Xresource_h=yes
- ac_cv_header_X11_Xutil_h=yes
- ac_cv_header_X11_cursorfont_h=yes
- ac_cv_header_X11_extensions_Xrender_h=yes
- ac_cv_header_X11_keysym_h=yes
- ac_cv_header_X11_xpm_h=yes
- ac_cv_header_alloca_h=yes
- ac_cv_header_ctype_h=yes
- ac_cv_header_ft2build_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_libintl_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_signal_h=yes
- ac_cv_header_stdarg_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdio_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_select_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_time_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_X11_XOpenDisplay=yes
- ac_cv_lib_X11_Xutf8TextPropertyToTextList=yes
- ac_cv_lib_Xft_XftFontOpenName=yes
- ac_cv_lib_Xinerama_XineramaQueryExtension=yes
- ac_cv_lib_Xmu_XmuDrawRoundedRectangle=yes
- ac_cv_lib_Xpm_XpmReadFileToImage=yes
- ac_cv_lib_Xrender_XRenderComposite=yes
- ac_cv_lib_cairo_cairo_create=yes
- ac_cv_lib_fribidi_fribidi_charset_to_unicode=yes
- ac_cv_lib_png_png_read_image=yes
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GMSGFMT=/usr/bin/msgfmt
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_MSGFMT=/usr/bin/msgfmt
- ac_cv_path_MSGMERGE=/usr/bin/msgmerge
- ac_cv_path_SED=/bin/sed
- ac_cv_path_XGETTEXT=/usr/bin/xgettext
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- acl_cv_path_LD=/usr/bin/ld
- acl_cv_prog_gnu_ld=yes
- acl_cv_rpath=done
- gt_cv_func_CFLocaleCopyCurrent=no
- gt_cv_func_CFPreferencesCopyAppValue=no
- gt_cv_func_gnugettext1_libc=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- BINDIR='/freon/bin'
- CC='gcc'
- CFLAGS='-g -O2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -I/usr/include/fribidi -DLOCALEDIR=\"/freon/share/locale\"'
- CPP='gcc -E'
- CPPFLAGS=''
- DATE='2020-12-02'
- DEFS='-DHAVE_CONFIG_H'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- GETTEXT_MACRO_VERSION='0.19'
- GMSGFMT='/usr/bin/msgfmt'
- GMSGFMT_015='/usr/bin/msgfmt'
- GREP='/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTVERSION='220'
- INTLLIBS=''
- INTL_MACOSX_LIBS=''
- LDFLAGS=' -lX11 -lpng16 -lz -lXft -lfreetype -L/usr/local/lib -lXrender -lX11 -lfribidi -lXpm -lXmu -lXinerama '
- LIBICONV='-liconv'
- LIBINTL=''
- LIBOBJS=''
- LIBS=''
- LTLIBICONV='-liconv'
- LTLIBINTL=''
- LTLIBOBJS=''
- MANDIR='/freon/share/man'
- MKDIR_P='/bin/mkdir -p'
- MSGFMT='/usr/bin/msgfmt'
- MSGFMT_015='/usr/bin/msgfmt'
- MSGMERGE='/usr/bin/msgmerge'
- OBJEXT='o'
- PACKAGE='jwm'
- PACKAGE_BUGREPORT='joewing@joewing.net'
- PACKAGE_NAME='jwm'
- PACKAGE_STRING='jwm 2.2.0'
- PACKAGE_TARNAME='jwm'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.2.0'
- PATH_SEPARATOR=':'
- POSUB='po'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- SYSCONF='/freon/etc'
- USE_NLS='yes'
- VERSION='2.2.0'
- XGETTEXT='/usr/bin/xgettext'
- XGETTEXT_015='/usr/bin/xgettext'
- XGETTEXT_EXTRA_OPTIONS=''
- XMKMF=''
- ac_ct_CC='gcc'
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='/freon'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='/freon/share/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/freon'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "jwm"
- #define PACKAGE_TARNAME "jwm"
- #define PACKAGE_VERSION "2.2.0"
- #define PACKAGE_STRING "jwm 2.2.0"
- #define PACKAGE_BUGREPORT "joewing@joewing.net"
- #define PACKAGE_URL ""
- #define _XOPEN_SOURCE 600L
- #define _XOPEN_SOURCE_EXTENDED 1
- #define __EXTENSIONS__ 1
- #define USE_XUTF8 1
- #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 HAVE_STDARG_H 1
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_CTYPE_H 1
- #define HAVE_SYS_SELECT_H 1
- #define HAVE_SIGNAL_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_TIME_H 1
- #define HAVE_SYS_WAIT_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_ALLOCA_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_LIBINTL_H 1
- #define HAVE_X11_XLIB_H 1
- #define HAVE_X11_XUTIL_H 1
- #define HAVE_X11_CURSORFONT_H 1
- #define HAVE_X11_XPROTO_H 1
- #define HAVE_X11_XATOM_H 1
- #define HAVE_X11_KEYSYM_H 1
- #define HAVE_X11_XRESOURCE_H 1
- #define HAVE_UNSETENV 1
- #define HAVE_PUTENV 1
- #define HAVE_SETLOCALE 1
- #define USE_ICONS 1
- #define USE_PNG 1
- #define USE_XFT 1
- #define HAVE_X11_EXTENSIONS_XRENDER_H 1
- #define USE_XRENDER 1
- #define USE_FRIBIDI 1
- #define HAVE_X11_XPM_H 1
- #define USE_XPM 1
- #define USE_XMU 1
- #define USE_XINERAMA 1
- #define ENABLE_NLS 1
- #define HAVE_GETTEXT 1
- #define HAVE_DCGETTEXT 1
- #define SYSTEM_CONFIG "/freon/etc/system.jwmrc"
- configure: exit 0
|