On January 24, 2020 at 4:50 PM David Kastrup < d...@gnu.org> wrote:


Bric < b...@flight.us> writes:

i am building lilypond-2.19.83 on Ubuntu 18.04.2 LTS
had to build guile-1.8.8, after which lilypond ./configure was happy, and finished (posted
about my guile struggles a few days ago)
-pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl
how can i make lilypond find the shared object?
I use

./configure GUILE=/usr/bin/guile GUILE_CONFIG=/usr/local/tmp/guile-1.8/bin/guile-config

and that's basically all. GUILE can be a 2.x Guile version (it is used
for scripting), but GUILE_CONFIG needs to be the 1.8 build.

I tried your method and got the same error.  Can't find libguile.so.17

attaching the config.log of this latest attempt


--
David Kastrup
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure GUILE=/usr/bin/guile GUILE_CONFIG=/usr/local/bin/guile-config

## --------- ##
## Platform. ##
## --------- ##

hostname = li742-122
uname -m = x86_64
uname -r = 4.15.0-45-generic
uname -s = Linux
uname -v = #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019

/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/<user>/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /usr/local/lib


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2338: checking build system type
configure:2352: result: x86_64-unknown-linux-gnu
configure:2372: checking host system type
configure:2385: result: x86_64-unknown-linux-gnu
configure:2439: checking Package
configure:2464: result: LILYPOND
configure:2467: checking builddir
configure:2479: result: /data/installers/lily/lilypond-2.19.83
configure:2482: checking for stepmake
configure:2490: result: ./stepmake  (${datarootdir}/stepmake not found)
configure:2564: checking for gmake
configure:2594: result: no
configure:2564: checking for make
configure:2580: found /usr/bin/make
configure:2591: result: make
configure:2714: checking for find
configure:2730: found /usr/bin/find
configure:2741: result: find
configure:2865: checking for tar
configure:2881: found /bin/tar
configure:2892: result: tar
configure:3145: checking for bash
configure:3176: result: /bin/bash
configure:3188: checking for python
configure:3276: result: python
configure:3279: checking python version
configure:3281: result: 2.7.17
configure:3291: checking for python
configure:3309: found /usr/bin/python
configure:3321: result: /usr/bin/python
configure:3482: checking how to replicate source files to build files
configure:3490: result: ln
configure:3607: checking for gcc
configure:3623: found /usr/local/bin/gcc
configure:3634: result: gcc
configure:3863: checking for C compiler version
configure:3872: gcc --version >&5
gcc (GCC) 9.2.0
Copyright (C) 2019 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:3883: $? = 0
configure:3872: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --disable-multilib
Thread model: posix
gcc version 9.2.0 (GCC) 
configure:3883: $? = 0
configure:3872: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3883: $? = 1
configure:3872: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3883: $? = 1
configure:3903: checking whether the C compiler works
configure:3925: gcc    conftest.c  >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:3929: $? = 0
configure:3977: result: yes
configure:3980: checking for C compiler default output file name
configure:3982: result: a.out
configure:3988: checking for suffix of executables
configure:3995: gcc -o conftest    conftest.c  >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:3999: $? = 0
configure:4021: result: 
configure:4043: checking whether we are cross compiling
configure:4051: gcc -o conftest    conftest.c  >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4055: $? = 0
configure:4062: ./conftest
configure:4066: $? = 0
configure:4081: result: no
configure:4086: checking for suffix of object files
configure:4108: gcc -c   conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4112: $? = 0
configure:4133: result: o
configure:4137: checking whether we are using the GNU C compiler
configure:4156: gcc -c   conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4156: $? = 0
configure:4165: result: yes
configure:4174: checking whether gcc accepts -g
configure:4194: gcc -c -g  conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4194: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4209: gcc -c   conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4209: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4225: gcc -c -g  conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4225: $? = 0
configure:4235: result: yes
configure:4252: checking for gcc option to accept ISO C89
configure:4315: gcc  -c   conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4315: $? = 0
configure:4328: result: none needed
configure:4386: checking whether compiler understands -pipe
configure:4403: gcc -c  -pipe   conftest.c >&5
conftest.c:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.c:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4403: $? = 0
configure:4410: result: yes
configure:4421: checking for IEEE-conformance compiler flags
configure:4431: result: none
configure:4446: checking for fc-list
configure:4462: found /usr/bin/fc-list
configure:4473: result: fc-list
configure:4481: checking for TeX Gyre fonts OTF files
configure:4553: result: yes
configure:4556: checking for URW++ OTF files
configure:4613: result: no
configure:4646: checking for python
configure:4734: result: /usr/bin/python
configure:4737: checking /usr/bin/python version
configure:4739: result: 2.7.17
configure:4749: checking for /usr/bin/python
configure:4779: result: /usr/bin/python
configure:4851: checking for g++
configure:4867: found /usr/local/bin/g++
configure:4878: result: g++
configure:4905: checking for C++ compiler version
configure:4914: g++ --version >&5
g++ (GCC) 9.2.0
Copyright (C) 2019 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:4925: $? = 0
configure:4914: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --disable-multilib
Thread model: posix
gcc version 9.2.0 (GCC) 
configure:4925: $? = 0
configure:4914: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4925: $? = 1
configure:4914: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4925: $? = 1
configure:4929: checking whether we are using the GNU C++ compiler
configure:4948: g++ -c   conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4948: $? = 0
configure:4957: result: yes
configure:4966: checking whether g++ accepts -g
configure:4986: g++ -c -g  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:4986: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5001: g++ -c   conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5001: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5017: g++ -c -g  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5017: $? = 0
configure:5027: result: yes
configure:5056: checking how to run the C++ preprocessor
configure:5083: g++ -E  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5083: $? = 0
configure:5097: g++ -E  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:18:10: fatal error: ac_nonexistent.h: No such file or directory
   18 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5097: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5122: result: g++ -E
