Re: FreeTTS with Gnome-Speech Question



Hi Janina,

You should leave out the "/lib" in the --with-freetts-dir since the configure script is actually appending it internally:

	if test x$with_freetts_dir != x ; then
	   FREETTS_JAR_DIR="$with_freetts_dir/lib"
	...

The directory is meant to the the "install" directory of FreeTTS, ie. the
directory where FreeTTS was extracted to.

HTH,

Darren.

Janina Sajka wrote:
Hi, Marc:

Unless I'm pointing to the wrong directory, this is just generating errors. I find only one .jar, and that's jsapi.jar.
There's a bin/jarfreetts, but I don't get anything better if I point to that directory.

Is my FreeTTS incomplete, perhaps?

I have cvs of gnome-speech as of a few minutes ago. I give:

./autogen.sh --prefix=/usr --with-freetts-dir=/usr/java/FreeTTS/FreeTTS/lib

I believe this is the directory you mean? Actually, I'm not certain, as several of the directories under
/usr/java/FreeTTS/FreeTTS have *jar files.

I've attached my config.log and the output of make in gs.out

Marc Mulcahy writes:

From: Marc Mulcahy <marc mulcahy sun com>

Janina,

You have to recompile gnome-speech to make it build the FreeTTS driver. You have to tell gnome-speech where to find FreeTTS when you configure its build. You do this with the --with-freetts-dir directory:

./autogen.sh --prefix=/opt/gnome-2.2 --with-freetts-dir=/home/user/FreeTTS/lib

Ensure that you specify the directory where all the FreeTTS jar files are, and it should build and work.

Marc

At 02:58 PM 3/25/2003 -0500, Janina Sajka wrote:

I'm tryhing to get Gnopernicus working again. The compiles appear to have gone without a hitch using the latest Red Hat
betas, named Phoebe. And, Gnopernicus launches just fine.


My problem is that I get Mickey Mouse from Festival, which is the only speech test-speech seems to be able to find.

I have tried both the Red Hat supplied Festival-1.4.2, and a compile of the February release of Festival-1.4.3. Same
story, speech appears to come at 4-times speed (or even greater).

I get the same undesirable effect from ViaVoice 5.1, which I have only as binaries, of course.

Strangely, Festival Lite, which I compiled afresh, as there's now a 1.2 release, works fine.

I have also obtained the j2sdk-1.4.1_02 from sun.com, and have compiled FreeTTS from cvs today. FreeTTS talks appropriately when I launch either the freetts (client) or frettsServer scripts. However, test-speech doesn't seem to
see FreeTTS.

Am I starting them correctly? I cd to the directory containing these scripts and issue ./[script.name] as root. Should I
do this differently?

NOTE: If, instead, i run the jar script, I get:

./jarfreetts
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/speech/freetts/FreeTTS

Can I use FreeTTS with gnome-speech? How should I start and test?

Thanks for any help.



--

                              Janina Sajka, Director
                              Technology Research and Development
                              Governmental Relations Group
                              American Foundation for the Blind (AFB)

Email: janina afb net           Phone: (202) 408-8175
_______________________________________________
gnome-accessibility-list mailing list
gnome-accessibility-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list



------------------------------------------------------------------------

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

  $ ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr --with-freetts-dir=/usr/java/FreeTTS/FreeTTS/lib

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

hostname = toccata.rednote.net
uname -m = i686
uname -r = 2.4.20-2.48
uname -s = Linux
uname -v = #2 Sat Mar 15 22:08:03 EST 2003

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

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

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/isos/bin
PATH: /home/isos/bin
PATH: /home/isos/bin
PATH: /usr/local/sounds


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

