This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: desperate question


Ramin,

Any C++ libraries built with the old compiler cannot be used with the
new compiler.  The C++ ABI has changed since then, which makes all C++
code compiled with the old compiler incompatible with C++ code compiled
with the new compiler.  C libraries and object files should not have any
problems.  However, C++ libraries will either need to be rebuilt with
the new compiler, or you will have to revert back to the old compiler to
use them...

Good luck,
Lyle

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of Ramin NIkaeen
Sent: Friday, April 16, 2004 2:02 PM
To: gcc-help@gcc.gnu.org
Subject: desperate question


Colleagues,

Can someone give me any feedback as to what exactly this error
message means?! I am having a hard time understanding what is 
missing where?! Is g++ unable to link the object files together?
why?

I should mention that libesttools.a, libestbase.a libeststring.a
libFestival.a have been built using gcc-2.96-98 while I am trying
to link various object files and libraries to build publicVoiceXML 
using gcc-3.3 on RedHat 7.2. Can g++ not link object files and static
archives generated using various versions of gcc?!

The more complete compilation output is at the bottom of email.

thanks

ramin

------------------------------------------------------------------------
---
COMPILATION ERROR
------------------------------------------------------------------------
---
g++ -DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE
-DNDEBUG -D_linux_ -g -O2   -o publicVoiceXML  ConfigFile.o wav.o
capiutil.o Controller.o testClient.o -L../client -L../inet -L../jsi
-L../log -L../prompt -L../rec -L../tel -L../trd -L../value -L../VXI
-L/usr/local/publicVoiceXML/xerces-c-src1_6_0/lib
-L/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmltok/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse/.lib
s -L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/md5/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/PICS-client/src/.libs
-lOSBclient -lOSBinet -lOSBjsi -lOSBlog -lOSBprompt -lOSBrec -lOSBtel
-lVXI -lOSBvalue -lOSBtrd -lxerces-c1_6_0 -ljs -lwwwinit -lwwwapp
-lwwwhttp -lwwwcache -lwwwcore -lwwwfile -lwwwutils -lwwwmime
-lwwwstream -lmd5 -lpics -lwwwnews -lwwwdir -lwwwtelnet -lwwwftp
-lwwwmux -lwwwhtml -lwwwgopher -lwwwtrans -lcapi20
-L/usr/local/publicVoiceXML/festival-1.4.3/src/lib -lFestival
-L/usr/local/publicVoiceXML/speech_tools-1.2.3/lib -lestools -lestbase
-leststring -lcurses  
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
../prompt/libOSBprompt.a(osbprompt.o): In function
`FestivalTTSEngine(char*, char*)':
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
659: undefined reference to `EST_Wave::EST_Wave[in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
663: undefined reference to `festival_initialize(int, int)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
666: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
666: undefined reference to `festival_text_to_wave(EST_String const&,
EST_Wave&)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_Wave::save(EST_String, EST_String)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Wave::~EST_Wave [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
../prompt/libOSBprompt.a(osbprompt.o): In function
`FestivalTTSEngine(char*, char*)':
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Wave::~EST_Wave [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
collect2: ld returned 1 exit status
gmake[1]: *** [publicVoiceXML] Error 1
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/client'
gmake: *** [all-recursive] Error 1
jupiter.goldline.net:/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src>
Script done on Fri Apr 16 09:42:53 2004

------------------------------------------------------------------------
---
COMPLETE COMPILATION OUTPUT
------------------------------------------------------------------------
---
Script started on Fri Apr 16 09:37:13 2004
jupiter.goldline.net:/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src>
congi  figure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for mawk... (cached) gawk
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for main in -le... no
checking for main in -links... no
checking for ANSI C header files... yes
checking for limits.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for size_t... yes
checking for getcwd... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating trd/Makefile
config.status: creating value/Makefile
config.status: creating log/Makefile
config.status: creating jsi/Makefile
config.status: creating inet/Makefile
config.status: creating prompt/Makefile
config.status: creating rec/Makefile
config.status: creating tel/Makefile
config.status: creating VXI/Makefile
config.status: creating client/Makefile
jupiter.goldline.net:/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src>
gmake all
Making all in trd
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/trd'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c OSBtrdPthreads.cpp
rm -f libOSBtrd.a
ar cru libOSBtrd.a OSBtrdPthreads.o 
ranlib libOSBtrd.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/trd'
Making all in value
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/value'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c ValueBasic.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c ValueNoSTL.cpp
rm -f libOSBvalue.a
ar cru libOSBvalue.a ValueBasic.o ValueNoSTL.o 
ranlib libOSBvalue.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/value'
Making all in log
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/log'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c OSBlog.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c SBlogOSUtils.cpp
rm -f libOSBlog.a
ar cru libOSBlog.a OSBlog.o SBlogOSUtils.o 
ranlib libOSBlog.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/log'
Making all in jsi
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/jsi'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include -I../inet
-I/usr/local/publicVoiceXML/js-1.5-rc4/src
-I/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DXP_UNIX -g -O2 -c JsiContext.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include -I../inet
-I/usr/local/publicVoiceXML/js-1.5-rc4/src
-I/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DXP_UNIX -g -O2 -c JsiRuntime.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include -I../inet
-I/usr/local/publicVoiceXML/js-1.5-rc4/src
-I/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DXP_UNIX -g -O2 -c SBjsi.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include -I../inet
-I/usr/local/publicVoiceXML/js-1.5-rc4/src
-I/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DXP_UNIX -g -O2 -c SBjsiFuncs.cpp
rm -f libOSBjsi.a
ar cru libOSBjsi.a JsiContext.o JsiRuntime.o SBjsi.o SBjsiFuncs.o 
ranlib libOSBjsi.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/jsi'
Making all in inet
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/inet'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBHTEvtLst.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from SBHTEvtLst.cpp:51:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBHTStream.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from SBHTStream.cpp:50:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinet.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinet.cpp:38:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetCacheLock.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetCacheLock.cpp:20:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetChannel.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetChannel.cpp:24:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetCookie.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetFileStream.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetFileStream.cpp:24:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetHttpStream.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetHttpStream.cpp:40:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetLogger.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetURL.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetURL.cpp:33:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SBinetValidator.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from SBinetValidator.cpp:25:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
rm -f libOSBinet.a
ar cru libOSBinet.a SBHTEvtLst.o SBHTStream.o SBinet.o SBinetCacheLock.o
SBinetChannel.o SBinetCookie.o SBinetFileStream.o SBinetHttpStream.o
SBinetLogger.o SBinetURL.o SBinetValidator.o 
ranlib libOSBinet.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/inet'
Making all in prompt
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/prompt'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.
-I/usr/local/publicVoiceXML/festival-1.4.3/src/include
-I/usr/local/publicVoiceXML/speech_tools-include -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DFESTIVAL -g -O2 -c osbprompt.cpp
In file included from /usr/local/include/c++/3.3/backward/iostream.h:31,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_iostream.h:53,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_String.h:50,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:46,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/include/c++/3.3/backward/backward_warning.h:32:2: warning:
#warning This file includes at least one deprecated or antiquated
header. Please consider using one of the 32 headers found in section
17.4.1.2 of the C++ standard. Examples include substituting the <X>
header for the <X.h> header for C++ includes, or <sstream> instead of
the deprecated header <strstream.h>. To disable this warning use
-Wno-deprecated.
In file included from
/usr/local/publicVoiceXML/speech_tools-include/EST_string_aux.h:43,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:47,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_TList.h:226: warning:
friend 
   declaration `std::ostream& operator<<(std::ostream&, const
EST_TList<T>&)' 
   declares a non-template function
/usr/local/publicVoiceXML/speech_tools-include/EST_TList.h:226: warning:
(if 
   this is not what you intended, make sure the function template has
already 
   been declared and add <> after the function name here) 
   -Wno-non-template-friend disables this warning
In file included from
/usr/local/publicVoiceXML/speech_tools-include/EST_types.h:44,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_string_aux.h:45,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:47,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_TVector.h:312:
warning: friend
   declaration `std::ostream& operator<<(std::ostream&, const
EST_TVector<T>&)' 
   declares a non-template function
In file included from
/usr/local/publicVoiceXML/speech_tools-include/EST_types.h:46,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_string_aux.h:45,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:47,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_TKVL.h:61: warning:
friend 
   declaration `std::ostream& operator<<(std::ostream&, const
EST_TKVI<K, V>&)' 
   declares a non-template function
/usr/local/publicVoiceXML/speech_tools-include/EST_TKVL.h:146: warning:
friend 
   declaration `std::ostream& operator<<(std::ostream&, const
EST_TKVL<K, V>&)' 
   declares a non-template function
In file included from
/usr/local/publicVoiceXML/speech_tools-include/EST_TSimpleMatrix.h:46,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_FMatrix.h:44,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_types.h:47,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_string_aux.h:45,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:47,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_TMatrix.h:307:
warning: friend
   declaration `std::ostream& operator<<(std::ostream&, const
EST_TMatrix<T>&)' 
   declares a non-template function
In file included from
/usr/local/publicVoiceXML/speech_tools-include/ling_class/EST_Relation.h
:43,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_wave_aux.h:54,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_speech_class.h:44,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:60,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:292: warning:
`
   EST_TStringHash<V>::IPointer' is implicitly a typename
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:292: warning:
implicit
   typename is deprecated, please see the documentation for details
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:294: warning:
`
   EST_TStringHash<V>::IPointer' is implicitly a typename
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:294: warning:
implicit
   typename is deprecated, please see the documentation for details
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:303: warning:
`
   EST_TStringHash<V>::IPointer_k' is implicitly a typename
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:303: warning:
implicit
   typename is deprecated, please see the documentation for details
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:304: warning:
`
   EST_TStringHash<V>::IPointer_k' is implicitly a typename
/usr/local/publicVoiceXML/speech_tools-include/EST_THash.h:304: warning:
implicit
   typename is deprecated, please see the documentation for details
In file included from
/usr/local/publicVoiceXML/speech_tools-include/EST_TrackMap.h:41,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_Track.h:48,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST_speech_class.h:45,
                 from
/usr/local/publicVoiceXML/speech_tools-include/EST.h:60,
                 from
/usr/local/publicVoiceXML/festival-1.4.3/src/include/festival.h:44,
                 from osbprompt.cpp:68:
/usr/local/publicVoiceXML/speech_tools-include/EST_THandle.h:140:
warning: friend
   declaration `int operator==(const EST_THandle<BoxT, ObjectT>&, const 
   EST_THandle<BoxT, ObjectT>&)' declares a non-template function
/usr/local/publicVoiceXML/speech_tools-include/EST_THandle.h:141:
warning: friend
   declaration `int operator!=(const EST_THandle<BoxT, ObjectT>&, const 
   EST_THandle<BoxT, ObjectT>&)' declares a non-template function
/usr/local/publicVoiceXML/speech_tools-include/EST_THandle.h:143:
warning: friend
   declaration `std::ostream& operator<<(std::ostream&, const
EST_THandle<BoxT, 
   ObjectT>&)' declares a non-template function
rm -f libOSBprompt.a
ar cru libOSBprompt.a osbprompt.o 
ranlib libOSBprompt.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/prompt'
Making all in rec
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/rec'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c osbrec.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c osbrec_utils.cpp
rm -f libOSBrec.a
ar cru libOSBrec.a osbrec.o osbrec_utils.o 
ranlib libOSBrec.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/rec'
Making all in tel
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/tel'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c osbtel.cpp
rm -f libOSBtel.a
ar cru libOSBtel.a osbtel.o 
ranlib libOSBtel.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/tel'
Making all in VXI
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/VXI'
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c Counters.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c DocumentConverter.cpp
In file included from DocumentRep.hpp:15,
                 from DocumentConverter.cpp:16:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c DocumentModel.cpp
In file included from DocumentRep.hpp:15,
                 from DocumentModel.cpp:15:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c DocumentParser.cpp
In file included from DocumentParser.cpp:20:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
In file included from DocumentParser.cpp:36:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c GrammarManager.cpp
In file included from GrammarManager.cpp:18:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
In file included from GrammarManager.cpp:21:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c PromptManager.cpp
In file included from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/wwwsys.h:132,
                 from
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/WWWLib.h:50,
                 from PromptManager.cpp:19:
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:504:1: warning:
"PACKAGE" redefined
<command line>:5:1: warning: this is the location of the previous
definition
/usr/local/publicVoiceXML/w3c-libwww-5.3.2/wwwconf.h:507:1: warning:
"VERSION" redefined
<command line>:6:1: warning: this is the location of the previous
definition
In file included from PromptManager.cpp:32:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
In file included from PromptManager.cpp:33:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c PropertyList.cpp
In file included from PropertyList.hpp:19,
                 from PropertyList.cpp:15:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
In file included from PropertyList.cpp:21:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c Scripter.cpp
In file included from Scripter.cpp:26:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c SimpleLogger.cpp
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c VXI.cpp
In file included from VXI.hpp:23,
                 from VXI.cpp:15:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
In file included from VXI.hpp:24,
                 from VXI.cpp:15:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I.  -I../../include
-I/usr/local/publicVoiceXML/xerces-c-src1_6_0/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/External
-I/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -DHAVE_CONFIG_H -g -O2 -c VXI_api.cpp
In file included from VXI.hpp:23,
                 from VXI_api.cpp:20:
CommonExceptions.hpp:26: warning: `class VXIException' only defines a
private 
   destructor and has no friends
In file included from VXI.hpp:24,
                 from VXI_api.cpp:20:
DocumentModel.hpp:93: warning: `class VXMLContent' only defines private 
   constructors and has no friends
rm -f libVXI.a
ar cru libVXI.a Counters.o DocumentConverter.o DocumentModel.o
DocumentParser.o GrammarManager.o PromptManager.o PropertyList.o
Scripter.o SimpleLogger.o VXI.o VXI_api.o 
ranlib libVXI.a
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/VXI'
Making all in client
gmake[1]: Entering directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/client'
source='api/OSBclient.c' object='OSBclient.o' libtool=no \
depfile='.deps/OSBclient.Po' tmpdepfile='.deps/OSBclient.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o OSBclient.o `test -f api/OSBclient.c || echo
'./'`api/OSBclient.c
source='api/SBclientUtils.c' object='SBclientUtils.o' libtool=no \
depfile='.deps/SBclientUtils.Po' tmpdepfile='.deps/SBclientUtils.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o SBclientUtils.o `test -f api/SBclientUtils.c ||
echo './'`api/SBclientUtils.c
source='api/SBobject.cpp' object='SBobject.o' libtool=no \
depfile='.deps/SBobject.Po' tmpdepfile='.deps/SBobject.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o SBobject.o `test -f api/SBobject.cpp || echo
'./'`api/SBobject.cpp
rm -f libOSBclient.a
ar cru libOSBclient.a OSBclient.o SBclientUtils.o SBobject.o 
ranlib libOSBclient.a
source='test/ConfigFile.cpp' object='ConfigFile.o' libtool=no \
depfile='.deps/ConfigFile.Po' tmpdepfile='.deps/ConfigFile.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
g++ -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o ConfigFile.o `test -f test/ConfigFile.cpp || echo
'./'`test/ConfigFile.cpp
source='test/wav.c' object='wav.o' libtool=no \
depfile='.deps/wav.Po' tmpdepfile='.deps/wav.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o wav.o `test -f test/wav.c || echo './'`test/wav.c
source='test/capiutil.c' object='capiutil.o' libtool=no \
depfile='.deps/capiutil.Po' tmpdepfile='.deps/capiutil.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o capiutil.o `test -f test/capiutil.c || echo
'./'`test/capiutil.c
test/capiutil.c:661: warning: parameter names (without types) in
function declaration
test/capiutil.c:661: warning: data definition has no type or storage
class
test/capiutil.c:662: warning: parameter names (without types) in
function declaration
test/capiutil.c:662: warning: data definition has no type or storage
class
test/capiutil.c:663: warning: parameter names (without types) in
function declaration
test/capiutil.c:663: warning: data definition has no type or storage
class
test/capiutil.c:664: warning: parameter names (without types) in
function declaration
test/capiutil.c:664: warning: data definition has no type or storage
class
test/capiutil.c:665: warning: parameter names (without types) in
function declaration
test/capiutil.c:665: warning: data definition has no type or storage
class
test/capiutil.c:666: warning: parameter names (without types) in
function declaration
test/capiutil.c:666: warning: data definition has no type or storage
class
test/capiutil.c:667: warning: parameter names (without types) in
function declaration
test/capiutil.c:667: warning: data definition has no type or storage
class
source='test/Controller.c' object='Controller.o' libtool=no \
depfile='.deps/Controller.Po' tmpdepfile='.deps/Controller.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o Controller.o `test -f test/Controller.c || echo
'./'`test/Controller.c
source='test/testClient.c' object='testClient.o' libtool=no \
depfile='.deps/testClient.Po' tmpdepfile='.deps/testClient.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
gcc -DPACKAGE=\"OpenVXI\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=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 -DHAVE_GETCWD=1
-DHAVE_STRTOL=1  -I. -I. -I../../include
-DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG
-D_linux_ -g -O2 -c -o testClient.o `test -f test/testClient.c || echo
'./'`test/testClient.c
test/testClient.c: In function `main':
test/testClient.c:631: warning: passing arg 1 of `VXItrdThreadCreate'
from incompatible pointer type
test/testClient.c:718: warning: passing arg 3 of `CallToCAPI' makes
integer from pointer without a cast
g++ -DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE
-DNDEBUG -D_linux_ -g -O2   -o publicVoiceXML  ConfigFile.o wav.o
capiutil.o Controller.o testClient.o -L../client -L../inet -L../jsi
-L../log -L../prompt -L../rec -L../tel -L../trd -L../value -L../VXI
-L/usr/local/publicVoiceXML/xerces-c-src1_6_0/lib
-L/usr/local/publicVoiceXML/js-1.5-rc4/src/Linux_All_OPT.OBJ
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/Library/src/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmltok/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/expat/xmlparse/.lib
s -L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/modules/md5/.libs
-L/usr/local/publicVoiceXML/w3c-libwww-5.3.2/PICS-client/src/.libs
-lOSBclient -lOSBinet -lOSBjsi -lOSBlog -lOSBprompt -lOSBrec -lOSBtel
-lVXI -lOSBvalue -lOSBtrd -lxerces-c1_6_0 -ljs -lwwwinit -lwwwapp
-lwwwhttp -lwwwcache -lwwwcore -lwwwfile -lwwwutils -lwwwmime
-lwwwstream -lmd5 -lpics -lwwwnews -lwwwdir -lwwwtelnet -lwwwftp
-lwwwmux -lwwwhtml -lwwwgopher -lwwwtrans -lcapi20
-L/usr/local/publicVoiceXML/festival-1.4.3/src/lib -lFestival
-L/usr/local/publicVoiceXML/speech_tools-1.2.3/lib -lestools -lestbase
-leststring -lcurses  
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
../prompt/libOSBprompt.a(osbprompt.o): In function
`FestivalTTSEngine(char*, char*)':
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
659: undefined reference to `EST_Wave::EST_Wave[in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
663: undefined reference to `festival_initialize(int, int)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
666: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
666: undefined reference to `festival_text_to_wave(EST_String const&,
EST_Wave&)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_String::EST_String[in-charge](char
const*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
667: undefined reference to `EST_Wave::save(EST_String, EST_String)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Wave::~EST_Wave [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src/prompt/osbprompt.cpp:
668: undefined reference to `EST_Chunk::operator delete(void*)'
../prompt/libOSBprompt.a(osbprompt.o): In function
`FestivalTTSEngine(char*, char*)':
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Wave::~EST_Wave [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::~EST_Chunk [in-charge]()'
/usr/local/publicVoiceXML/speech_tools-include/EST_Chunk.h:126:
undefined reference to `EST_Chunk::operator delete(void*)'
collect2: ld returned 1 exit status
gmake[1]: *** [publicVoiceXML] Error 1
gmake[1]: Leaving directory
`/usr/local/publicVoiceXML-gcc3.3/publicVoiceXML-2.6.1/src/client'
gmake: *** [all-recursive] Error 1
jupiter.goldline.net:/usr/local/publicVoiceXML/publicVoiceXML-2.6.1/src>
Script done on Fri Apr 16 09:42:53 2004



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]