logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 14-06-2020 13:56:33

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

[ABANDONNE]compilation débutant : Qt3 introuvable

Bonjour, c'est la première fois que je tente de compiler.
Je voudrais installer Score Reading Trainer fourni par  sourceforge. Je lis la notice ./configure,  make,  make install mais comme beaucoup de monde je bloque . Je fouille sur le net mais je ne parviens pas à ajouter  ce qu'il manque:

nicolas@mx:~/Téléchargements/ScoreReadingTrainer-0.1.3
$ ls



acinclude.m4  config.log       doc           Makefile.in                   stamp-h.in
aclocal.m4    configure        Doxyfile      NEWS                          subdirs
admin         configure.files  INSTALL       po                            templates
AUTHORS       configure.in     libtool       README                        TODO
ChangeLog     configure.in.in  Makefile.am   ScoreReadingTrainer.kdevelop
config.h.in   COPYING          Makefile.cvs  src
 



./configure


 checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 8
checking for char *... yes
checking size of char *... 8
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.



Je vais voir ensuite synaptic pour trouver un package Qt3 mais je ne vois rien .

Pouvez vous m'aider à y voir clair

Merci d'avance

Nico

Dernière modification par calixtus06 (09-09-2020 07:50:19)


Il n'y a pas de mauvaises questions...

Hors ligne

#2 14-06-2020 14:06:28

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Salut smile

C'est Qt >= 3, pas Qt3. On doit en être à Qt5 à l'heure actuelle je crois wink

Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#3 14-06-2020 14:08:14

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Et dans synaptic je ne vois rien. C'est dans un méta paquet ?

Il n'y a pas de mauvaises questions...

Hors ligne

#4 14-06-2020 14:09:28

naguam
Membre
Lieu : Quelque part
Distrib. : Plusieurs
Noyau : Ça dépend
(G)UI : La CLI il n'y a que ça de vrai!
Inscription : 13-06-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

De ce que je vois sur le sourceForge avec la version que tu essaie de build, le programme date de 2004
(je suis même pas sur que ça puisse encore fonctionner avec des paquets / dependances de build plus récentes de 16 ans)
Qt3 est vraiment une version de qt très ancienne qui n'est pas présente dans les depôts depuis un certain temps.

Dernière modification par naguam (14-06-2020 14:32:10)

Hors ligne

#5 14-06-2020 14:10:18

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Là, j'en sais pas plus, mais il est indiqué ça dans le retour de ta commande

For more details about this problem, look at the end of config.log.


Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#6 14-06-2020 14:12:17

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Désolé dans mon dernier commentaire je pensais à qt5

Mais dans mx il y a synaptic et un gestionnaire de dépôt différent et je crois avoir trouvé. Je vous fais un retour

Il n'y a pas de mauvaises questions...

Hors ligne

#7 14-06-2020 14:14:02

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Ben non , cela n'a pas fonctionné: j'ai relancé ./configure et j'ai de nouveau ce message

Il n'y a pas de mauvaises questions...

Hors ligne

#8 14-06-2020 15:01:54

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Bon j'ai essayé apt install qt3*  et relancé ./configure : les headers et librairies de qt3.0 et sup manquent toujours à l'appel

Faut il rajouter un dépôt ?

Il n'y a pas de mauvaises questions...

Hors ligne

#9 14-06-2020 15:03:41

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

naguam a écrit :

De ce que je vois sur le sourceForge avec la version que tu essaie de build, le programme date de 2004
(je suis même pas sur que ça puisse encore fonctionner avec des paquets / dependances de build plus récentes de 16 ans)
Qt3 est vraiment une version de qt très ancienne qui n'est pas présente dans les depôts depuis un certain temps.



Désolé j'avais mal lu . En fait cela ne sert rien que j'insiste à priori ?


Il n'y a pas de mauvaises questions...

Hors ligne

#10 14-06-2020 15:08:50

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

bendia a écrit :

Là, j'en sais pas plus, mais il est indiqué ça dans le retour de ta commande

For more details about this problem, look at the end of config.log.



cat config.log


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

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

  $ ./configure

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

hostname = mx
uname -m = x86_64
uname -r = 4.19.0-6-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /sbin
PATH: /usr/sbin


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

configure:1559: checking build system type
configure:1577: result: x86_64-unknown-linux-gnu
configure:1585: checking host system type
configure:1599: result: x86_64-unknown-linux-gnu
configure:1607: checking target system type
configure:1621: result: x86_64-unknown-linux-gnu
configure:1668: checking for a BSD-compatible install
configure:1723: result: /usr/bin/install -c
configure:1738: checking for -p flag to install
configure:1751: result: yes
configure:1762: checking whether build environment is sane
configure:1805: result: yes
configure:1849: checking for gawk
configure:1865: found /usr/bin/gawk
configure:1875: result: gawk
configure:1885: checking whether make sets $(MAKE)
configure:1905: result: yes
configure:2118: checking for style of include used by make
configure:2146: result: GNU
configure:2293: checking for gcc
configure:2309: found /usr/bin/gcc
configure:2319: result: gcc
configure:2563: checking for C compiler version
configure:2566: gcc --version </dev/null >&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:2569: $? = 0
configure:2571: gcc -v </dev/null >&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:2574: $? = 0
configure:2576: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2579: $? = 1
configure:2602: checking for C compiler default output file name
configure:2605: gcc     conftest.c  >&5
configure:2608: $? = 0
configure:2654: result: a.out
configure:2659: checking whether the C compiler works
configure:2665: ./a.out
configure:2668: $? = 0
configure:2685: result: yes
configure:2692: checking whether we are cross compiling
configure:2694: result: no
configure:2697: checking for suffix of executables
configure:2699: gcc -o conftest     conftest.c  >&5
configure:2702: $? = 0
configure:2727: result:
configure:2733: checking for suffix of object files
configure:2754: gcc -c    conftest.c >&5
configure:2757: $? = 0
configure:2779: result: o
configure:2783: checking whether we are using the GNU C compiler
configure:2807: gcc -c    conftest.c >&5
configure:2813: $? = 0
configure:2817: test -z
       || test ! -s conftest.err