configure:1489: checking for a BSD-compatible install
configure:1543: result: /usr/bin/install -c
configure:1554: checking whether build environment is sane
configure:1597: result: yes
configure:1612: checking whether make sets $(MAKE)
configure:1632: result: yes
configure:1664: checking for working aclocal-1.4
configure:1671: result: found
configure:1679: checking for working autoconf
configure:1686: result: found
configure:1694: checking for working automake-1.4
configure:1701: result: found
configure:1709: checking for working autoheader
configure:1716: result: found
configure:1724: checking for working makeinfo
configure:1731: result: found
configure:1764: checking whether to enable maintainer-specific portions of Makefiles
configure:1773: result: yes
configure:1835: checking for gcc
configure:1851: found /usr/bin/gcc
configure:1861: result: gcc
configure:2105: checking for C compiler version
configure:2108: gcc --version </dev/null >&5
gcc (GCC) 3.2.1 20030202 (Red Hat Linux 8.0 3.2.1-7)
Copyright (C) 2002 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:2111: $? = 0
configure:2113: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.1/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.1 20030202 (Red Hat Linux 8.0 3.2.1-7)
configure:2116: $? = 0
configure:2118: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2121: $? = 1
configure:2145: checking for C compiler default output
configure:2148: gcc    conftest.c  >&5
configure:2151: $? = 0
configure:2197: result: a.out
configure:2202: checking whether the C compiler works
configure:2208: ./a.out
configure:2211: $? = 0
configure:2228: result: yes
configure:2235: checking whether we are cross compiling
configure:2237: result: no
configure:2240: checking for suffix of executables
configure:2242: gcc -o conftest    conftest.c  >&5
configure:2245: $? = 0
configure:2270: result: configure:2276: checking for suffix of object files
configure:2298: gcc -c   conftest.c >&5
configure:2301: $? = 0
configure:2323: result: o
configure:2327: checking whether we are using the GNU C compiler
configure:2352: gcc -c   conftest.c >&5
configure:2355: $? = 0
configure:2358: test -s conftest.o
configure:2361: $? = 0
configure:2374: result: yes
configure:2380: checking whether gcc accepts -g
configure:2402: gcc -c -g  conftest.c >&5
configure:2405: $? = 0
configure:2408: test -s conftest.o
configure:2411: $? = 0
configure:2422: result: yes
configure:2439: checking for gcc option to accept ANSI C
configure:2500: gcc  -c -g -O2  conftest.c >&5
configure:2503: $? = 0
configure:2506: test -s conftest.o
configure:2509: $? = 0
configure:2527: result: none needed
configure:2545: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2548: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2669: checking for a BSD-compatible install
configure:2723: result: /usr/bin/install -c
configure:2736: checking for strerror in -lcposix
configure:2767: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2770: $? = 1
configure: failed program was:
| #line 2743 "configure"
| /* confdefs.h.  */
| | #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnome_speech"
| #define VERSION "0.2.0"
| /* end confdefs.h.  */
| | /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2788: result: no
configure:2831: checking for pkg-config
configure:2849: found /usr/bin/pkg-config
configure:2861: result: /usr/bin/pkg-config
configure:2874: checking for pkg-config
configure:2886: result: yes
configure:2939: checking for GNOME Platform
configure:2942: result: GNOME 2.x
configure:2949: checking for pkg-config
configure:2979: result: /usr/bin/pkg-config
configure:2992: checking for pkg-config
configure:3004: result: yes
configure:3074: checking whether gcc understands -Wsign-promo
configure:3093: gcc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -O2 -Wsign-promo  conftest.c >&5
configure:3096: $? = 0
configure:3099: test -s conftest.o
configure:3102: $? = 0
configure:3113: result: yes
configure:3074: checking whether gcc understands -Wno-sign-compare
configure:3093: gcc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -O2 -Wno-sign-compare  conftest.c >&5
configure:3096: $? = 0
configure:3099: test -s conftest.o
configure:3102: $? = 0
configure:3113: result: yes
configure:3133: checking what warning flags to pass to the C compiler
configure:3135: result: -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare
configure:3146: checking what language compliance flags to pass to the C compiler
configure:3161: result: configure:3240: checking build system type
configure:3258: result: i686-pc-linux-gnu
configure:3266: checking host system type
configure:3280: result: i686-pc-linux-gnu
configure:3310: checking for ld used by GCC
configure:3373: result: /usr/bin/ld
configure:3382: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030206
configure:3394: result: yes
configure:3399: checking for /usr/bin/ld option to reload object files
configure:3406: result: -r
configure:3411: checking for BSD-compatible nm
configure:3447: result: /usr/bin/nm -B
configure:3450: checking for a sed that does not truncate output
configure:3532: result: /bin/sed
configure:3535: checking whether ln -s works
configure:3539: result: yes
configure:3546: checking how to recognise dependent libraries
configure:3727: result: pass_all
configure:3739: checking command to parse /usr/bin/nm -B output
configure:3823: gcc -c -g -O2  conftest.c >&5
configure:3826: $? = 0
configure:3830: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3833: $? = 0
configure:3885: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3888: $? = 0
configure:3932: result: ok
configure:3941: checking how to run the C preprocessor
configure:3977: gcc -E  conftest.c
configure:3983: $? = 0
configure:4015: gcc -E  conftest.c
configure:4016:28: ac_nonexistent.h: No such file or directory
configure:4021: $? = 1
configure: failed program was:
| #line 4006 "configure"
| /* confdefs.h.  */
| | #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnome_speech"
| #define VERSION "0.2.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4059: result: gcc -E
configure:4084: gcc -E  conftest.c
configure:4090: $? = 0
configure:4122: gcc -E  conftest.c
configure:4123:28: ac_nonexistent.h: No such file or directory
configure:4128: $? = 1
configure: failed program was:
| #line 4113 "configure"
| /* confdefs.h.  */
| | #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnome_speech"
| #define VERSION "0.2.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4171: checking for egrep
configure:4181: result: grep -E
configure:4186: checking for ANSI C header files
configure:4212: gcc -c -g -O2  conftest.c >&5
configure:4215: $? = 0
configure:4218: test -s conftest.o
configure:4221: $? = 0
configure:4310: gcc -o conftest -g -O2   conftest.c  >&5
configure:4313: $? = 0
configure:4315: ./conftest
configure:4318: $? = 0
configure:4333: result: yes
configure:4357: checking for sys/types.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for sys/stat.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for stdlib.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for string.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for memory.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for strings.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for inttypes.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for stdint.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4357: checking for unistd.h
configure:4374: gcc -c -g -O2  conftest.c >&5
configure:4377: $? = 0
configure:4380: test -s conftest.o
configure:4383: $? = 0
configure:4394: result: yes
configure:4420: checking dlfcn.h usability
configure:4433: gcc -c -g -O2  conftest.c >&5
configure:4436: $? = 0
configure:4439: test -s conftest.o
configure:4442: $? = 0
configure:4452: result: yes
configure:4456: checking dlfcn.h presence
configure:4467: gcc -E  conftest.c
configure:4473: $? = 0
configure:4492: result: yes
configure:4528: checking for dlfcn.h
configure:4535: result: yes
configure:4733: checking for ranlib
configure:4749: found /usr/bin/ranlib
configure:4760: result: ranlib
configure:4813: checking for strip
configure:4829: found /usr/bin/strip
configure:4840: result: strip
configure:5050: checking for objdir
configure:5061: result: .libs
configure:5078: checking for gcc option to produce PIC
configure:5224: result: -fPIC
configure:5228: checking if gcc PIC flag -fPIC works
configure:5252: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5255: $? = 0
configure:5258: test -s conftest.o
configure:5261: $? = 0
configure:5299: result: yes
configure:5315: checking if gcc static flag -static works
configure:5340: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:5343: $? = 0
configure:5346: test -s conftest
configure:5349: $? = 0
configure:5365: result: yes
configure:5377: checking if gcc supports -c -o file.o
configure:5400: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5421: result: yes
configure:5426: checking if gcc supports -c -o file.lo
configure:5454: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5457: $? = 0
configure:5460: test -s conftest.lo
configure:5463: $? = 0
configure:5485: result: yes
configure:5516: checking if gcc supports -fno-rtti -fno-exceptions
configure:5539: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:5542: $? = 0
configure:5545: test -s conftest.o
configure:5548: $? = 0
configure:5565: result: yes
configure:5576: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6271: result: yes
configure:6276: checking how to hardcode library paths into programs
configure:6300: result: immediate
configure:6305: checking whether stripping libraries is possible
configure:6310: result: yes
configure:6321: checking dynamic linker characteristics
configure:6752: result: GNU/Linux ld.so
configure:6757: checking if libtool supports shared libraries
configure:6759: result: yes
configure:6762: checking whether to build shared libraries
configure:6783: result: yes
configure:6786: checking whether to build static libraries
configure:6790: result: no
configure:7464: checking whether -lc should be explicitly linked in
configure:7472: gcc -c -g -O2  conftest.c >&5
configure:7475: $? = 0
configure:7489: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7492: $? = 0
configure:7505: result: no
configure:8082: checking for gtkdoc-mkdb
configure:8098: found /usr/bin/gtkdoc-mkdb
configure:8109: result: true
configure:8120: checking gtk-doc version (0.10) >= 0.6
configure:8129: result: no
configure:8215: checking for bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.94
configure:8219: result: yes
configure:8223: checking gnome_speech_CFLAGS
configure:8226: result: -DORBIT2=1 -pthread -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libbonobo-2.0 configure:8229: checking gnome_speech_LIBS configure:8232: result: -Wl,--export-dynamic -pthread -lbonobo-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0 configure:8278: checking for eciNew in -libmeci50
configure:8309: gcc -o conftest -g -O2   conftest.c -libmeci50   >&5
configure:8312: $? = 0
configure:8315: test -s conftest
configure:8318: $? = 0
configure:8330: result: yes
configure:8375: checking for "/usr/java/j2sdk1.4.1_02/bin/java"
configure:8390: result: yes
configure:8441: checking for "/usr/java/j2sdk1.4.1_02/bin/javac"
configure:8456: result: yes
configure:8507: checking for "/usr/java/j2sdk1.4.1_02/bin/idlj"
configure:8522: result: yes
configure:8746: creating ./config.status

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

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

CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status
on toccata.rednote.net

config.status:720: creating Makefile
config.status:720: creating gnome-speech-1.0.pc
config.status:720: creating gnome-speech/Makefile
config.status:720: creating idl/Makefile
config.status:720: creating java/Makefile
config.status:720: creating drivers/Makefile
config.status:720: creating drivers/viavoice/Makefile
config.status:720: creating drivers/viavoice/GNOME_Speech_SynthesisDriver_Viavoice.server
config.status:720: creating drivers/festival/Makefile
config.status:720: creating drivers/festival/GNOME_Speech_SynthesisDriver_Festival.server
config.status:720: creating drivers/freetts/Makefile
config.status:720: creating drivers/freetts/native/Makefile
config.status:720: creating drivers/freetts/java/Makefile
config.status:720: creating drivers/freetts/freetts-synthesis-driver
config.status:720: creating drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server
config.status:720: creating test/Makefile
config.status:824: creating config.h
config.status:931: config.h is unchanged
config.status:1031: executing default-1 commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_file__usr_java_j2sdk1_4_1_02_bin_idlj=yes
ac_cv_file__usr_java_j2sdk1_4_1_02_bin_java=yes
ac_cv_file__usr_java_j2sdk1_4_1_02_bin_javac=yes
ac_cv_gnome_aclocal_dir=/usr/local/share/aclocal/gnome2-macros
ac_cv_gnome_aclocal_flags='-I /usr/local/share/aclocal/gnome2-macros '
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_ibmeci50_eciNew=yes
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GTKDOC=true
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='aclocal-1.4 -I /usr/local/share/aclocal/gnome2-macros '
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.4'
BONOBO_ACTIVATION_IDL_DIR='/usr/share/idl/bonobo-activation-2.0'
BUILD_DECTALK_DRIVER_FALSE='#'
BUILD_DECTALK_DRIVER_TRUE=''
BUILD_FREETTS_DRIVER_FALSE='#'
BUILD_FREETTS_DRIVER_LINUX_FALSE='#'
BUILD_FREETTS_DRIVER_LINUX_TRUE=''
BUILD_FREETTS_DRIVER_SOLARIS_FALSE=''
BUILD_FREETTS_DRIVER_SOLARIS_TRUE='#'
BUILD_FREETTS_DRIVER_TRUE=''
BUILD_JAVA_PACKAGE=''
BUILD_JAVA_PACKAGE_FALSE='#'
BUILD_JAVA_PACKAGE_TRUE=''
BUILD_VIAVOICE_DRIVER_FALSE='#'
BUILD_VIAVOICE_DRIVER_TRUE=''
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FREETTS_CLASSPATH='/usr/java/FreeTTS/FreeTTS/lib/lib/freetts.jar:/usr/java/FreeTTS/FreeTTS/lib/lib/cmulex.jar:/usr/java/FreeTTS/FreeTTS/lib/lib/cmukal16.jar'
FREETTS_DRIVER_CLASSPATH='/usr/share/jar/freetts-synthesis-driver.jar'
FREETTS_DRIVER_JAR_DIR='/usr/share/jar'
FREETTS_JAR_DIR='/usr/java/FreeTTS/FreeTTS/lib/lib'
GNOME_ACLOCAL_DIR='/usr/local/share/aclocal/gnome2-macros'
GNOME_ACLOCAL_FLAGS='-I /usr/local/share/aclocal/gnome2-macros '
GNOME_INTERFACE_VERSION='2'
GNOME_SPEECH_BINARY_AGE='0'
GNOME_SPEECH_CLASSPATH='/usr/share/jar/java/gnome-speech.jar:/usr/share/jar/gnome-java-bridge.jar'
GNOME_SPEECH_INSTALLED_CLASSPATH='/usr/share/jar/gnome-speech.jar:/usr/share/jar/gnome-java-bridge.jar'
GNOME_SPEECH_INTERFACE_AGE='0'
GNOME_SPEECH_JAR_DIR='/usr/share/jar'
GNOME_SPEECH_MAJOR_VERSION='0'
GNOME_SPEECH_MICRO_VERSION='0'
GNOME_SPEECH_MINOR_VERSION='2'
GTKDOC='false'
IDLJ='/usr/java/j2sdk1.4.1_02/bin/idlj'
INSIDE_GNOME_DOCU_FALSE=''
INSIDE_GNOME_DOCU_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAVA='/usr/java/j2sdk1.4.1_02/bin/java'
JAVAC='/usr/java/j2sdk1.4.1_02/bin/javac'
JAVA_HOME='/usr/java/j2sdk1.4.1_02'
LDFLAGS=''
LIBBONOBO_IDL_DIR='/usr/share/idl/bonobo-2.0'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE=''
LT_CURRENT='0'
LT_RELEASE='0.'
LT_REVISION='0'
LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='makeinfo'
OBJEXT='o'
ORBIT_IDL='/usr/bin/orbit-idl-2'
PACKAGE='gnome_speech'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_GNOME_2_FALSE='#'
PLATFORM_GNOME_2_TRUE=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.2.0'
WARN_CFLAGS='-Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare '
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gnome_speech_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/libbonobo-2.0  '
gnome_speech_LIBS='-Wl,--export-dynamic -pthread -lbonobo-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0  '
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
viavoice_LIBS='-libmeci50'

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "gnome_speech"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.2.0"

