Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/09/2014, à 18:09

nono22

configuration gmorgan

Bonsoir, j'ai chargé Gmorgan ,j'arrive a sortir des sons sur mon expandeur en cliquant sur STAR/STOP , je vois les accords que je fais sur le clavier par contre je n'ai pas de réaction en temps réel de Gmorgan ,si je ne clique pas sur START/STOP ,je vois juste les accords mais rien ne se passe.
Quand j'avais Windows j'utilisais un logiciel qui s'appelle 1manband qui fonctionnait très bien ,comme je vaux rester sur Ubuntu (à cause d'un logiciel de sons Hammond : setBfree) il faut que je fasse fonctionner Gmorgan (je n'ai pas trouvé d'autres logiciels capable de faire du temps réel,
merci pour votre aide.

Hors ligne

#2 Le 27/09/2014, à 22:08

J5012

Re : configuration gmorgan

http://sourceforge.net/projects/gmorgan/

For GNU/Linux users, the latest file is .70.
GMorgan .70 runs well on Ubuntu 12.4 with the
proprietary NVidia drivers. This revision incorporates a new drum pattern
panel...

la version paquet de precise est la 0.40-1

quelle version paquet as-tu ?

Hors ligne

#3 Le 27/09/2014, à 22:58

nono22

Re : configuration gmorgan

bonsoir je ne sais pas si ça répond a ta question

voila ce que j'obtiens quand je lance gmorgan

gmod v0.59 - Copyright (c) 2003-2004 Josep Andreu (Holborn) ... modifications by Robert Vogel 2011

l'icone de lancement donne :v0.40

pour Ubuntu j'ai la 14.04 LTS

bonne soirée

Hors ligne

#4 Le 29/09/2014, à 07:24

J5012

Re : configuration gmorgan

extrait du readme de la 0.70

gmorgan v 0.70  (8/24/2014)

As far as I know this version only works on GNU/Linux distributions.
Debian and Ubuntu, at the moment, have version .40 available,
but they do not perform well.

→ la 0.40 ne marche pas bien

la 0.70 n'est dispo qu'en source, il te faudra la compiler ...

Hors ligne

#5 Le 29/09/2014, à 09:35

nono22

Re : configuration gmorgan

OK mais je ne connais pas trop Linux ,tu pourrais me donner la marche a suivre ,merci
bonne journée

Hors ligne

#6 Le 29/09/2014, à 16:13

nono22

Re : configuration gmorgan

bonsoir
j'ai chargé l'ensemble des logiciels et j'ai lancé la première commande ./configure

ci dessous le compte rendu de la commande:

noel@noel-NC10:~/gmorgan/gmorgan-0.70$ ls
ABOUT-NLS   config.guess  configure.in  INSTALL      Makefile.in  README
aclocal.m4  config.rpath  COPYING       install-sh   missing      src
AUTHORS     config.sub    data          m4           NEWS
ChangeLog   configure     depcomp       Makefile.am  po
noel@noel-NC10:~/gmorgan/gmorgan-0.70$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/home/noel/gmorgan/gmorgan-0.70':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
noel@noel-NC10:~/gmorgan/gmorgan-0.70$ sudo -i
[sudo] password for noel:
root@noel-NC10:~# cd /home/noel
root@noel-NC10:/home/noel# cd morgan
-bash: cd: morgan: Aucun fichier ou dossier de ce type
root@noel-NC10:/home/noel# cd gmorgan
root@noel-NC10:/home/noel/gmorgan# ls
doc  gmorgan-0.70
root@noel-NC10:/home/noel/gmorgan# cd g*
root@noel-NC10:/home/noel/gmorgan/gmorgan-0.70# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/home/noel/gmorgan/gmorgan-0.70':
configure: error: C++ compiler cannot create executables
See `config.log' for more details

A+

Hors ligne

#7 Le 29/09/2014, à 16:16

nono22

Re : configuration gmorgan

ci dessous le fichier de traces config.log

noel@noel-NC10:~/gmorgan/gmorgan-0.70$ more 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.68.  Invocation command line was

  $ ./configure

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

hostname = noel-NC10
uname -m = i686
uname -r = 3.13.0-36-generic
uname -s = Linux
uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014

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

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

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


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

configure:2233: checking for a BSD-compatible install
configure:2301: result: /usr/bin/install -c
configure:2312: checking whether build environment is sane
configure:2362: result: yes
configure:2503: checking for a thread-safe mkdir -p
configure:2542: result: /bin/mkdir -p
configure:2555: checking for gawk
configure:2585: result: no
configure:2555: checking for mawk
configure:2571: found /usr/bin/mawk
configure:2582: result: mawk
configure:2593: checking whether make sets $(MAKE)
configure:2615: result: yes
configure:2753: checking for g++
configure:2783: result: no
configure:2753: checking for c++
configure:2783: result: no
configure:2753: checking for gpp
configure:2783: result: no
configure:2753: checking for aCC
configure:2783: result: no
configure:2753: checking for CC
configure:2783: result: no
configure:2753: checking for cxx
configure:2783: result: no
configure:2753: checking for cc++
configure:2783: result: no
configure:2753: checking for cl.exe
configure:2783: result: no
configure:2753: checking for FCC
configure:2783: result: no
configure:2753: checking for KCC
configure:2783: result: no
configure:2753: checking for RCC
configure:2783: result: no
configure:2753: checking for xlC_r
configure:2783: result: no
configure:2753: checking for xlC
configure:2783: result: no
configure:2807: checking for C++ compiler version
configure:2816: g++ --version >&5
./configure: line 2818: g++: command not found
configure:2827: $? = 127
configure:2816: g++ -v >&5
./configure: line 2818: g++: command not found
configure:2827: $? = 127
configure:2816: g++ -V >&5
./configure: line 2818: g++: command not found
configure:2827: $? = 127
configure:2816: g++ -qversion >&5
./configure: line 2818: g++: command not found
configure:2827: $? = 127
configure:2847: checking whether the C++ compiler works
configure:2869: g++    conftest.cpp  >&5
./configure: line 2871: g++: command not found
configure:2873: $? = 127
configure:2911: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2916: error: in `/home/noel/gmorgan/gmorgan-0.70':
configure:2918: error: C++ compiler cannot create executables
See `config.log' for more details

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

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_make_make_set=yes

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

ACLOCAL='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run automake-1.11'
AWK='mawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FLTK_CONFIG=''
GETTEXT_MACRO_VERSION=''
GMSGFMT=''
GMSGFMT_015=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
OBJEXT=''
PACKAGE='gmorgan'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS=''
VERSION='0.70'
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/noel/gmorgan/gmorgan-0.70/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmorgan"
#define VERSION "0.70"

configure: exit 77

Hors ligne

#8 Le 29/09/2014, à 22:09

J5012

Re : configuration gmorgan

la doc d'abord : http://doc.ubuntu-fr.org/compilation
ensuite tu as besoin de l'outil gcc avec les extensions pour g++ (c++ pour gcc)

le readme te dit que tu dois compiler d'abord les libs pour fltk , la libs graphique qu'utilise gmorgan ...

Hors ligne

#9 Le 30/09/2014, à 14:40

nono22

Re : configuration gmorgan

bonjour

j'ai charhé les modules manquants pour GCC

j'ai chargé également gawk

le fichier de config a évolué je te fais un copier/coller mais je préfèrerais te joindre le fichier (commant?)

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.68.  Invocation command line was

  $ ./configure

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

hostname = noel-NC10
uname -m = i686
uname -r = 3.13.0-36-generic
uname -s = Linux
uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014

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

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

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


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

configure:2233: checking for a BSD-compatible install
configure:2301: result: /usr/bin/install -c
configure:2312: checking whether build environment is sane
configure:2362: result: yes
configure:2503: checking for a thread-safe mkdir -p
configure:2542: result: /bin/mkdir -p
configure:2555: checking for gawk
configure:2571: found /usr/bin/gawk
configure:2582: result: gawk
configure:2593: checking whether make sets $(MAKE)
configure:2615: result: yes
configure:2753: checking for g++
configure:2769: found /usr/bin/g++
configure:2780: result: g++
configure:2807: checking for C++ compiler version
configure:2816: g++ --version >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:2827: $? = 0
configure:2816: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:2827: $? = 0
configure:2816: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2816: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2847: checking whether the C++ compiler works
configure:2869: g++    conftest.cpp  >&5
configure:2873: $? = 0
configure:2921: result: yes
configure:2924: checking for C++ compiler default output file name
configure:2926: result: a.out
configure:2932: checking for suffix of executables
configure:2939: g++ -o conftest    conftest.cpp  >&5
configure:2943: $? = 0
configure:2965: result:
configure:2987: checking whether we are cross compiling
configure:2995: g++ -o conftest    conftest.cpp  >&5
configure:2999: $? = 0
configure:3006: ./conftest
configure:3010: $? = 0
configure:3025: result: no
configure:3030: checking for suffix of object files
configure:3052: g++ -c   conftest.cpp >&5
configure:3056: $? = 0
configure:3077: result: o
configure:3081: checking whether we are using the GNU C++ compiler
configure:3100: g++ -c   conftest.cpp >&5
configure:3100: $? = 0
configure:3109: result: yes
configure:3118: checking whether g++ accepts -g
configure:3138: g++ -c -g  conftest.cpp >&5
configure:3138: $? = 0
configure:3179: result: yes
configure:3213: checking for style of include used by make
configure:3241: result: GNU
configure:3267: checking dependency style of g++
configure:3378: result: gcc3
configure:3441: checking for gcc
configure:3457: found /usr/bin/gcc
configure:3468: result: gcc
configure:3697: checking for C compiler version
configure:3706: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:3717: $? = 0
configure:3706: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:3717: $? = 0
configure:3706: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3706: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3721: checking whether we are using the GNU C compiler
configure:3740: gcc -c   conftest.c >&5
configure:3740: $? = 0
configure:3749: result: yes
configure:3758: checking whether gcc accepts -g
configure:3778: gcc -c -g  conftest.c >&5
configure:3778: $? = 0
configure:3819: result: yes
configure:3836: checking for gcc option to accept ISO C89
configure:3900: gcc  -c -g -O2  conftest.c >&5
configure:3900: $? = 0
configure:3913: result: none needed
configure:3935: checking dependency style of gcc
configure:4046: result: gcc3
configure:4067: checking how to run the C preprocessor
configure:4098: gcc -E  conftest.c
configure:4098: $? = 0
configure:4112: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4137: result: gcc -E
configure:4157: gcc -E  conftest.c
configure:4157: $? = 0
configure:4171: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4200: checking for grep that handles long lines and -e
configure:4258: result: /bin/grep
configure:4263: checking for egrep
configure:4325: result: /bin/grep -E
configure:4330: checking for ANSI C header files
configure:4350: gcc -c -g -O2  conftest.c >&5
configure:4350: $? = 0
configure:4423: gcc -o conftest -g -O2   conftest.c  >&5
configure:4423: $? = 0
configure:4423: ./conftest
configure:4423: $? = 0
configure:4434: result: yes
configure:4447: checking for sys/types.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for sys/stat.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdlib.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for string.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for memory.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for strings.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for inttypes.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdint.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for unistd.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4460: checking minix/config.h usability
configure:4460: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking minix/config.h presence
configure:4460: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking for minix/config.h
configure:4460: result: no
configure:4481: checking whether it is safe to define __EXTENSIONS__
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4499: $? = 0
configure:4506: result: yes
configure:4521: checking whether make sets $(MAKE)
configure:4543: result: yes
configure:4552: checking for an ANSI C-conforming const
configure:4617: gcc -c -g -O2  conftest.c >&5
configure:4617: $? = 0
configure:4624: result: yes
configure:4632: checking for inline
configure:4648: gcc -c -g -O2  conftest.c >&5
configure:4648: $? = 0
configure:4656: result: inline
configure:4674: checking for ANSI C header files
configure:4778: result: yes
configure:4786: checking for ANSI C header files
configure:4890: result: yes
configure:4901: checking sys/select.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/select.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/select.h
configure:4901: result: yes
configure:4901: checking sys/socket.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/socket.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/socket.h
configure:4901: result: yes
configure:4911: checking types of arguments for select
configure:4939: gcc -c -g -O2  conftest.c >&5
configure:4939: $? = 0
configure:4950: result: int,fd_set *,struct timeval *
configure:4976: checking for bzero
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:56:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
char bzero ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for memset
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for select
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for strdup
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4986: checking whether NLS is requested
configure:4995: result: yes
configure:5036: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:5068: result: /usr/bin/msgfmt
configure:5077: checking for gmsgfmt
configure:5108: result: /usr/bin/msgfmt
configure:5159: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:5191: result: /usr/bin/xgettext
configure:5237: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5268: result: /usr/bin/msgmerge
configure:5305: checking build system type
configure:5319: result: i686-pc-linux-gnu
configure:5339: checking host system type
configure:5352: result: i686-pc-linux-gnu
configure:5396: checking for ld used by GCC
configure:5459: result: /usr/bin/ld
configure:5466: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.24
configure:5478: result: yes
configure:5484: checking for shared library run path origin
configure:5497: result: done
configure:5921: checking for CFPreferencesCopyAppValue
configure:5939: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:5939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5948: result: no
configure:5955: checking for CFLocaleCopyCurrent
configure:5973: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:5973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5982: result: no
configure:6031: checking for GNU gettext in libc
configure:6051: gcc -o conftest -g -O2   conftest.c  >&5
configure:6051: $? = 0
configure:6060: result: yes
configure:6768: checking whether to use NLS
configure:6770: result: yes
configure:6773: checking where the gettext function comes from
configure:6784: result: libc
configure:6845: checking for unistd.h
configure:6845: result: yes
configure:6855: checking alsa/asoundlib.h usability
configure:6855: gcc -c -g -O2  conftest.c >&5
conftest.c:74:28: fatal error: alsa/asoundlib.h: No such file or directory
#include <alsa/asoundlib.h>
                            ^
compilation terminated.
configure:6855: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <alsa/asoundlib.h>
configure:6855: result: no
configure:6855: checking alsa/asoundlib.h presence
configure:6855: gcc -E  conftest.c
conftest.c:41:28: fatal error: alsa/asoundlib.h: No such file or directory
#include <alsa/asoundlib.h>
                            ^
compilation terminated.
configure:6855: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <alsa/asoundlib.h>
configure:6855: result: no
configure:6855: checking for alsa/asoundlib.h
configure:6855: result: no
configure:6859: error: Alsa is required

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bzero=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_strdup=yes
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_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=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

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

ACLOCAL='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTK_CONFIG=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-Wl,-Bsymbolic-functions -lfltk_images -lfltk -lX11 -lasound'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='gmorgan'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='0.70'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/noel/gmorgan/gmorgan-0.70/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmorgan"
#define VERSION "0.70"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_BZERO 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_UNISTD_H 1

configure: exit 1

Hors ligne

#10 Le 01/10/2014, à 03:09

J5012

Re : configuration gmorgan

met toutes tes sorties de terminal entre les balises code avec le bouton "crochets bleus" <> ...

Hors ligne

#11 Le 01/10/2014, à 03:10

J5012

Re : configuration gmorgan

tu dois compiler la libs fltk ou installer ses paquet dev ... avant, tu dois aussi installer les paquets dev pour alsa ...

Hors ligne

#12 Le 01/10/2014, à 20:32

nono22

Re : configuration gmorgan

Bonsoir

j'ai installé les fichiers libasound-dev de ALSA

le FLTK 1.3 était déja chargé

j'ai essayé un make ,voiçi le résultat:

oel@noel-NC10:~/gmorgan/gmorgan-0.70$ make
Making all in m4
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/m4 »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/m4 »
Making all in src
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/src »
Makefile:301: .deps/MidiFileIn.Po: Aucun fichier ou dossier de ce type
Makefile:302: .deps/NotGenerated.Po: Aucun fichier ou dossier de ce type
Makefile:303: .deps/Stk.Po: Aucun fichier ou dossier de ce type
Makefile:304: .deps/gmorgan.MIDIExport.Po: Aucun fichier ou dossier de ce type
Makefile:305: .deps/gmorgan.MIDIExport.Song.Po: Aucun fichier ou dossier de ce type
Makefile:306: .deps/gmorgan.MIDIImport.Po: Aucun fichier ou dossier de ce type
Makefile:307: .deps/gmorgan.MIDIIn.Po: Aucun fichier ou dossier de ce type
Makefile:308: .deps/gmorgan.MIDIOUT.Po: Aucun fichier ou dossier de ce type
Makefile:309: .deps/gmorgan.Po: Aucun fichier ou dossier de ce type
Makefile:310: .deps/gmorgan.chord.Po: Aucun fichier ou dossier de ce type
Makefile:311: .deps/gmorgan.fileIO.Po: Aucun fichier ou dossier de ce type
Makefile:312: .deps/gmorgan.song.Po: Aucun fichier ou dossier de ce type
Makefile:313: .deps/gmorgan.varios.Po: Aucun fichier ou dossier de ce type
Makefile:314: .deps/gmorgan.voicing.Po: Aucun fichier ou dossier de ce type
Makefile:315: .deps/main.Po: Aucun fichier ou dossier de ce type
make[1]: *** Pas de règle pour fabriquer la cible « .deps/main.Po ». Arrêt.
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/src »
make: *** [all-recursive] Erreur 1

voir le 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.68.  Invocation command line was

  $ ./configure 

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

hostname = noel-NC10
uname -m = i686
uname -r = 3.13.0-36-generic
uname -s = Linux
uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014

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

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

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


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

configure:2233: checking for a BSD-compatible install
configure:2301: result: /usr/bin/install -c
configure:2312: checking whether build environment is sane
configure:2362: result: yes
configure:2503: checking for a thread-safe mkdir -p
configure:2542: result: /bin/mkdir -p
configure:2555: checking for gawk
configure:2571: found /usr/bin/gawk
configure:2582: result: gawk
configure:2593: checking whether make sets $(MAKE)
configure:2615: result: yes
configure:2753: checking for g++
configure:2769: found /usr/bin/g++
configure:2780: result: g++
configure:2807: checking for C++ compiler version
configure:2816: g++ --version >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:2827: $? = 0
configure:2816: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
configure:2827: $? = 0
configure:2816: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2816: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2847: checking whether the C++ compiler works
configure:2869: g++    conftest.cpp  >&5
configure:2873: $? = 0
configure:2921: result: yes
configure:2924: checking for C++ compiler default output file name
configure:2926: result: a.out
configure:2932: checking for suffix of executables
configure:2939: g++ -o conftest    conftest.cpp  >&5
configure:2943: $? = 0
configure:2965: result: 
configure:2987: checking whether we are cross compiling
configure:2995: g++ -o conftest    conftest.cpp  >&5
configure:2999: $? = 0
configure:3006: ./conftest
configure:3010: $? = 0
configure:3025: result: no
configure:3030: checking for suffix of object files
configure:3052: g++ -c   conftest.cpp >&5
configure:3056: $? = 0
configure:3077: result: o
configure:3081: checking whether we are using the GNU C++ compiler
configure:3100: g++ -c   conftest.cpp >&5
configure:3100: $? = 0
configure:3109: result: yes
configure:3118: checking whether g++ accepts -g
configure:3138: g++ -c -g  conftest.cpp >&5
configure:3138: $? = 0
configure:3179: result: yes
configure:3213: checking for style of include used by make
configure:3241: result: GNU
configure:3267: checking dependency style of g++
configure:3378: result: gcc3
configure:3441: checking for gcc
configure:3457: found /usr/bin/gcc
configure:3468: result: gcc
configure:3697: checking for C compiler version
configure:3706: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:3717: $? = 0
configure:3706: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
configure:3717: $? = 0
configure:3706: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3706: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3721: checking whether we are using the GNU C compiler
configure:3740: gcc -c   conftest.c >&5
configure:3740: $? = 0
configure:3749: result: yes
configure:3758: checking whether gcc accepts -g
configure:3778: gcc -c -g  conftest.c >&5
configure:3778: $? = 0
configure:3819: result: yes
configure:3836: checking for gcc option to accept ISO C89
configure:3900: gcc  -c -g -O2  conftest.c >&5
configure:3900: $? = 0
configure:3913: result: none needed
configure:3935: checking dependency style of gcc
configure:4046: result: gcc3
configure:4067: checking how to run the C preprocessor
configure:4098: gcc -E  conftest.c
configure:4098: $? = 0
configure:4112: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4137: result: gcc -E
configure:4157: gcc -E  conftest.c
configure:4157: $? = 0
configure:4171: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4200: checking for grep that handles long lines and -e
configure:4258: result: /bin/grep
configure:4263: checking for egrep
configure:4325: result: /bin/grep -E
configure:4330: checking for ANSI C header files
configure:4350: gcc -c -g -O2  conftest.c >&5
configure:4350: $? = 0
configure:4423: gcc -o conftest -g -O2   conftest.c  >&5
configure:4423: $? = 0
configure:4423: ./conftest
configure:4423: $? = 0
configure:4434: result: yes
configure:4447: checking for sys/types.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for sys/stat.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdlib.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for string.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for memory.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for strings.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for inttypes.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdint.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for unistd.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4460: checking minix/config.h usability
configure:4460: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking minix/config.h presence
configure:4460: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking for minix/config.h
configure:4460: result: no
configure:4481: checking whether it is safe to define __EXTENSIONS__
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4499: $? = 0
configure:4506: result: yes
configure:4521: checking whether make sets $(MAKE)
configure:4543: result: yes
configure:4552: checking for an ANSI C-conforming const
configure:4617: gcc -c -g -O2  conftest.c >&5
configure:4617: $? = 0
configure:4624: result: yes
configure:4632: checking for inline
configure:4648: gcc -c -g -O2  conftest.c >&5
configure:4648: $? = 0
configure:4656: result: inline
configure:4674: checking for ANSI C header files
configure:4778: result: yes
configure:4786: checking for ANSI C header files
configure:4890: result: yes
configure:4901: checking sys/select.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/select.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/select.h
configure:4901: result: yes
configure:4901: checking sys/socket.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/socket.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/socket.h
configure:4901: result: yes
configure:4911: checking types of arguments for select
configure:4939: gcc -c -g -O2  conftest.c >&5
configure:4939: $? = 0
configure:4950: result: int,fd_set *,struct timeval *
configure:4976: checking for bzero
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:56:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
 char bzero ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for memset
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memset' [enabled by default]
 char memset ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for select
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for strdup
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4986: checking whether NLS is requested
configure:4995: result: yes
configure:5036: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:5068: result: /usr/bin/msgfmt
configure:5077: checking for gmsgfmt
configure:5108: result: /usr/bin/msgfmt
configure:5159: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:5191: result: /usr/bin/xgettext
configure:5237: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5268: result: /usr/bin/msgmerge
configure:5305: checking build system type
configure:5319: result: i686-pc-linux-gnu
configure:5339: checking host system type
configure:5352: result: i686-pc-linux-gnu
configure:5396: checking for ld used by GCC
configure:5459: result: /usr/bin/ld
configure:5466: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.24
configure:5478: result: yes
configure:5484: checking for shared library run path origin
configure:5497: result: done
configure:5921: checking for CFPreferencesCopyAppValue
configure:5939: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:5939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5948: result: no
configure:5955: checking for CFLocaleCopyCurrent
configure:5973: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:5973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5982: result: no
configure:6031: checking for GNU gettext in libc
configure:6051: gcc -o conftest -g -O2   conftest.c  >&5
configure:6051: $? = 0
configure:6060: result: yes
configure:6768: checking whether to use NLS
configure:6770: result: yes
configure:6773: checking where the gettext function comes from
configure:6784: result: libc
configure:6845: checking for unistd.h
configure:6845: result: yes
configure:6855: checking alsa/asoundlib.h usability
configure:6855: gcc -c -g -O2  conftest.c >&5
configure:6855: $? = 0
configure:6855: result: yes
configure:6855: checking alsa/asoundlib.h presence
configure:6855: gcc -E  conftest.c
configure:6855: $? = 0
configure:6855: result: yes
configure:6855: checking for alsa/asoundlib.h
configure:6855: result: yes
configure:6865: checking for fltk-config
configure:6883: found /usr/bin/fltk-config
configure:6896: result: /usr/bin/fltk-config
configure:6995: creating ./config.status

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

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

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

on noel-NC10

config.status:843: creating Makefile
config.status:843: creating src/Makefile
config.status:843: creating data/Makefile
config.status:843: creating data/skins/Makefile
config.status:843: creating data/skins/Blue/Makefile
config.status:843: creating po/Makefile.in
config.status:843: creating m4/Makefile
config.status:829: error: cannot find input file: `doc/Makefile.in'

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bzero=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_strdup=yes
ac_cv_header_alsa_asoundlib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_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=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FLTK_CONFIG=/usr/bin/fltk-config
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

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

ACLOCAL='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTK_CONFIG='/usr/bin/fltk-config'
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-Wl,-Bsymbolic-functions -lfltk_images -lfltk -lX11 -lasound'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='gmorgan'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='0.70'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/noel/gmorgan/gmorgan-0.70/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmorgan"
#define VERSION "0.70"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_BZERO 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_UNISTD_H 1

configure: exit 1This 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.68.  Invocation command line was

  $ ./configure 

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

hostname = noel-NC10
uname -m = i686
uname -r = 3.13.0-36-generic
uname -s = Linux
uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014

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

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

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


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

configure:2233: checking for a BSD-compatible install
configure:2301: result: /usr/bin/install -c
configure:2312: checking whether build environment is sane
configure:2362: result: yes
configure:2503: checking for a thread-safe mkdir -p
configure:2542: result: /bin/mkdir -p
configure:2555: checking for gawk
configure:2571: found /usr/bin/gawk
configure:2582: result: gawk
configure:2593: checking whether make sets $(MAKE)
configure:2615: result: yes
configure:2753: checking for g++
configure:2769: found /usr/bin/g++
configure:2780: result: g++
configure:2807: checking for C++ compiler version
configure:2816: g++ --version >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:2827: $? = 0
configure:2816: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
configure:2827: $? = 0
configure:2816: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2816: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2827: $? = 4
configure:2847: checking whether the C++ compiler works
configure:2869: g++    conftest.cpp  >&5
configure:2873: $? = 0
configure:2921: result: yes
configure:2924: checking for C++ compiler default output file name
configure:2926: result: a.out
configure:2932: checking for suffix of executables
configure:2939: g++ -o conftest    conftest.cpp  >&5
configure:2943: $? = 0
configure:2965: result: 
configure:2987: checking whether we are cross compiling
configure:2995: g++ -o conftest    conftest.cpp  >&5
configure:2999: $? = 0
configure:3006: ./conftest
configure:3010: $? = 0
configure:3025: result: no
configure:3030: checking for suffix of object files
configure:3052: g++ -c   conftest.cpp >&5
configure:3056: $? = 0
configure:3077: result: o
configure:3081: checking whether we are using the GNU C++ compiler
configure:3100: g++ -c   conftest.cpp >&5
configure:3100: $? = 0
configure:3109: result: yes
configure:3118: checking whether g++ accepts -g
configure:3138: g++ -c -g  conftest.cpp >&5
configure:3138: $? = 0
configure:3179: result: yes
configure:3213: checking for style of include used by make
configure:3241: result: GNU
configure:3267: checking dependency style of g++
configure:3378: result: gcc3
configure:3441: checking for gcc
configure:3457: found /usr/bin/gcc
configure:3468: result: gcc
configure:3697: checking for C compiler version
configure:3706: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:3717: $? = 0
configure:3706: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
configure:3717: $? = 0
configure:3706: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3706: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3717: $? = 4
configure:3721: checking whether we are using the GNU C compiler
configure:3740: gcc -c   conftest.c >&5
configure:3740: $? = 0
configure:3749: result: yes
configure:3758: checking whether gcc accepts -g
configure:3778: gcc -c -g  conftest.c >&5
configure:3778: $? = 0
configure:3819: result: yes
configure:3836: checking for gcc option to accept ISO C89
configure:3900: gcc  -c -g -O2  conftest.c >&5
configure:3900: $? = 0
configure:3913: result: none needed
configure:3935: checking dependency style of gcc
configure:4046: result: gcc3
configure:4067: checking how to run the C preprocessor
configure:4098: gcc -E  conftest.c
configure:4098: $? = 0
configure:4112: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4137: result: gcc -E
configure:4157: gcc -E  conftest.c
configure:4157: $? = 0
configure:4171: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4200: checking for grep that handles long lines and -e
configure:4258: result: /bin/grep
configure:4263: checking for egrep
configure:4325: result: /bin/grep -E
configure:4330: checking for ANSI C header files
configure:4350: gcc -c -g -O2  conftest.c >&5
configure:4350: $? = 0
configure:4423: gcc -o conftest -g -O2   conftest.c  >&5
configure:4423: $? = 0
configure:4423: ./conftest
configure:4423: $? = 0
configure:4434: result: yes
configure:4447: checking for sys/types.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for sys/stat.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdlib.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for string.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for memory.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for strings.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for inttypes.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for stdint.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4447: checking for unistd.h
configure:4447: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4447: result: yes
configure:4460: checking minix/config.h usability
configure:4460: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking minix/config.h presence
configure:4460: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4460: result: no
configure:4460: checking for minix/config.h
configure:4460: result: no
configure:4481: checking whether it is safe to define __EXTENSIONS__
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4499: $? = 0
configure:4506: result: yes
configure:4521: checking whether make sets $(MAKE)
configure:4543: result: yes
configure:4552: checking for an ANSI C-conforming const
configure:4617: gcc -c -g -O2  conftest.c >&5
configure:4617: $? = 0
configure:4624: result: yes
configure:4632: checking for inline
configure:4648: gcc -c -g -O2  conftest.c >&5
configure:4648: $? = 0
configure:4656: result: inline
configure:4674: checking for ANSI C header files
configure:4778: result: yes
configure:4786: checking for ANSI C header files
configure:4890: result: yes
configure:4901: checking sys/select.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/select.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/select.h
configure:4901: result: yes
configure:4901: checking sys/socket.h usability
configure:4901: gcc -c -g -O2  conftest.c >&5
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking sys/socket.h presence
configure:4901: gcc -E  conftest.c
configure:4901: $? = 0
configure:4901: result: yes
configure:4901: checking for sys/socket.h
configure:4901: result: yes
configure:4911: checking types of arguments for select
configure:4939: gcc -c -g -O2  conftest.c >&5
configure:4939: $? = 0
configure:4950: result: int,fd_set *,struct timeval *
configure:4976: checking for bzero
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:56:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
 char bzero ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for memset
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memset' [enabled by default]
 char memset ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for select
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
configure:4976: $? = 0
configure:4976: result: yes
configure:4976: checking for strdup
configure:4976: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:4976: $? = 0
configure:4976: result: yes
configure:4986: checking whether NLS is requested
configure:4995: result: yes
configure:5036: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:5068: result: /usr/bin/msgfmt
configure:5077: checking for gmsgfmt
configure:5108: result: /usr/bin/msgfmt
configure:5159: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:5191: result: /usr/bin/xgettext
configure:5237: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5268: result: /usr/bin/msgmerge
configure:5305: checking build system type
configure:5319: result: i686-pc-linux-gnu
configure:5339: checking host system type
configure:5352: result: i686-pc-linux-gnu
configure:5396: checking for ld used by GCC
configure:5459: result: /usr/bin/ld
configure:5466: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.24
configure:5478: result: yes
configure:5484: checking for shared library run path origin
configure:5497: result: done
configure:5921: checking for CFPreferencesCopyAppValue
configure:5939: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:5939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5948: result: no
configure:5955: checking for CFLocaleCopyCurrent
configure:5973: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:37:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:5973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmorgan"
| #define VERSION "0.70"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_BZERO 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5982: result: no
configure:6031: checking for GNU gettext in libc
configure:6051: gcc -o conftest -g -O2   conftest.c  >&5
configure:6051: $? = 0
configure:6060: result: yes
configure:6768: checking whether to use NLS
configure:6770: result: yes
configure:6773: checking where the gettext function comes from
configure:6784: result: libc
configure:6845: checking for unistd.h
configure:6845: result: yes
configure:6855: checking alsa/asoundlib.h usability
configure:6855: gcc -c -g -O2  conftest.c >&5
configure:6855: $? = 0
configure:6855: result: yes
configure:6855: checking alsa/asoundlib.h presence
configure:6855: gcc -E  conftest.c
configure:6855: $? = 0
configure:6855: result: yes
configure:6855: checking for alsa/asoundlib.h
configure:6855: result: yes
configure:6865: checking for fltk-config
configure:6883: found /usr/bin/fltk-config
configure:6896: result: /usr/bin/fltk-config
configure:6995: creating ./config.status

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

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

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

on noel-NC10

config.status:843: creating Makefile
config.status:843: creating src/Makefile
config.status:843: creating data/Makefile
config.status:843: creating data/skins/Makefile
config.status:843: creating data/skins/Blue/Makefile
config.status:843: creating po/Makefile.in
config.status:843: creating m4/Makefile
config.status:829: error: cannot find input file: `doc/Makefile.in'

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bzero=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_strdup=yes
ac_cv_header_alsa_asoundlib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_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=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FLTK_CONFIG=/usr/bin/fltk-config
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

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

ACLOCAL='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTK_CONFIG='/usr/bin/fltk-config'
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-Wl,-Bsymbolic-functions -lfltk_images -lfltk -lX11 -lasound'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='gmorgan'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='0.70'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/noel/gmorgan/gmorgan-0.70/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmorgan"
#define VERSION "0.70"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_BZERO 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_UNISTD_H 1

configure: exit 1

A+ si tu en as encore le courage

Hors ligne

#13 Le 02/10/2014, à 10:39

nono22

Re : configuration gmorgan

bonjour ,some news

j'ai chargé libdeps

j'ai créé un répertoire doc sous gmorgan suite à l'erreur de ./configure

configure parit bon ,j'ai lancer le make qui a bien avancé mais !

résultat du make:

noel@noel-NC10:~/gmorgan/gmorgan-0.70$ make
Making all in m4
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/m4 »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/m4 »
Making all in src
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/src »
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.C
mv -f .deps/main.Tpo .deps/main.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.o -MD -MP -MF .deps/gmorgan.Tpo -c -o gmorgan.o gmorgan.C
mv -f .deps/gmorgan.Tpo .deps/gmorgan.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.fileIO.o -MD -MP -MF .deps/gmorgan.fileIO.Tpo -c -o gmorgan.fileIO.o gmorgan.fileIO.C
mv -f .deps/gmorgan.fileIO.Tpo .deps/gmorgan.fileIO.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.MIDIExport.o -MD -MP -MF .deps/gmorgan.MIDIExport.Tpo -c -o gmorgan.MIDIExport.o gmorgan.MIDIExport.C
mv -f .deps/gmorgan.MIDIExport.Tpo .deps/gmorgan.MIDIExport.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.MIDIExport.Song.o -MD -MP -MF .deps/gmorgan.MIDIExport.Song.Tpo -c -o gmorgan.MIDIExport.Song.o gmorgan.MIDIExport.Song.C
mv -f .deps/gmorgan.MIDIExport.Song.Tpo .deps/gmorgan.MIDIExport.Song.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.MIDIImport.o -MD -MP -MF .deps/gmorgan.MIDIImport.Tpo -c -o gmorgan.MIDIImport.o gmorgan.MIDIImport.C
mv -f .deps/gmorgan.MIDIImport.Tpo .deps/gmorgan.MIDIImport.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT MidiFileIn.o -MD -MP -MF .deps/MidiFileIn.Tpo -c -o MidiFileIn.o MidiFileIn.cpp
mv -f .deps/MidiFileIn.Tpo .deps/MidiFileIn.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.MIDIIn.o -MD -MP -MF .deps/gmorgan.MIDIIn.Tpo -c -o gmorgan.MIDIIn.o gmorgan.MIDIIn.C
mv -f .deps/gmorgan.MIDIIn.Tpo .deps/gmorgan.MIDIIn.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.MIDIOUT.o -MD -MP -MF .deps/gmorgan.MIDIOUT.Tpo -c -o gmorgan.MIDIOUT.o gmorgan.MIDIOUT.C
mv -f .deps/gmorgan.MIDIOUT.Tpo .deps/gmorgan.MIDIOUT.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.song.o -MD -MP -MF .deps/gmorgan.song.Tpo -c -o gmorgan.song.o gmorgan.song.C
mv -f .deps/gmorgan.song.Tpo .deps/gmorgan.song.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.varios.o -MD -MP -MF .deps/gmorgan.varios.Tpo -c -o gmorgan.varios.o gmorgan.varios.C
mv -f .deps/gmorgan.varios.Tpo .deps/gmorgan.varios.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.voicing.o -MD -MP -MF .deps/gmorgan.voicing.Tpo -c -o gmorgan.voicing.o gmorgan.voicing.C
mv -f .deps/gmorgan.voicing.Tpo .deps/gmorgan.voicing.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT gmorgan.chord.o -MD -MP -MF .deps/gmorgan.chord.Tpo -c -o gmorgan.chord.o gmorgan.chord.cpp
mv -f .deps/gmorgan.chord.Tpo .deps/gmorgan.chord.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT NotGenerated.o -MD -MP -MF .deps/NotGenerated.Tpo -c -o NotGenerated.o NotGenerated.cxx
mv -f .deps/NotGenerated.Tpo .deps/NotGenerated.Po
g++ -DLOCALEDIR=\"/usr/local/share/locale/\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1 -I.     -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -MT Stk.o -MD -MP -MF .deps/Stk.Tpo -c -o Stk.o Stk.cpp
mv -f .deps/Stk.Tpo .deps/Stk.Po
g++  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT   -o gmorgan main.o gmorgan.o gmorgan.fileIO.o gmorgan.MIDIExport.o gmorgan.MIDIExport.Song.o gmorgan.MIDIImport.o MidiFileIn.o gmorgan.MIDIIn.o gmorgan.MIDIOUT.o gmorgan.song.o gmorgan.varios.o gmorgan.voicing.o gmorgan.chord.o NotGenerated.o Stk.o  -Wl,-Bsymbolic-functions -lfltk_images -lfltk -lX11 -lasound
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/src »
Making all in data
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data »
Making all in skins
make[2]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins »
Making all in Blue
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Blue »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Blue »
Making all in Aluminium
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Aluminium »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Aluminium »
Making all in Aluminium2
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Aluminium2 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Aluminium2 »
Making all in DeskAlum
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/DeskAlum »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/DeskAlum »
Making all in Mini
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Mini »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Mini »
Making all in Blue2
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Blue2 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins/Blue2 »
make[3]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins »
make[2]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/skins »
Making all in help
make[2]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/help »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data/help »
make[2]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/data »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data »
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/data »
Making all in doc
make[1]: entrant dans le répertoire « /home/noel/gmorgan/gmorgan-0.70/doc »
make[1]: *** Pas de règle pour fabriquer la cible « Makefile.am », nécessaire pour « Makefile.in ». Arrêt.
make[1]: quittant le répertoire « /home/noel/gmorgan/gmorgan-0.70/doc »
make: *** [all-recursive] Erreur 1

fichier de configure

noel@noel-NC10:~/gmorgan/gmorgan-0.70$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether make sets $(MAKE)... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for ANSI C header files... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for bzero... yes
checking for memset... yes
checking for select... yes
checking for strdup... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for unistd.h... (cached) yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking for fltk-config... /usr/bin/fltk-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/skins/Makefile
config.status: creating data/skins/Blue/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating doc/Makefile
config.status: creating data/skins/Aluminium/Makefile
config.status: creating data/skins/Aluminium2/Makefile
config.status: creating data/help/Makefile
config.status: creating data/skins/DeskAlum/Makefile
config.status: creating data/skins/Mini/Makefile
config.status: creating data/skins/Blue2/Makefile
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

résultat du config.log

on noel-NC10

config.status:843: creating Makefile
config.status:843: creating src/Makefile
config.status:843: creating data/Makefile
config.status:843: creating data/skins/Makefile
config.status:843: creating data/skins/Blue/Makefile
config.status:843: creating po/Makefile.in
config.status:843: creating m4/Makefile
config.status:843: creating doc/Makefile
config.status:843: creating data/skins/Aluminium/Makefile
config.status:843: creating data/skins/Aluminium2/Makefile
config.status:843: creating data/help/Makefile
config.status:843: creating data/skins/DeskAlum/Makefile
config.status:843: creating data/skins/Mini/Makefile
config.status:843: creating data/skins/Blue2/Makefile
config.status:1015: executing depfiles commands
config.status:1015: executing po-directories commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bzero=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_strdup=yes
ac_cv_header_alsa_asoundlib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_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=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FLTK_CONFIG=/usr/bin/fltk-config
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

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

ACLOCAL='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoconf'
AUTOHEADER='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run autoheader'
AUTOMAKE='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gmorgan\" -DVERSION=\"0.70\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_UNISTD_H=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTK_CONFIG='/usr/bin/fltk-config'
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-Wl,-Bsymbolic-functions -lfltk_images -lfltk -lX11 -lasound'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/noel/gmorgan/gmorgan-0.70/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='gmorgan'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='0.70'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/noel/gmorgan/gmorgan-0.70/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmorgan"
#define VERSION "0.70"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_BZERO 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_UNISTD_H 1

configure: exit 0

Hors ligne

#14 Le 02/10/2014, à 21:23

J5012

Re : configuration gmorgan

j'ai teste une compil de la 0.70 :
- je suis en 64b
- le source gmorgan 0.70 ne prend pas en compte l'arch x86_64
- le configure s'est bien passe du premier coup mais pas le make, qui logiquement releve des erreurs de transtypage dues au 64b ...

j'ai la flemme de reconfigurer en arch_i386 pour le 32b (dans le configure pour de la compilation croisee)

je crois qu'il  te manque les libs dev pour fltk, et pour alsa :
- libfltk1.3-dev
- libasound2-dev ou/et lib32asound2-dev

edit : pourrais-tu reediter tes messages precedents pour inclure tes sorties terminal dans les balises code ? cette page de discussion commence a ralentir ...

Dernière modification par J5012 (Le 02/10/2014, à 21:24)

Hors ligne

#15 Le 03/10/2014, à 08:06

nono22

Re : configuration gmorgan

Ne t'inquiète pas ,je vais reprendre mon ancienne configuration ,ça m'oblige juste à avoir 2 PC ,1 pour le son Hammond (sous Linux) et l'autre pour les rhytmes sous Windows, je vais gérer.

j'ai bien chargé les lib dont tu parles ,mon PC est un 32 bits je pense ,c'est un petit portable Samsung de quelques années.

par contre si tu trouves un autre logiciel d'accompagnement en temps réel sous Linux ....

merci encore

Hors ligne

#16 Le 04/10/2014, à 12:04

nono22

Re : configuration gmorgan

Bonjour

je reviens sur la première appli gmorgan 0.40

j'ai réussi a avoir des sons de basses et drumps

si j'appui sur START/STOP la basse suit les accords et la batterie fonctionne ,on sent l'appli "fragile" beaucoup de plantage de mon expandeur de sons.

ma question comment arrêter le rhytme quand j'arrête mes accords

A+ et merci

Hors ligne

#17 Le 05/10/2014, à 14:51

nono22

Re : configuration gmorgan

Bonjour
dans tous les cas j’abandonne la solution d'utiliser les 2 applis sous Linux du fait que mon petit PC ,enfin la carte sons, ne supporte pas les 2 en même temps (sons Hammond+ BAR) le son est étouffé (compressé)quand les 2 sortent sur le jack audio.

A+

Hors ligne