configure:2820: $? = 0
configure:2823: test -s conftest.o
configure:2826: $? = 0
configure:2839: result: yes
configure:2845: checking whether gcc accepts -g
configure:2866: gcc -c -g  conftest.c >&5
configure:2872: $? = 0
configure:2876: test -z
       || test ! -s conftest.err
configure:2879: $? = 0
configure:2882: test -s conftest.o
configure:2885: $? = 0
configure:2896: result: yes
configure:2913: checking for gcc option to accept ANSI C
configure:2983: gcc  -c    conftest.c >&5
configure:2989: $? = 0
configure:2993: test -z
       || test ! -s conftest.err
configure:2996: $? = 0
configure:2999: test -s conftest.o
configure:3002: $? = 0
configure:3020: result: none needed
configure:3038: gcc -c    conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
   choke me
   ^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:3044: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3179: checking dependency style of gcc
configure:3262: result: gcc3
configure:3285: checking how to run the C preprocessor
configure:3320: gcc -E  conftest.c
configure:3326: $? = 0
configure:3358: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3403: result: gcc -E
configure:3427: gcc -E  conftest.c
configure:3433: $? = 0
configure:3465: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3471: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3595: checking for g++
configure:3611: found /usr/bin/g++
configure:3621: result: g++
configure:3637: checking for C++ compiler version
configure:3640: g++ --version </dev/null >&5
g++ (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:3643: $? = 0
configure:3645: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
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:3648: $? = 0
configure:3650: g++ -V </dev/null >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3653: $? = 1
configure:3656: checking whether we are using the GNU C++ compiler
configure:3680: g++ -c    conftest.cc >&5
configure:3686: $? = 0
configure:3690: test -z
       || test ! -s conftest.err
configure:3693: $? = 0
configure:3696: test -s conftest.o
configure:3699: $? = 0
configure:3712: result: yes
configure:3718: checking whether g++ accepts -g
configure:3739: g++ -c -g  conftest.cc >&5
configure:3745: $? = 0
configure:3749: test -z
       || test ! -s conftest.err
configure:3752: $? = 0
configure:3755: test -s conftest.o
configure:3758: $? = 0
configure:3769: result: yes
configure:3811: g++ -c    conftest.cc >&5
configure:3817: $? = 0
configure:3821: test -z
       || test ! -s conftest.err
configure:3824: $? = 0
configure:3827: test -s conftest.o
configure:3830: $? = 0
configure:3856: g++ -c    conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15:1: error: 'exit' was not declared in this scope
 exit (42);
 ^~~~
configure:3862: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3811: g++ -c    conftest.cc >&5
configure:3817: $? = 0
configure:3821: test -z
       || test ! -s conftest.err
configure:3824: $? = 0
configure:3827: test -s conftest.o
configure:3830: $? = 0
configure:3856: g++ -c    conftest.cc >&5
configure:3862: $? = 0
configure:3866: test -z
       || test ! -s conftest.err
configure:3869: $? = 0
configure:3872: test -s conftest.o
configure:3875: $? = 0
configure:3900: checking dependency style of g++
configure:3983: result: gcc3
configure:4306: checking whether g++ supports -Wmissing-format-attribute
configure:4342: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wmissing-format-attribute   conftest.cc  1>&5
configure:4348: $? = 0
configure:4352: test -z
       || test ! -s conftest.err
configure:4355: $? = 0
configure:4358: test -s conftest
configure:4361: $? = 0
configure:4382: result: yes
configure:4397: checking whether g++ supports -Wundef
configure:4433: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wundef   conftest.cc  1>&5
configure:4439: $? = 0
configure:4443: test -z
       || test ! -s conftest.err
configure:4446: $? = 0
configure:4449: test -s conftest
configure:4452: $? = 0
configure:4473: result: yes
configure:4485: checking whether g++ supports -Wno-long-long
configure:4521: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wno-long-long   conftest.cc  1>&5
configure:4527: $? = 0
configure:4531: test -z
       || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest
configure:4540: $? = 0
configure:4561: result: yes
configure:4573: checking whether g++ supports -Wnon-virtual-dtor
configure:4609: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wnon-virtual-dtor   conftest.cc  1>&5
configure:4615: $? = 0
configure:4619: test -z
       || test ! -s conftest.err
configure:4622: $? = 0
configure:4625: test -s conftest
configure:4628: $? = 0
configure:4649: result: yes
configure:4669: checking whether g++ supports -fno-exceptions
configure:4705: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions   conftest.cc  1>&5
configure:4711: $? = 0
configure:4715: test -z
       || test ! -s conftest.err
configure:4718: $? = 0
configure:4721: test -s conftest
configure:4724: $? = 0
configure:4745: result: yes
configure:4757: checking whether g++ supports -fno-check-new
configure:4793: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new   conftest.cc  1>&5
configure:4799: $? = 0
configure:4803: test -z
       || test ! -s conftest.err
configure:4806: $? = 0
configure:4809: test -s conftest
configure:4812: $? = 0
configure:4833: result: yes
configure:4845: checking whether g++ supports -fno-common
configure:4881: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common   conftest.cc  1>&5
configure:4887: $? = 0
configure:4891: test -z
       || test ! -s conftest.err
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4921: result: yes
configure:4933: checking whether g++ supports -fexceptions
configure:4969: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fexceptions   conftest.cc  1>&5
configure:4975: $? = 0
configure:4979: test -z
       || test ! -s conftest.err
configure:4982: $? = 0
configure:4985: test -s conftest
configure:4988: $? = 0
configure:5009: result: yes
configure:5670: checking how to run the C++ preprocessor
configure:5701: g++ -E  conftest.cc
configure:5707: $? = 0
configure:5739: g++ -E  conftest.cc
conftest.cc:14:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5745: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5784: result: g++ -E
configure:5808: g++ -E  conftest.cc
configure:5814: $? = 0
configure:5846: g++ -E  conftest.cc
conftest.cc:14:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5852: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5900: checking whether g++ supports -O0
configure:5936: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -O0   conftest.cc  1>&5
configure:5942: $? = 0
configure:5946: test -z
       || test ! -s conftest.err
configure:5949: $? = 0
configure:5952: test -s conftest
configure:5955: $? = 0
configure:5976: result: yes
configure:6031: checking whether g++ supports -Wl,--no-undefined
configure:6067: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined   conftest.cc  1>&5
configure:6073: $? = 0
configure:6077: test -z
       || test ! -s conftest.err
configure:6080: $? = 0
configure:6083: test -s conftest
configure:6086: $? = 0
configure:6107: result: yes
configure:6111: checking whether g++ supports -Wl,--allow-shlib-undefined
configure:6147: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -Wl,--allow-shlib-undefined   conftest.cc  1>&5
configure:6153: $? = 0
configure:6157: test -z
       || test ! -s conftest.err
configure:6160: $? = 0
configure:6163: test -s conftest
configure:6166: $? = 0
configure:6187: result: yes
configure:6297: result: not using lib directory suffix
configure:6342: checking for a sed that does not truncate output
configure:6396: result: /usr/bin/sed
configure:6399: checking for egrep
configure:6409: result: grep -E
configure:6425: checking for ld used by gcc
configure:6492: result: /usr/bin/ld
configure:6501: checking if the linker (/usr/bin/ld) is GNU ld
configure:6516: result: yes
configure:6521: checking for /usr/bin/ld option to reload object files
configure:6528: result: -r
configure:6537: checking for BSD-compatible nm
configure:6579: result: /usr/bin/nm -B
configure:6583: checking whether ln -s works
configure:6587: result: yes
configure:6594: checking how to recognise dependent libraries
configure:6797: result: pass_all
configure:6880: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
configure:6883: $? = 0
configure:7007: checking for ANSI C header files
configure:7032: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from conftest.c:15:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7038: $? = 0
configure:7042: test -z
       || test ! -s conftest.err
configure:7045: $? = 0
configure:7048: test -s conftest.o
configure:7051: $? = 0
configure:7140: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/ctype.h:25,
                 from conftest.c:15:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c: In function 'main':
conftest.c:32:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
       exit(2);
       ^~~~
conftest.c:32:7: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:32:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:16:1:
+#include <stdlib.h>
 #if ((' ' & 0x0FF) == 0x020)
conftest.c:32:7:
       exit(2);
       ^~~~
configure:7143: $? = 0
configure:7145: ./conftest
configure:7148: $? = 0
configure:7163: result: yes
configure:7187: checking for sys/types.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:16:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for sys/stat.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:17:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for stdlib.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:18:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for string.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:19:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for memory.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:20:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for strings.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:21:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for inttypes.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:22:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for stdint.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:23:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7187: checking for unistd.h
configure:7203: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7209: $? = 0
configure:7213: test -z
       || test ! -s conftest.err
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: yes
configure:7259: checking dlfcn.h usability
configure:7271: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:25:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:7277: $? = 0
configure:7281: test -z
       || test ! -s conftest.err
configure:7284: $? = 0
configure:7287: test -s conftest.o
configure:7290: $? = 0
configure:7300: result: yes
configure:7304: checking dlfcn.h presence
configure:7314: gcc -E  conftest.c
configure:7320: $? = 0
configure:7340: result: yes
configure:7375: checking for dlfcn.h
configure:7382: result: yes
configure:7446: checking for g77
configure:7475: result: no
configure:7446: checking for f77
configure:7475: result: no
configure:7446: checking for xlf
configure:7475: result: no
configure:7446: checking for frt
configure:7475: result: no
configure:7446: checking for pgf77
configure:7475: result: no
configure:7446: checking for fort77
configure:7475: result: no
configure:7446: checking for fl32
configure:7475: result: no
configure:7446: checking for af77
configure:7475: result: no
configure:7446: checking for f90
configure:7475: result: no
configure:7446: checking for xlf90
configure:7475: result: no
configure:7446: checking for pgf90
configure:7475: result: no
configure:7446: checking for epcf90
configure:7475: result: no
configure:7446: checking for f95
configure:7475: result: no
configure:7446: checking for fort
configure:7475: result: no
configure:7446: checking for xlf95
configure:7475: result: no
configure:7446: checking for ifc
configure:7475: result: no
configure:7446: checking for efc
configure:7475: result: no
configure:7446: checking for pgf95
configure:7475: result: no
configure:7446: checking for lf95
configure:7475: result: no
configure:7446: checking for gfortran
configure:7475: result: no
configure:7489: checking for Fortran 77 compiler version
configure:7490:  --version </dev/null >&5
./configure: line 7491: --version: command not found
configure:7493: $? = 127
configure:7495:  -v </dev/null >&5
./configure: line 7496: -v: command not found
configure:7498: $? = 127
configure:7500:  -V </dev/null >&5
./configure: line 7501: -V: command not found
configure:7503: $? = 127
configure:7511: checking whether we are using the GNU Fortran 77 compiler
configure:7525:  -c  conftest.F >&5
./configure: line 7526: -c: command not found
configure:7531: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:7557: result: no
configure:7563: checking whether  accepts -g
configure:7575:  -c -g conftest.f >&5
./configure: line 7576: -c: command not found
configure:7581: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:7606: result: no
configure:7636: checking the maximum length of command line arguments
configure:7695: result: 32768
configure:7706: checking command to parse /usr/bin/nm -B output from gcc object
configure:7795: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
conftest.c:5:6: warning: no previous prototype for 'nm_test_func' [-Wmissing-prototypes]
 void nm_test_func(){}
      ^~~~~~~~~~~~
configure:7798: $? = 0
configure:7802: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[   ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:7805: $? = 0
configure:7857: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c conftstm.o >&5
configure:7860: $? = 0
configure:7898: result: ok
configure:7902: checking for objdir
configure:7917: result: .libs
configure:8007: checking for ar
configure:8023: found /usr/bin/ar
configure:8034: result: ar
configure:8087: checking for ranlib
configure:8103: found /usr/bin/ranlib
configure:8114: result: ranlib
configure:8167: checking for strip
configure:8183: found /usr/bin/strip
configure:8194: result: strip
configure:8456: checking if gcc static flag  works
configure:8479: result: yes
configure:8501: checking if gcc supports -fno-rtti -fno-exceptions
configure:8521: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8525: $? = 0
configure:8534: result: no
configure:8526: checking for gcc option to produce PIC
configure:8703: result: -fPIC
configure:8711: checking if gcc PIC flag -fPIC works
configure:8754: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  -fPIC -DPIC conftest.c >&5
configure:8758: $? = 0
configure:8744: result: yes
configure:8741: checking if gcc supports -c -o file.o
configure:8821: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  -o out/conftest2.o conftest.c >&5
configure:8825: $? = 0
configure:8771: result: yes
configure:8797: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9598: result: yes
configure:9624: checking whether -lc should be explicitly linked in
configure:9629: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
configure:9632: $? = 0
configure:9646: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9649: $? = 0
configure:9661: result: no
configure:9669: checking dynamic linker characteristics
configure:10187: result: GNU/Linux ld.so
configure:10191: checking how to hardcode library paths into programs
configure:10216: result: immediate
configure:10230: checking whether stripping libraries is possible
configure:10235: result: yes
configure:10361: checking for shl_load
configure:10418: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:36:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
/usr/bin/ld: /tmp/cc87v625.o: in function `main':
conftest.c:(.text.startup+0x3): undefined reference to `shl_load'
/usr/bin/ld: /tmp/cc87v625.o:(.data.rel+0x0): undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:10424: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:10449: result: no
configure:10454: checking for shl_load in -ldld
configure:10484: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:10490: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:10516: result: no
configure:10521: checking for dlopen
configure:10578: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:36:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
/usr/bin/ld: /tmp/ccK53eDh.o: in function `main':
conftest.c:(.text.startup+0x3): undefined reference to `dlopen'
/usr/bin/ld: /tmp/ccK53eDh.o:(.data.rel+0x0): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:10584: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:10609: result: no
configure:10614: checking for dlopen in -ldl
configure:10644: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -ldl   >&5
configure:10650: $? = 0
configure:10654: test -z
       || test ! -s conftest.err
configure:10657: $? = 0
configure:10660: test -s conftest
configure:10663: $? = 0
configure:10676: result: yes
configure:10851: checking whether a program can dlopen itself
configure:10923: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
In file included from /usr/include/dlfcn.h:22,
                 from configure:10936:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:10977:6: warning: no previous prototype for 'fnord' [-Wmissing-prototypes]
 
      ^    
configure: In function 'fnord':
configure:10977:20: warning: unused variable 'i' [-Wunused-variable]
 
                    ^
configure: In function 'main':
configure:10990:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
 
     ^  
configure:10990:5: warning: incompatible implicit declaration of built-in function 'exit'
configure:10990:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:10940:1:
+#include <stdlib.h>
 #include <stdio.h>
configure:10990:5:
 
     ^  
configure:10926: $? = 0
configure:10944: result: yes
configure:10949: checking whether a statically linked program can dlopen itself
configure:11021: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  -DHAVE_DLFCN_H  -Wl,--export-dynamic  conftest.c -ldl  >&5
In file included from /usr/include/dlfcn.h:22,
                 from configure:11034:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:11075:6: warning: no previous prototype for 'fnord' [-Wmissing-prototypes]
 
      ^    
configure: In function 'fnord':
configure:11075:20: warning: unused variable 'i' [-Wunused-variable]
 
                    ^
configure: In function 'main':
configure:11088:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
 
     ^  
configure:11088:5: warning: incompatible implicit declaration of built-in function 'exit'
configure:11088:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:11038:1:
+#include <stdlib.h>
 #include <stdio.h>
configure:11088:5:
 
     ^  
configure:11024: $? = 0
configure:11042: result: yes
configure:11065: checking if libtool supports shared libraries
configure:11067: result: yes
configure:11070: checking whether to build shared libraries
configure:11117: result: yes
configure:11120: checking whether to build static libraries
configure:11124: result: no
configure:11215: creating libtool
configure:11759: checking for ld used by g++
configure:11826: result: /usr/bin/ld -m elf_x86_64
configure:11835: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:11850: result: yes
configure:11901: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12704: result: yes
configure:12726: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  conftest.cc >&5
configure:12729: $? = 0
configure:12825: checking for g++ option to produce PIC
configure:13077: result: -fPIC
configure:13085: checking if g++ PIC flag -fPIC works
configure:13174: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -fPIC -DPIC conftest.cc >&5
configure:13178: $? = 0
configure:13118: result: yes
configure:13142: checking if g++ supports -c -o file.o
configure:13241: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -o out/conftest2.o conftest.cc >&5
configure:13245: $? = 0
configure:13191: result: yes
configure:13217: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13242: result: yes
configure:13313: checking dynamic linker characteristics
configure:13831: result: GNU/Linux ld.so
configure:13835: checking how to hardcode library paths into programs
configure:13860: result: immediate
configure:13874: checking whether stripping libraries is possible
configure:13879: result: yes
configure:14005: checking for shl_load
configure:14093: result: no
configure:14098: checking for shl_load in -ldld
configure:14160: result: no
configure:14165: checking for dlopen
configure:14253: result: no
configure:14258: checking for dlopen in -ldl
configure:14320: result: yes
configure:14495: checking whether a program can dlopen itself
configure:14588: result: yes
configure:14593: checking whether a statically linked program can dlopen itself
configure:14686: result: yes
configure:21000: checking for msgfmt
configure:21027: result: msgfmt
configure:21036: checking for gmsgfmt
configure:21067: result: msgfmt
configure:21076: result: found msgfmt program is not GNU msgfmt; ignore it
configure:21086: checking for xgettext
configure:21113: result: :
configure:21226: checking if C++ programs can be compiled
configure:21255: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute  -fno-check-new -fno-common  conftest.cc >&5
In file included from /usr/include/x86_64-linux-gnu/c++/8/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/8/bits/c++config.h:508,
                 from /usr/include/c++/8/string:38,
                 from conftest.cc:27:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:21261: $? = 0
configure:21265: test -z
       || test ! -s conftest.err
configure:21268: $? = 0
configure:21271: test -s conftest.o
configure:21274: $? = 0
configure:21288: result: yes
configure:21318: checking for strlcat
configure:21366: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -pedantic-errors  conftest.cc >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from conftest.cc:29:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.cc: In function 'int main()':
conftest.cc:38:3: error: 'strlcat' was not declared in this scope
   strlcat(buf, "KDE function test", sizeof(buf));
   ^~~~~~~
conftest.cc:38:3: note: suggested alternative: 'strncat'
   strlcat(buf, "KDE function test", sizeof(buf));
   ^~~~~~~
   strncat
configure:21372: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h.  */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
|  char buf[20];
|   buf[0]='\0';
|   strlcat(buf, "KDE function test", sizeof(buf));
|
|
|   ;
|   return 0;
| }
configure:21407: result: no
configure:21410: checking if strlcat needs custom prototype
configure:21514: result: yes - in libkdefakes
configure:21539: checking for strlcpy
configure:21586: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -pedantic-errors  conftest.cc >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from conftest.cc:29:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.cc: In function 'int main()':
conftest.cc:37:3: error: 'strlcpy' was not declared in this scope
   strlcpy(buf, "KDE function test", sizeof(buf));
   ^~~~~~~
conftest.cc:37:3: note: suggested alternative: 'strncpy'
   strlcpy(buf, "KDE function test", sizeof(buf));
   ^~~~~~~
   strncpy
configure:21592: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h.  */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
|  char buf[20];
|   strlcpy(buf, "KDE function test", sizeof(buf));
|
|
|   ;
|   return 0;
| }
configure:21627: result: no
configure:21630: checking if strlcpy needs custom prototype
configure:21733: result: yes - in libkdefakes
configure:21757: checking for main in -lutil
configure:21781: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lutil   >&5
configure:21787: $? = 0
configure:21791: test -z
       || test ! -s conftest.err