configure:5142: g++ -E  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5142: $? = 0
configure:5156: g++ -E  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:18:10: fatal error: ac_nonexistent.h: No such file or directory
   18 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5156: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5185: checking for grep that handles long lines and -e
configure:5243: result: /bin/grep
configure:5248: checking for egrep
configure:5310: result: /bin/grep -E
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5337: checking gcc version
configure:5401: result: 9.2.0
configure:5535: checking for C++ compiler version
configure:5544: g++ --version >&5
g++ (GCC) 9.2.0
Copyright (C) 2019 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:5555: $? = 0
configure:5544: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --disable-multilib
Thread model: posix
gcc version 9.2.0 (GCC) 
configure:5555: $? = 0
configure:5544: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5555: $? = 1
configure:5544: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5555: $? = 1
configure:5559: checking whether we are using the GNU C++ compiler
configure:5587: result: yes
configure:5596: checking whether g++ accepts -g
configure:5657: result: yes
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5734: checking g++ version
configure:5798: result: 9.2.0
configure:5819: checking options for known g++ bugs
configure:5832: result: none
configure:5838: checking whether explicit instantiation is needed
configure:5903: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5903: $? = 0
configure:5911: result: no
configure:5919: checking for stl.data () method
configure:5940: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:5940: $? = 0
configure:5947: result: yes
configure:5961: checking for ar
configure:5977: found /usr/bin/ar
configure:5988: result: ar
configure:6149: checking for ranlib
configure:6165: found /usr/bin/ranlib
configure:6176: result: ranlib
configure:6226: checking for dlopen in -ldl
configure:6251: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl   >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6251: $? = 0
configure:6260: result: yes
configure:6273: checking for dlopen
configure:6273: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6273: $? = 0
configure:6273: result: yes
configure:6291: checking for bison
configure:6307: found /usr/bin/bison
configure:6318: result: bison -y
configure:6336: checking for bison
configure:6352: found /usr/bin/bison
configure:6363: result: bison
configure:6486: checking bison version
configure:6550: result: 3.0.4
configure:6576: checking for flex
configure:6592: found /usr/bin/flex
configure:6603: result: flex
configure:6722: checking for ANSI C header files
configure:6742: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6742: $? = 0
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6815: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6815: $? = 0
configure:6815: ./conftest
configure:6815: $? = 0
configure:6826: result: yes
configure:6839: checking for sys/types.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for sys/stat.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for stdlib.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for string.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for memory.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for strings.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for inttypes.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for stdint.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6839: checking for unistd.h
configure:6839: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6839: $? = 0
configure:6839: result: yes
configure:6854: checking FlexLexer.h usability
configure:6854: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6854: $? = 0
configure:6854: result: yes
configure:6854: checking FlexLexer.h presence
configure:6854: g++ -E  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:6854: $? = 0
configure:6854: result: yes
configure:6854: checking for FlexLexer.h
configure:6854: result: yes
configure:6874: checking for yyFlexLexer.yy_current_buffer
configure:6901: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp: In constructor 'yy_flex_lexer::yy_flex_lexer()':
conftest.cpp:40:7: error: 'yy_current_buffer' was not declared in this scope; did you mean 'yy_create_buffer'?
   40 |       yy_current_buffer = 0;
      |       ^~~~~~~~~~~~~~~~~
      |       yy_create_buffer
