speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems compiling speechd-up-0.4


From: Don Raikes
Subject: problems compiling speechd-up-0.4
Date: Wed, 14 Jan 2009 23:45:22 +0000 (GMT)

Hi,
I installed the speakup version of fedora 9 (sulphur) and so far it is working 
nicely with the espeak synthesizer.

I want to switch and use speech-dispatcher so I can use gnome as well without 
having soundcard conflicts.

To that end, I downloaded speechd-up-0.4.tar.gz unpacked it and attempted to 
run ./configure.

The configure program exited with status 1 (see output below).

What is going wrong?

---  start of configure output ---
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for spd_set_data_mode in -lspeechd... no
*** Required speechd library missing! See INSTALL .
ros/bin
PATH: /usr/lib/ccache
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


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

configure:1982: checking for gcc
configure:1998: found /usr/lib/ccache/gcc
configure:2009: result: gcc
configure:2247: checking for C compiler version
configure:2254: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 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:2257: $? = 0
configure:2264: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-cpu=generic --build=i386-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 
configure:2267: $? = 0
configure:2274: gcc -V >&5
gcc: '-V' option must have argument
configure:2277: $? = 1
configure:2300: checking for C compiler default output file name
configure:2327: gcc    conftest.c  >&5
configure:2330: $? = 0
configure:2368: result: a.out
configure:2385: checking whether the C compiler works
configure:2395: ./a.out
configure:2398: $? = 0
configure:2415: result: yes
configure:2422: checking whether we are cross compiling
configure:2424: result: no
configure:2427: checking for suffix of executables
configure:2434: gcc -o conftest    conftest.c  >&5
configure:2437: $? = 0
configure:2461: result: 
configure:2467: checking for suffix of object files
configure:2493: gcc -c   conftest.c >&5
configure:2496: $? = 0
configure:2519: result: o
configure:2523: checking whether we are using the GNU C compiler
configure:2552: gcc -c   conftest.c >&5
configure:2558: $? = 0
configure:2575: result: yes
configure:2580: checking whether gcc accepts -g
configure:2610: gcc -c -g  conftest.c >&5
configure:2616: $? = 0
configure:2715: result: yes
configure:2732: checking for gcc option to accept ISO C89
configure:2806: gcc  -c -g -O2  conftest.c >&5
configure:2812: $? = 0
configure:2835: result: none needed
configure:2900: checking for a BSD-compatible install
configure:2956: result: /usr/bin/install -c
configure:2967: checking whether build environment is sane
configure:3010: result: yes
configure:3038: checking for a thread-safe mkdir -p
configure:3077: result: /bin/mkdir -p
configure:3090: checking for gawk
configure:3106: found /bin/gawk
configure:3117: result: gawk
configure:3128: checking whether make sets $(MAKE)
configure:3149: result: yes
configure:3179: checking for style of include used by make
configure:3207: result: GNU
configure:3400: checking dependency style of gcc
configure:3491: result: gcc3
configure:3514: checking for spd_set_data_mode in -lspeechd
configure:3549: gcc -o conftest -g -O2   conftest.c -lspeechd   >&5
/usr/bin/ld: cannot find -lspeechd
collect2: ld returned 1 exit status
configure:3555: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "speechd-up"
| #define VERSION "0.5alpha4"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char spd_set_data_mode ();
| int
| main ()
| {
| return spd_set_data_mode ();
|   ;
|   return 0;
| }
configure:3573: result: no

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

ac_cv_c_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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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_logpath_set=
ac_cv_env_logpath_value=
ac_cv_env_pidpath_set=
ac_cv_env_pidpath_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_lib_speechd_spd_set_data_mode=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /usr/src/speechd-up/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/speechd-up/missing --run tar'
AR=''
AUTOCONF='${SHELL} /usr/src/speechd-up/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/speechd-up/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/speechd-up/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/src/speechd-up/missing --run makeinfo'
OBJEXT='o'
PACKAGE='speechd-up'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.5alpha4'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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) /usr/src/speechd-up/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
logpath=''
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pidpath=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "speechd-up"
#define VERSION "0.5alpha4"

configure: exit 1

---- end of configure output ----
-- 
Oracle <http://www.oracle.com>
Donald Raikes | Accessibility Specialist
Phone: +1 602 824 6213 | Fax: +1 520 744 0826 | Mobile: +1 520 271 7608 
Oracle JDeveloper Quality Assurance
| Tucson, Arizona 

Green Oracle <http://www.oracle.com/commitment>  Oracle is committed to 
developing practices and products that help protect the environment      



reply via email to

[Prev in Thread] Current Thread [Next in Thread]