configure:21794: $? = 0
configure:21797: test -s conftest
configure:21800: $? = 0
configure:21813: result: yes
configure:21819: checking for main in -lcompat
configure:21843: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: error: ld returned 1 exit status
configure:21849: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:21875: result: no
configure:21882: checking for crypt in -lcrypt
configure:21912: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lcrypt   >&5
configure:21918: $? = 0
configure:21922: test -z
       || test ! -s conftest.err
configure:21925: $? = 0
configure:21928: test -s conftest
configure:21931: $? = 0
configure:21944: result: yes
configure:22038: checking for socklen_t
configure:22077: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  conftest.cc >&5
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from conftest.cc:29:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:22083: $? = 0
configure:22087: test -z
       || test ! -s conftest.err
configure:22090: $? = 0
configure:22093: test -s conftest.o
configure:22096: $? = 0
configure:22168: result: socklen_t
configure:22184: checking for dnet_ntoa in -ldnet
configure:22214: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -ldnet   >&5
/usr/bin/ld: cannot find -ldnet
collect2: error: ld returned 1 exit status
configure:22220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:22246: result: no
configure:22253: checking for dnet_ntoa in -ldnet_stub
configure:22283: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -ldnet_stub   >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: error: ld returned 1 exit status
configure:22289: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:22315: result: no
configure:22322: checking for inet_ntoa
configure:22379: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:22385: $? = 0
configure:22389: test -z
       || test ! -s conftest.err