configure:6901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| /* end confdefs.h.  */
| 
| using namespace std;
| #include <FlexLexer.h>
| class yy_flex_lexer: public yyFlexLexer
| {
|   public:
|     yy_flex_lexer ()
|     {
|       yy_current_buffer = 0;
|     }
| };
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6908: result: no
configure:6917: checking FlexLexer.h location
configure:6930: result: /usr/include/FlexLexer.h
configure:6956: checking language
configure:6968: result: English
configure:6992: checking for gettext in -lintl
configure:7017: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -lintl  -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:40:6: warning: declaration of 'char gettext()' conflicts with built-in declaration 'char* gettext(const char*)' [-Wbuiltin-declaration-mismatch]
   40 | char gettext ();
      |      ^~~~~~~
/usr/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
configure:7017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| /* end confdefs.h.  */
| 
| /* 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 gettext ();
| int
| main ()
| {
| return gettext ();
|   ;
|   return 0;
| }
configure:7026: result: no
configure:7039: checking for gettext
configure:7039: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:56:6: warning: declaration of 'char gettext()' conflicts with built-in declaration 'char* gettext(const char*)' [-Wbuiltin-declaration-mismatch]
   56 | char gettext ();
      |      ^~~~~~~
configure:7039: $? = 0
configure:7039: result: yes
configure:7055: checking for msgfmt
configure:7071: found /usr/bin/msgfmt
configure:7082: result: msgfmt
configure:7207: checking for mf-nowin
configure:7223: found /usr/bin/mf-nowin
configure:7234: result: mf-nowin
configure:7357: checking for mpost
configure:7373: found /usr/bin/mpost
configure:7384: result: mpost
configure:7553: checking for working metafont mode
configure:7562: result: ljfour
configure:7575: checking for kpsewhich
configure:7591: found /usr/bin/kpsewhich
configure:7602: result: kpsewhich
configure:7721: checking for metapost required files
configure:7733: result: yes
configure:7987: checking for guile-config
configure:8084: result: /usr/local/bin/guile-config
configure:8087: checking /usr/local/bin/guile-config version
configure:8089: result: 1.8.8
configure:8116: checking guile compile flags
configure:8119: result: -I/usr/local/include  -pthread
configure:8121: checking guile link flags
configure:8124: result:  -pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl
configure:8136: checking libguile.h usability
configure:8136: g++ -c   -O2 -finline-functions -g -pipe -I/usr/local/include  -pthread  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8136: $? = 0
configure:8136: result: yes
configure:8136: checking libguile.h presence
configure:8136: g++ -E -I/usr/local/include  -pthread  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8136: $? = 0
configure:8136: result: yes
configure:8136: checking for libguile.h
configure:8136: result: yes
configure:8146: checking for scm_boot_guile in -lguile
configure:8171: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/local/include  -pthread   conftest.cpp -lguile   -pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8171: $? = 0
configure:8180: result: yes
configure:8193: checking for scm_boot_guile
configure:8193: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/local/include  -pthread   conftest.cpp -lguile  -pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8193: $? = 0
configure:8193: result: yes
configure:8231: checking for scm_t_hash_fold_fn
configure:8231: g++ -c -I/usr/local/include  -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_hash_fold_fn' was not declared in this scope; did you mean 'scm_hash_fold'?
   45 | if (sizeof (scm_t_hash_fold_fn))
      |             ^~~~~~~~~~~~~~~~~~
      |             scm_hash_fold
configure:8231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_hash_fold_fn))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8231: result: no
configure:8242: checking for scm_t_hash_handle_fn
configure:8242: g++ -c -I/usr/local/include  -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_hash_handle_fn' was not declared in this scope; did you mean 'scm_whash_handle'?
   45 | if (sizeof (scm_t_hash_handle_fn))
      |             ^~~~~~~~~~~~~~~~~~~~
      |             scm_whash_handle
configure:8242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_hash_handle_fn))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8242: result: no
configure:8254: checking for scm_t_subr
configure:8254: g++ -c -I/usr/local/include  -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_subr' was not declared in this scope; did you mean 'scm_t_guard'?
   45 | if (sizeof (scm_t_subr))
      |             ^~~~~~~~~~
      |             scm_t_guard
configure:8254: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_subr))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8254: result: no
configure:8272: checking whether g++ supports -Wcast-function-type
configure:8287: g++ -c -Wcast-function-type  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8287: $? = 0
configure:8288: result: yes
configure:8301: checking for usable C++ demangler
configure:8314: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type   conftest.cpp -ldl   >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8314: $? = 0
configure:8317: result: yes
configure:8354: checking GUILE rational bugfix
configure:8364: g++ -E -I/usr/local/include  -pthread  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8364: $? = 0
configure:8365: result: ok
configure:8406: checking for python
configure:8494: result: /usr/bin/python
configure:8497: checking /usr/bin/python version
configure:8499: result: 2.7.17
configure:8509: checking for /usr/bin/python
configure:8539: result: /usr/bin/python
configure:8553: checking for python-config
configure:8569: found /usr/bin/python-config
configure:8580: result: python-config
configure:8618: checking Python.h usability
configure:8618: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8618: $? = 0
configure:8618: result: yes
configure:8618: checking Python.h presence
configure:8618: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:8618: $? = 0
configure:8618: result: yes
configure:8618: checking for Python.h
configure:8618: result: yes
configure:8645: checking for fontforge
configure:8661: found /usr/bin/fontforge
configure:8672: result: fontforge
configure:8715: checking for fontforge
configure:8733: found /usr/bin/fontforge
configure:8745: result: /usr/bin/fontforge
configure:8759: checking /usr/bin/fontforge version
configure:8823: result: 20170924
configure:8843: checking for t1asm
configure:8859: found /usr/bin/t1asm
configure:8870: result: t1asm
configure:8913: checking for t1asm
configure:8931: found /usr/bin/t1asm
configure:8943: result: /usr/bin/t1asm
configure:9039: checking assert.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking assert.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for assert.h
configure:9039: result: yes
configure:9039: checking grp.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking grp.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for grp.h
configure:9039: result: yes
configure:9039: checking libio.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
In file included from conftest.cpp:77:
/usr/include/libio.h:21:2: warning: #warning "<libio.h> is deprecated; use <stdio.h> instead." [-Wcpp]
   21 | #warning "<libio.h> is deprecated; use <stdio.h> instead."
      |  ^~~~~~~
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking libio.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
In file included from conftest.cpp:44:
/usr/include/libio.h:21:2: warning: #warning "<libio.h> is deprecated; use <stdio.h> instead." [-Wcpp]
   21 | #warning "<libio.h> is deprecated; use <stdio.h> instead."
      |  ^~~~~~~
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for libio.h
configure:9039: result: yes
configure:9039: checking pwd.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking pwd.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for pwd.h
configure:9039: result: yes
configure:9039: checking for sys/stat.h
configure:9039: result: yes
configure:9039: checking wchar.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking wchar.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for wchar.h
configure:9039: result: yes
configure:9039: checking fpu_control.h usability
configure:9039: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking fpu_control.h presence
configure:9039: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking for fpu_control.h
configure:9039: result: yes
configure:9051: checking sstream usability
configure:9051: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9051: $? = 0
configure:9051: result: yes
configure:9051: checking sstream presence
configure:9051: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9051: $? = 0
configure:9051: result: yes
configure:9051: checking for sstream
configure:9051: result: yes
configure:9061: checking whether stat file-mode macros are broken
configure:9088: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9088: $? = 0
configure:9095: result: no
configure:9103: checking for working memcmp
configure:9146: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9146: $? = 0
configure:9146: ./conftest
configure:9146: $? = 0
configure:9156: result: yes
configure:9167: checking for vprintf
configure:9167: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:73:6: warning: declaration of 'char vprintf()' conflicts with built-in declaration 'int vprintf(const char*, __va_list_tag*)' [-Wbuiltin-declaration-mismatch]
   73 | char vprintf ();
      |      ^~~~~~~
configure:9167: $? = 0
configure:9167: result: yes
configure:9173: checking for _doprnt
configure:9173: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
/tmp/ccHSpiZy.o: In function `main':
/data/installers/lily/lilypond-2.19.83/conftest.cpp:85: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:9173: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.83"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 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_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| #define HAVE_CXA_DEMANGLE 1
| #define HAVE_PYTHON_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBIO_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:9173: result: no
configure:9187: checking for chroot
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9187: $? = 0
configure:9187: result: yes
configure:9187: checking for fopencookie
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9187: $? = 0
configure:9187: result: yes
configure:9187: checking for gettext
configure:9187: result: yes
configure:9187: checking for isinf
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:77:6: warning: declaration of 'char isinf()' conflicts with built-in declaration 'int isinf(...)' [-Wbuiltin-declaration-mismatch]
   77 | char isinf ();
      |      ^~~~~
configure:9187: $? = 0
configure:9187: result: yes
configure:9187: checking for memmem
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9187: $? = 0
configure:9187: result: yes
configure:9187: checking for snprintf
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:79:6: warning: declaration of 'char snprintf()' conflicts with built-in declaration 'int snprintf(char*, long unsigned int, const char*, ...)' [-Wbuiltin-declaration-mismatch]
   79 | char snprintf ();
      |      ^~~~~~~~
configure:9187: $? = 0
configure:9187: result: yes
configure:9187: checking for vsnprintf
configure:9187: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
conftest.cpp:80:6: warning: declaration of 'char vsnprintf()' conflicts with built-in declaration 'int vsnprintf(char*, long unsigned int, const char*, __va_list_tag*)' [-Wbuiltin-declaration-mismatch]
   80 | char vsnprintf ();
      |      ^~~~~~~~~
configure:9187: $? = 0
configure:9187: result: yes
configure:9202: checking for pkg-config
configure:9218: found /usr/bin/pkg-config
configure:9229: result: pkg-config
configure:9270: checking pkg-config version
configure:9334: result: 0.29.1
configure:9348: checking whether to enable dynamic relocation
configure:9354: result: no
configure:9357: checking for rpath linkage
configure:9364: result: no
configure:9426: checking for pangoft2 >= 1.38.0
configure:9430: result: yes
configure:9434: checking PANGO_FT2_CFLAGS
configure:9437: result: -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16
configure:9440: checking PANGO_FT2_LIBS
configure:9443: result: -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
configure:9479: checking pango/pangoft2.h usability
configure:9479: g++ -c   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9479: $? = 0
configure:9479: result: yes
configure:9479: checking pango/pangoft2.h presence
configure:9479: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.cpp
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9479: $? = 0
configure:9479: result: yes
configure:9479: checking for pango/pangoft2.h
configure:9479: result: yes
configure:9491: checking for pango_ft2_font_map_create_context
configure:9491: g++ -o conftest   -O2 -finline-functions -g -pipe -Wno-cast-function-type -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16  conftest.cpp -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -ldl  >&5
conftest.cpp:9: warning: "PACKAGE_NAME" redefined
    9 | #define PACKAGE_NAME "LilyPond"
      | 
conftest.cpp:2: note: this is the location of the previous definition
    2 | #define PACKAGE_NAME ""
      | 
configure:9491: $? = 0
configure:9491: result: yes
configure:9720: checking for fontconfig >= 2.4.0
configure:9724: result: yes
configure:9728: checking FONTCONFIG_CFLAGS
configure:9731: result: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16
configure:9734: checking FONTCONFIG_LIBS
configure:9737: result: -lfontconfig -lfreetype
configure:9835: checking for freetype2 >= 2.1.10
configure:9839: result: yes
configure:9843: checking FREETYPE2_CFLAGS
configure:9846: result: -I/usr/include/freetype2 -I/usr/include/libpng16
configure:9849: checking FREETYPE2_LIBS
configure:9852: result: -lfreetype
configure:9936: checking for some flavor of Windows
configure:9943: result: no
configure:9951: checking for -windres
configure:9981: result: no
configure:9951: checking for windres
configure:9981: result: no
configure:10404: checking for guile
configure:10492: result: guile
configure:10495: checking guile version
configure:10497: result: 1.8.8
configure:10510: checking for guile
configure:10537: result: guile
configure:10580: checking for guile
configure:10598: found /usr/local/bin/guile
configure:10610: result: /usr/local/bin/guile
configure:10712: checking for perl
configure:10728: found /usr/bin/perl
configure:10739: result: perl
configure:10782: checking for perl
configure:10800: found /usr/bin/perl
configure:10812: result: /usr/bin/perl
configure:10918: checking for gs
configure:10934: found /usr/bin/gs
configure:10945: result: gs
configure:10988: checking for gs
configure:11006: found /usr/bin/gs
configure:11018: result: /usr/bin/gs
configure:11032: checking /usr/bin/gs version
configure:11096: result: 9.26
configure:11119: checking for gs
configure:11135: found /usr/bin/gs
configure:11146: result: gs
configure:11187: checking gs version
configure:11251: result: 9.26
configure:11269: checking for extractpdfmark
configure:11299: result: no
configure:11448: checking for makeinfo
configure:11464: found /usr/bin/makeinfo
configure:11475: result: makeinfo
configure:11516: checking makeinfo version
configure:11580: result: 6.5
configure:11598: checking for texi2html
configure:11614: found /usr/bin/texi2html
configure:11625: result: texi2html
configure:11666: checking texi2html version
configure:11730: result: 1.82
configure:11748: checking for dblatex
configure:11764: found /usr/bin/dblatex
configure:11775: result: dblatex
configure:11816: checking dblatex version
configure:11880: result: 0.3.10
configure:11898: checking for bibtex
configure:11914: found /usr/bin/bibtex
configure:11925: result: bibtex
configure:12048: checking for xelatex
configure:12078: result: no
configure:12048: checking for pdflatex
configure:12064: found /usr/bin/pdflatex
configure:12075: result: pdflatex
configure:12355: checking for pdfetex
configure:12371: found /usr/bin/pdfetex
configure:12382: result: pdfetex
configure:12506: checking for texi2pdf
configure:12522: found /usr/bin/texi2pdf
configure:12533: result: texi2pdf
configure:12656: checking for texindex
configure:12672: found /usr/bin/texindex
configure:12683: result: texindex
configure:12801: checking for epsf.tex
configure:12811: result: /usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
configure:12814: checking for Cyrillic characters support in TeX
configure:12824: result: yes
configure:12832: checking for pngtopnm
configure:12848: found /usr/bin/pngtopnm
configure:12859: result: pngtopnm
configure:12982: checking for convert
configure:12998: found /usr/bin/convert
configure:13009: result: convert
configure:13133: checking for zip
configure:13149: found /usr/bin/zip
configure:13160: result: zip
configure:13283: checking for rsync
configure:13299: found /usr/bin/rsync
configure:13310: result: rsync
configure:13587: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on li742-122

config.status:: creating config.make
config.status:: creating config.hh
config.status:: config.hh is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_chroot=yes
ac_cv_func_dlopen=yes
ac_cv_func_fopencookie=yes
ac_cv_func_gettext=yes
ac_cv_func_isinf=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmem=yes
ac_cv_func_pango_ft2_font_map_create_context=yes
ac_cv_func_scm_boot_guile=yes
ac_cv_func_snprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_FlexLexer_h=yes
ac_cv_header_Python_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_fpu_control_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libguile_h=yes
ac_cv_header_libio_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pango_pangoft2_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sstream=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=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_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_guile_scm_boot_guile=yes
ac_cv_lib_intl_gettext=no
ac_cv_objext=o
ac_cv_path_BASH=/bin/bash
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FONTFORGE=/usr/bin/fontforge
ac_cv_path_GHOSTSCRIPT=/usr/bin/gs
ac_cv_path_GREP=/bin/grep
ac_cv_path_GUILE=/usr/local/bin/guile
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_T1ASM=/usr/bin/t1asm
ac_cv_prog_AR=ar
ac_cv_prog_BIBTEX=bibtex
ac_cv_prog_BISON=bison
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_DBLATEX=dblatex
ac_cv_prog_FCLIST=fc-list
ac_cv_prog_FIND=find
ac_cv_prog_FLEX=flex
ac_cv_prog_FONTFORGE=fontforge
ac_cv_prog_GHOSTSCRIPT=gs
ac_cv_prog_GS920=gs
ac_cv_prog_GUILE=guile
ac_cv_prog_IMAGEMAGICK=convert
ac_cv_prog_KPSEWHICH=kpsewhich
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_METAFONT=mf-nowin
ac_cv_prog_METAPOST=mpost
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_NETPBM=pngtopnm
ac_cv_prog_PDFLATEX=pdflatex
ac_cv_prog_PDFTEX=pdfetex
ac_cv_prog_PERL=perl
ac_cv_prog_PKG_CONFIG=pkg-config
ac_cv_prog_PYTHON_CONFIG=python-config
ac_cv_prog_RSYNC=rsync
ac_cv_prog_T1ASM=t1asm
ac_cv_prog_TAR=tar
ac_cv_prog_TEXI2HTML=texi2html
ac_cv_prog_TEXI2PDF=texi2pdf
ac_cv_prog_TEXINDEX=texindex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ZIPDOC=zip
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_type_scm_t_hash_fold_fn=no
ac_cv_type_scm_t_hash_handle_fn=no
ac_cv_type_scm_t_subr=no
stepmake_cv_cflags_pipe=yes
stepmake_cv_flexlexer_yy_current_buffer=no
stepmake_cv_need_explicit_instantiation=no
stepmake_cv_stl_data_method=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AUTOGENERATE='This file was automatically generated by configure'
BASH='/bin/bash'
BIBTEX='bibtex'
BISON='bison'
CC='gcc'
CFLAGS='  -O2 -finline-functions -g -pipe'
CONFIGSUFFIX=''
CPPFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv '
CXX='g++'
CXXABI_LIBS=''
CXXCPP='g++ -E'
CXXFLAGS='  -O2 -finline-functions -g -pipe -Wno-cast-function-type'
DBLATEX='dblatex'
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
DIRSEP='/'
DOCUMENTATION='yes'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRACTPDFMARK=''
EXTRA_LIBS=''
FCLIST='fc-list'
FIND='find'
FLEX='flex'
FLEXLEXER_FILE='/usr/include/FlexLexer.h'
FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
FONTCONFIG_LIBS='-lfontconfig -lfreetype'
FONTFORGE='/usr/bin/fontforge'
FREETYPE2_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16'
FREETYPE2_LIBS='-lfreetype'
GHOSTSCRIPT='/usr/bin/gs'
GREP='/bin/grep'
GS920='gs'
GUILE='/usr/local/bin/guile'
GUILE_CFLAGS='-I/usr/local/include  -pthread'
GUILE_CONFIG='/usr/local/bin/guile-config'
GUILE_LDFLAGS=' -pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl'
HOST_ARCH='x86_64-pc-linux-gnu'
IMAGEMAGICK='convert'
KPSEWHICH='kpsewhich'
KSH=''
LD='$(CC)'
LDFLAGS=''
LIBOBJS=''
LIBS='-ldl '
LINK_GXX_STATICALLY='no'
LN='ln'
LN_S='ln -s'
LN_SRC_TO_BUILD='ln'
LTLIBOBJS=''
MAJOR_VERSION='2'
MAKE='make'
MAKEINFO='makeinfo'
METAFONT='mf-nowin'
METAPOST='mpost'
MFMODE='ljfour'
MICRO_VERSION='83'
MINOR_VERSION='19'
MSGFMT='msgfmt'
NETPBM='pngtopnm'
OBJEXT='o'
OPTIONAL=' URW++ OTF fonts (download OTF files from '\''http://git.ghostscript.com/?p=urw-core35-fonts.git;a=tree;hb=91edd6ece36e84a1c6d63a1cf63a1a6d84bd443a'\'' and put them under '\''~/.local/share/fonts'\'' etc., or use --with-urwotf-dir) extractpdfmark (Optionally using Ghostscript >= 9.20 together with Extract PDFmark can significantly reduce the disk space required for building the documentation and the final PDF files.)'
PACKAGE='LILYPOND'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='LilyPond'
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PANGO_FT2_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
PANGO_FT2_LIBS='-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype'
PATCH_LEVEL='83'
PATHSEP=':'
PATH_SEPARATOR=':'
PDFLATEX='pdflatex'
PDFTEX='pdfetex'
PERL='/usr/bin/perl'
PKG_CONFIG='pkg-config'
PLATFORM_WINDOWS='no'
PYTHON='/usr/bin/python'
PYTHON_CFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fdebug-prefix-map=/build/python2.7-5Z483E/python2.7-2.7.17=. -fstack-protector-strong  -g -fwrapv'
PYTHON_CONFIG='python-config'
PYTHON_LDFLAGS='-L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpython2.7 -lpthread -ldl  -lutil -lm  -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
RANLIB='ranlib'
REQUIRED=''
ROOTSEP=':'
RSYNC='rsync'
SHELL='/bin/sh'
T1ASM='/usr/bin/t1asm'
TAR='tar'
TEXGYRE_DIR='/usr/share/texmf/fonts/opentype/public/tex-gyre'
TEXGYRE_FILES=' texgyreschola-regular.otf texgyreschola-italic.otf texgyreschola-bold.otf texgyreschola-bolditalic.otf texgyreheros-regular.otf texgyreheros-italic.otf texgyreheros-bold.otf texgyreheros-bolditalic.otf texgyrecursor-regular.otf texgyrecursor-italic.otf texgyrecursor-bold.otf texgyrecursor-bolditalic.otf'
TEXI2HTML='texi2html'
TEXI2PDF='texi2pdf'
TEXINDEX='texindex'
TOPLEVEL_VERSION='2.19.83'
URWOTF_DIR=''
URWOTF_FILES=''
USE_EXTRACTPDFMARK='no'
VERSION='2.19.83'
VPATH=''
WINDRES='- echo -windres windres not found'
YACC='bison -y'
YFLAGS=''
ZIP='zip -r -9'
ZIPDOC='zip'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_package_datadir='/data/installers/lily/lilypond-2.19.83/out/share/lilypond'
build_package_libdir='/data/installers/lily/lilypond-2.19.83/out/lib/lilypond'
build_vendor='unknown'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
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='${prefix}/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
package='lilypond'
package_depth='.'
pdfdir='${docdir}'
prefix='/usr/local'
program_prefix=''
program_suffix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='.'
stepmake='/data/installers/lily/lilypond-2.19.83/stepmake'
sysconfdir='${prefix}/etc'
target_alias=''
ugh_ugh_autoconf250_builddir='/data/installers/lily/lilypond-2.19.83'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "lilypond"
#define PACKAGE_NAME "LilyPond"
#define TOPLEVEL_VERSION "2.19.83"
#define DIRSEP '/'
#define PATHSEP ':'
#define DATADIR "/usr/local/share"
#define BUILD_PACKAGE_DATADIR "/data/installers/lily/lilypond-2.19.83/out/share/lilypond"
#define LIBDIR "/usr/local/lib"
#define BUILD_PACKAGE_LIBDIR "/data/installers/lily/lilypond-2.19.83/out/lib/lilypond"
#define HAVE_STL_DATA_METHOD 1
#define HAVE_LIBDL 1
#define HAVE_DLOPEN 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_FLEXLEXER_H 1
#define LOCALEDIR "/usr/local/share/locale"
#define HAVE_GETTEXT 1
#define HAVE_LIBGUILE_H 1
#define HAVE_LIBGUILE 1
#define HAVE_SCM_BOOT_GUILE 1
#define GUILE_MAJOR_VERSION 1
#define GUILE_MINOR_VERSION 8
#define GUILE_PATCH_LEVEL 8
#define HAVE_CXA_DEMANGLE 1
#define HAVE_PYTHON_H 1
#define HAVE_ASSERT_H 1
#define HAVE_GRP_H 1
#define HAVE_LIBIO_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_FPU_CONTROL_H 1
#define HAVE_SSTREAM 1
#define HAVE_VPRINTF 1
#define HAVE_CHROOT 1
#define HAVE_FOPENCOOKIE 1
#define HAVE_GETTEXT 1
#define HAVE_ISINF 1
#define HAVE_MEMMEM 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_PANGO16 1
#define HAVE_PANGO_FT2 1
#define HAVE_PANGO_FT2_WITH_OTF_FEATURE 1
#define HAVE_PANGO_PANGOFT2_H 1
#define HAVE_PANGO_FT2_FONT_MAP_CREATE_CONTEXT 1
#define HAVE_FONTCONFIG 1
#define HAVE_FREETYPE2 1
#define DIRSEP '/'
#define PATHSEP ':'
#define FLOWER_VERSION ""

configure: exit 0

Reply via email to