configure: exit 0


------------------------------------------------------------------------

cd . && autoheader
make  all-recursive
make[1]: Entering directory `/usr/local/src/gnome-speech'
Making all in idl
make[2]: Entering directory `/usr/local/src/gnome-speech/idl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gnome-speech/idl'
Making all in gnome-speech
make[2]: Entering directory `/usr/local/src/gnome-speech/gnome-speech'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gnome-speech/gnome-speech'
Making all in java
make[2]: Entering directory `/usr/local/src/gnome-speech/java'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gnome-speech/java'
Making all in drivers
make[2]: Entering directory `/usr/local/src/gnome-speech/drivers'
Making all in viavoice
make[3]: Entering directory `/usr/local/src/gnome-speech/drivers/viavoice'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/gnome-speech/drivers/viavoice'
Making all in festival
make[3]: Entering directory `/usr/local/src/gnome-speech/drivers/festival'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/gnome-speech/drivers/festival'
Making all in freetts
make[3]: Entering directory `/usr/local/src/gnome-speech/drivers/freetts'
Making all in java
make[4]: Entering directory `/usr/local/src/gnome-speech/drivers/freetts/java'
/usr/java/j2sdk1.4.1_02/bin/javac \
-classpath ../../../java/gnome-speech.jar:/usr/share/jar/gnome-java-bridge.jar:/usr/java/FreeTTS/FreeTTS/bin/lib/freetts.jar:/usr/java/FreeTTS/FreeTTS/bin/lib/cmulex.jar:/usr/java/FreeTTS/FreeTTS/bin/lib/cmukal16.jar \
org/GNOME/Speech/*.java
make[4]: Leaving directory `/usr/local/src/gnome-speech/drivers/freetts/java'
make[3]: Leaving directory `/usr/local/src/gnome-speech/drivers/freetts'
make[2]: Leaving directory `/usr/local/src/gnome-speech/drivers'
make[1]: Leaving directory `/usr/local/src/gnome-speech'




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