configure:22392: $? = 0
configure:22395: test -s conftest
configure:22398: $? = 0
configure:22410: result: yes
configure:22483: checking for connect
configure:22540: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:22546: $? = 0
configure:22550: test -z
       || test ! -s conftest.err
configure:22553: $? = 0
configure:22556: test -s conftest
configure:22559: $? = 0
configure:22571: result: yes
configure:22645: checking for remove
configure:22702: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:22708: $? = 0
configure:22712: test -z
       || test ! -s conftest.err
configure:22715: $? = 0
configure:22718: test -s conftest
configure:22721: $? = 0
configure:22733: result: yes
configure:22808: checking for shmat
configure:22865: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:22871: $? = 0
configure:22875: test -z
       || test ! -s conftest.err
configure:22878: $? = 0
configure:22881: test -s conftest
configure:22884: $? = 0
configure:22896: result: yes
configure:22979: checking for sys/types.h
configure:22984: result: yes
configure:22979: checking for stdint.h
configure:22984: result: yes
configure:23126: checking for poll in -lpoll
configure:23156: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lpoll   >&5
/usr/bin/ld: cannot find -lpoll
collect2: error: ld returned 1 exit status
configure:23162: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char poll ();
| int
| main ()
| {
| poll ();
|   ;
|   return 0;
| }
configure:23188: result: no
configure:23206: checking CoreAudio/CoreAudio.h usability
configure:23218: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:31:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:65:10: fatal error: CoreAudio/CoreAudio.h: No such file or directory
 #include <CoreAudio/CoreAudio.h>
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:23224: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:23247: result: no
configure:23251: checking CoreAudio/CoreAudio.h presence
configure:23261: gcc -E  conftest.c
conftest.c:31:10: fatal error: CoreAudio/CoreAudio.h: No such file or directory
 #include <CoreAudio/CoreAudio.h>
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:23267: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CoreAudio/CoreAudio.h>
configure:23287: result: no
configure:23322: checking for CoreAudio/CoreAudio.h
configure:23329: result: no
configure:23347: checking if res_init needs -lresolv
configure:23374: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c   -lresolv >&5
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from conftest.c:32:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:23380: $? = 0
configure:23384: test -z
       || test ! -s conftest.err
configure:23387: $? = 0
configure:23390: test -s conftest
configure:23393: $? = 0
configure:23397: result: yes
configure:23418: checking if res_init is available
configure:23443: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from conftest.c:33:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:23449: $? = 0
configure:23453: test -z
       || test ! -s conftest.err
configure:23456: $? = 0
configure:23459: test -s conftest.o
configure:23462: $? = 0
configure:23465: result: yes
configure:23488: checking for killpg in -lucb
configure:23518: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: error: ld returned 1 exit status
configure:23524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char killpg ();
| int
| main ()
| {
| killpg ();
|   ;
|   return 0;
| }
configure:23550: result: no
configure:23633: checking for int
configure:23657: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:33:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:23663: $? = 0
configure:23667: test -z
       || test ! -s conftest.err
configure:23670: $? = 0
configure:23673: test -s conftest.o
configure:23676: $? = 0
configure:23687: result: yes
configure:23690: checking size of int
configure:24009: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:33:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:67:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (int)); }
      ^~~~~~~
conftest.c:68:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (int)); }
               ^~~~~~~~
configure:24012: $? = 0
configure:24014: ./conftest
configure:24017: $? = 0
configure:24040: result: 4
configure:24046: checking for short
configure:24070: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:34:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:24076: $? = 0
configure:24080: test -z
       || test ! -s conftest.err
configure:24083: $? = 0
configure:24086: test -s conftest.o
configure:24089: $? = 0
configure:24100: result: yes
configure:24103: checking size of short
configure:24422: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:34:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:68:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (short)); }
      ^~~~~~~
conftest.c:69:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (short)); }
               ^~~~~~~~
configure:24425: $? = 0
configure:24427: ./conftest
configure:24430: $? = 0
configure:24453: result: 2
configure:24459: checking for long
configure:24483: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:35:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:24489: $? = 0
configure:24493: test -z
       || test ! -s conftest.err
configure:24496: $? = 0
configure:24499: test -s conftest.o
configure:24502: $? = 0
configure:24513: result: yes
configure:24516: checking size of long
configure:24835: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:35:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:69:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (long)); }
      ^~~~~~~
conftest.c:70:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (long)); }
               ^~~~~~~~
configure:24838: $? = 0
configure:24840: ./conftest
configure:24843: $? = 0
configure:24866: result: 8
configure:24872: checking for char *
configure:24896: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:36:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:24902: $? = 0
configure:24906: test -z
       || test ! -s conftest.err
configure:24909: $? = 0
configure:24912: test -s conftest.o
configure:24915: $? = 0
configure:24926: result: yes
configure:24929: checking size of char *
configure:25248: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:36:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:70:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (char *)); }
      ^~~~~~~
conftest.c:71:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (char *)); }
               ^~~~~~~~
configure:25251: $? = 0
configure:25253: ./conftest
configure:25256: $? = 0
configure:25279: result: 8
configure:25287: checking for dlopen in -ldl
configure:25349: result: yes
configure:25359: checking for shl_unload in -ldld
configure:25389: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:25395: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:25421: result: no
configure:25436: checking for size_t
configure:25460: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:37:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:25466: $? = 0
configure:25470: test -z
       || test ! -s conftest.err
configure:25473: $? = 0
configure:25476: test -s conftest.o
configure:25479: $? = 0
configure:25490: result: yes
configure:25493: checking size of size_t
configure:25812: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:37:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:71:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (size_t)); }
      ^~~~~~~
conftest.c:72:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (size_t)); }
               ^~~~~~~~
configure:25815: $? = 0
configure:25817: ./conftest
configure:25820: $? = 0
configure:25843: result: 8
configure:25850: checking for unsigned long
configure:25874: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:38:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:25880: $? = 0
configure:25884: test -z
       || test ! -s conftest.err
configure:25887: $? = 0
configure:25890: test -s conftest.o
configure:25893: $? = 0
configure:25904: result: yes
configure:25907: checking size of unsigned long
configure:26226: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:38:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:72:6: warning: no previous prototype for 'longval' [-Wmissing-prototypes]
 long longval () { return (long) (sizeof (unsigned long)); }
      ^~~~~~~
conftest.c:73:15: warning: no previous prototype for 'ulongval' [-Wmissing-prototypes]
 unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
               ^~~~~~~~
configure:26229: $? = 0
configure:26231: ./conftest
configure:26234: $? = 0
configure:26257: result: 8
configure:26265: checking sizeof size_t == sizeof unsigned long
configure:26287: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
configure:26293: $? = 0
configure:26297: test -z
       || test ! -s conftest.err
configure:26300: $? = 0
configure:26303: test -s conftest.o
configure:26306: $? = 0
configure:26308: result: yes
configure:26346: checking crt_externs.h usability
configure:26358: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  conftest.c >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c:73:10: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
configure:26364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:26387: result: no
configure:26391: checking crt_externs.h presence
configure:26401: gcc -E  conftest.c
conftest.c:39:10: fatal error: crt_externs.h: No such file or directory
 #include <crt_externs.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
configure:26407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:26427: result: no
configure:26462: checking for crt_externs.h
configure:26469: result: no
configure:26482: checking for _NSGetEnviron
configure:26539: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:49:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
/usr/bin/ld: /tmp/ccNancYv.o: in function `main':
conftest.c:(.text.startup+0x3): undefined reference to `_NSGetEnviron'
/usr/bin/ld: /tmp/ccNancYv.o:(.data.rel+0x0): undefined reference to `_NSGetEnviron'
collect2: error: ld returned 1 exit status
configure:26545: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _NSGetEnviron ();
| /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _NSGetEnviron;
|   ;
|   return 0;
| }
configure:26570: result: no
configure:26592: checking for vsnprintf
configure:26649: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:49:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:26655: $? = 0
configure:26659: test -z
       || test ! -s conftest.err
configure:26662: $? = 0
configure:26665: test -s conftest
configure:26668: $? = 0
configure:26680: result: yes
configure:26592: checking for snprintf
configure:26649: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from conftest.c:50:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:26655: $? = 0
configure:26659: test -z
       || test ! -s conftest.err
configure:26662: $? = 0
configure:26665: test -s conftest
configure:26668: $? = 0
configure:26680: result: yes
configure:26727: checking for X
configure:26765: gcc -E  conftest.c
configure:26771: $? = 0
configure:26862: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lXt  >&5
conftest.c: In function 'main':
conftest.c:45:1: warning: implicit declaration of function 'XtMalloc' [-Wimplicit-function-declaration]
 XtMalloc()
 ^~~~~~~~
configure:26868: $? = 0
configure:26872: test -z
       || test ! -s conftest.err
configure:26875: $? = 0
configure:26878: test -s conftest
configure:26881: $? = 0
configure:27027: result: libraries /usr/lib, headers .
configure:27056: checking for IceConnectionNumber in -lICE
configure:27086: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   -L/usr/lib conftest.c -lICE   >&5
configure:27092: $? = 0
configure:27096: test -z
       || test ! -s conftest.err
configure:27099: $? = 0
configure:27102: test -s conftest
configure:27105: $? = 0
configure:27118: result: yes
configure:27128: checking for libXext
configure:27163: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   -L/usr/lib  conftest.c -lXext -lX11  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from conftest.c:42:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:27169: $? = 0
configure:27173: test -z
       || test ! -s conftest.err
configure:27176: $? = 0
configure:27179: test -s conftest
configure:27182: $? = 0
configure:27201: result: yes
configure:27346: checking for pthread_create in -lpthread
configure:27376: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute   conftest.c -lpthread   >&5
configure:27382: $? = 0
configure:27386: test -z
       || test ! -s conftest.err
configure:27389: $? = 0
configure:27392: test -s conftest
configure:27395: $? = 0
configure:27408: result: yes
configure:27625: checking for extra includes
configure:27653: result: no
configure:27657: checking for extra libs
configure:27686: result: no
configure:27692: checking for libz
configure:27727: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute -I.   -D_REENTRANT  conftest.c -L/usr/lib  -lz  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from /usr/include/zconf.h:418,
                 from /usr/include/zlib.h:34,
                 from conftest.c:42:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
conftest.c: In function 'main':
conftest.c:53:25: warning: comparison with string literal results in unspecified behavior [-Waddress]
   return (zlibVersion() == ZLIB_VERSION);
                         ^~
configure:27733: $? = 0
configure:27737: test -z
       || test ! -s conftest.err
configure:27740: $? = 0
configure:27743: test -s conftest
configure:27746: $? = 0
configure:27768: result: -lz
configure:27789: checking for libpng
configure:27826: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute -I.   -D_REENTRANT  conftest.c  -L/usr/lib  -lpng -lz -lm -lX11  >&5
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
                 from /usr/include/pngconf.h:31,
                 from /usr/include/png.h:339,
                 from conftest.c:43:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
configure:27832: $? = 0
configure:27836: test -z
       || test ! -s conftest.err
configure:27839: $? = 0
configure:27842: test -s conftest
configure:27845: $? = 0
configure:27869: result: -lpng -lz -lm
configure:27880: checking for libjpeg6b
configure:27920: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute -I.   -D_REENTRANT  conftest.c -L/usr/lib  -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: error: ld returned 1 exit status
configure:27926: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ScoreReadingTrainer"
| #define VERSION "0.1.3"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #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_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h.  */
| /* Override any gcc2 internal prototype to avoid an error.  */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
|     void jpeg_CreateDecompress(j_decompress_ptr cinfo,
|                                     int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
|
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
|   ;
|   return 0;
| }
configure:27961: result: no
configure:27964: checking for libjpeg
configure:28004: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute -I.   -D_REENTRANT  conftest.c -L/usr/lib  -ljpeg -lm >&5
configure:28010: $? = 0
configure:28014: test -z
       || test ! -s conftest.err
configure:28017: $? = 0
configure:28020: test -s conftest
configure:28023: $? = 0
configure:28042: result: -ljpeg
configure: 28137: ${prefix}/include/jpeglib.h
configure: 28137: /usr/include/jpeglib.h
taking that
configure:28113: checking for perl
configure:28170: result: /usr/bin/perl
configure:28306: checking for Qt
configure: 28442: /usr/lib/qt3/include/qstyle.h
configure: 28442: /usr/lib/qt3/qstyle.h
configure: 28442: /usr/lib/qt/include/qstyle.h
configure: 28442: /usr/lib/qt/qstyle.h
configure: 28442: /usr/share/qt3/include/qstyle.h
configure: 28442: /usr/share/qt3/qstyle.h
configure: 28442: /usr/local/qt/include/qstyle.h
configure: 28442: /usr/include/qt/qstyle.h
configure: 28442: /usr/include/qstyle.h
configure: 28442: /usr/X11R6/include/X11/qt/qstyle.h
configure: 28442: /usr/X11R6/include/qt/qstyle.h
configure: 28442: /usr/X11R6/include/qt2/qstyle.h
configure: 28442: /usr/include/qt3/qstyle.h
configure: 28442: ./qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/share/qt3/lib
tried /usr/share/qt3
tried /usr/X11R6/lib
tried /usr/lib
tried /usr/local/qt/lib
tried /usr/lib
configure:28489: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -INO -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT  -LNONE -L/usr/lib   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
conftest.cc:2:10: fatal error: qglobal.h: No such file or directory
 #include <qglobal.h>
          ^~~~~~~~~~~
compilation terminated.
configure:28492: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 300)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:28532: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_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_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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_qt=have_qt=no
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
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_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=msgfmt
ac_cv_path_MSGFMT=msgfmt
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char_p=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_unsigned_long=8
ac_cv_socklen_t=socklen_t
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux-gnu
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_func_strlcat=no
kde_cv_func_strlcpy=no
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes          kde_x_includes=. kde_x_libraries=/usr/lib'
kde_cv_path=/usr/bin/perl
kde_cv_path_perl=/usr/bin/perl
kde_cv_prog_cxx_O0=yes
kde_cv_prog_cxx_Wl___allow_shlib_undefined=yes
kde_cv_prog_cxx_Wl___no_undefined=yes
kde_cv_prog_cxx_Wmissing_format_attribute=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_common=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_proto_strlcat='yes - in libkdefakes'
kde_cv_proto_strlcpy='yes - in libkdefakes'
kde_cv_stl_works=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so* /lib/libc-*.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[   ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGISTW][ABCDGISTW]*\\)[   ][  ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/missing --run tar'
AR='ar'
ARTSCCONFIG=''
AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT  -D_REENTRANT'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
KDE_NO_UNDEFINED='-Wl,--no-undefined -Wl,--allow-shlib-undefined'
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE='#'
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV='-lresolv'
LIBS=''
LIBSM='-lSM -lICE'
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBZ='-lz'
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LIB_XRENDER=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=':'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
OBJEXT='o'
PACKAGE='ScoreReadingTrainer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='0.1.3'
WOVERLOADED_VIRTUAL=''
XGETTEXT=':'
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES='-I.'
X_LDFLAGS='-L/usr/lib'
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes='-I.'
all_libraries='-L/usr/lib'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/nicolas/Téléchargements/ScoreReadingTrainer-0.1.3/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
x_includes='.'
x_libraries='/usr/lib'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''

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

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT 1
#define HAVE_SGI_STL 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "ScoreReadingTrainer"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR_P 8
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_UNSIGNED_LONG 8
#define STDC_HEADERS 1
#define VERSION "0.1.3"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1


Il n'y a pas de mauvaises questions...

Hors ligne

#11 14-06-2020 15:20:53

naguam
Membre
Lieu : Quelque part
Distrib. : Plusieurs
Noyau : Ça dépend
(G)UI : La CLI il n'y a que ça de vrai!
Inscription : 13-06-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Les versions de qt ne sont pas très compatibles entre elles il me semble.
Ce très vieux soft n'arrive même pas a détecter qt5 de mon côté......... car il cherche qt3 (le minimum c'est qt3.0 mais il doit cherche qt3.x et pas de version suppérieure).

Je ne dis pas que c'est complêtement râté pour compiler mais il faut soit prendre un très vieux système, soit faire du dev pour tout adapter.

Dernière modification par naguam (14-06-2020 15:36:20)

Hors ligne

#12 22-06-2020 13:28:53

calixtus06
Membre
Distrib. : Librazik 4
Noyau : 5.10.0-14-lzk-bl-amd64
(G)UI : mate
Inscription : 25-03-2016

Re : [ABANDONNE]compilation débutant : Qt3 introuvable

Merci !

Il n'y a pas de mauvaises questions...

Hors ligne

Pied de page des forums