bayonne-devel
[Top][All Lists]
Advanced

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

[Bayonne-devel] bayonne, ccscript and kernel 2.6.x - problem


From: Alessio Pomaro
Subject: [Bayonne-devel] bayonne, ccscript and kernel 2.6.x - problem
Date: Wed, 31 Aug 2005 09:49:46 +0200

Hi, I have some problem with ccscript, bayonne and kernel 2.6.x ... My kernel is: 2.6.9-1.667 (Fedora Core 3)
My packages are:
- commoncpp2-1.2.7 -> installed;
- ccaudio-1.1.3 -> installed;
- ccscript-2.5.7 -> error:
CONFIGURE:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking dependency style of g++... none
checking for ranlib... (cached) ranlib
checking for genorated automake files... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ccgnu2-config... /usr/local/bin/ccgnu2-config
checking for commoncpp2 version >= 1.0.0... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating config/Makefile
config.status: creating m4/Makefile
config.status: creating doc/Makefile
config.status: creating win32/Makefile
config.status: creating Makefile
config.status: creating pkginfo
config.status: creating ccscript.spec
config.status: creating freebsd/Makefile
config.status: creating freebsd/pkg-plist
config.status: creating win32/ccscript.rc
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
MAKE
Making all in src
make[1]: Entering directory `/home/archivio/.../ccscript-2.5.7/src'
make all-ammake[2]: Entering directory `/home/archivio/.../ccscript-2.5.7/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -DSCRIPT_MODULE_PATH=\"/usr/local/lib/ccscript2\" -fPIC -g -O2 -I/usr/local/include/cc++2 -g -O2 -D_GNU_SOURCE -DUSE_REGEX -c -o ccscript-shell.o `test -f 'shell.cpp' || echo './'`shell.cpp
script.h: In constructor `shScript::shScript()':
script.h:607: error: `char* ost::ScriptCommand::chkHasArgs(ost::Script::Line*, ost::ScriptImage*)' is protected shell.cpp:196: error: within this contextscript.h:607: error: `char* ost::ScriptCommand::chkHasArgs(ost::Script::Line*, ost::ScriptImage*)' is protected shell.cpp:198: error: within this contextscript.h:607: error: `char* ost::ScriptCommand::chkHasArgs(ost::Script::Line*, ost::ScriptImage*)' is protected shell.cpp:200: error: within this contextscript.h:555: error: `char* ost::ScriptCommand::chkIgnore(ost::Script::Line*, ost::ScriptImage*)' is protected shell.cpp:202: error: within this contextmake[2]: *** [ccscript-shell.o] Error 1make[2]: Leaving directory `/home/archivio/.../ccscript-2.5.7/src'make[1]: *** [all] Error 2make[1]: Leaving directory `/home/archivio/.../ccscript-2.5.7/src'make: *** [all-recursive] Error 1 - bayonne-1.2.14pl2 or bayonne-1.2.15 -> error:
CONFIGURE (bayonne-1.2.14pl2)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for g++... g++
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 g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... archecking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking dependency style of g++... none
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for genorated automake files... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ccgnu2-config... /usr/local/bin/ccgnu2-config
checking for commoncpp2 version >= 1.0.0... yes
checking for ccscript... no
checking for free in -lhoard... no
checking fox/fx.h usability... no
checking fox/fx.h presence... no
checking for fox/fx.h... no
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for xdr_string in -lnsl... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for LiS streams (/usr/src/LiS)... missing
checking for perl... /usr/bin/perlchecking for python... /usr/bin/python
checking for ILFree in -lILSupport... no
checking kjs/kjs.h usability... no
checking kjs/kjs.h presence... no
checking for kjs/kjs.h... no
checking linux/telephony.h usability... yes
checking linux/telephony.h presence... yes
checking for linux/telephony.h... yes
checking linux/ixjuser.h usability... yes
checking linux/ixjuser.h presence... yes
checking for linux/ixjuser.h... yes
checking MonteCarlo.h usability... no
checking MonteCarlo.h presence... no
checking for MonteCarlo.h... no
checking montecarlo.h usability... no
checking montecarlo.h presence... no
checking for montecarlo.h... no
checking for pika api (/usr/pika)... missing
checking mvcldrvr.h usability... no
checking mvcldrvr.h presence... no
checking for mvcldrvr.h... no
checking mvswdrvr.h usability... no
checking mvswdrvr.h presence... no
checking for mvswdrvr.h... no
checking smdrvr.h usability... no
checking smdrvr.h presence... no
checking for smdrvr.h... no
checking for Aculab api (/usr/src/aculab/dtk111)... missing
checking for ptlib-config... no
checking for openh323 libraries... missing
checking d4xio.h usability... no
checking d4xio.h presence... no
checking for d4xio.h... no
checking vpbapi.h usability... yes
checking vpbapi.h presence... yes
checking for vpbapi.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for zap_open in -lzap... no
checking for capi20_release in -lcapi20... no
checking for xml parsing support... true
checking for mysql database support... "no"
checking libpq++.h usability... no
checking libpq++.h presence... no
checking for libpq++.h... no
checking pgsql/libpq++.h usability... no
checking pgsql/libpq++.h presence... no
checking for pgsql/libpq++.h... no
./configure: line 25371: includedir: command not found
checking for theta (/opt/theta/lib)... missing
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating config/Makefile
config.status: creating server/Makefile
config.status: creating Makefile
config.status: creating drivers/Makefile
config.status: creating drivers/phonedev/Makefile
config.status: creating drivers/pika/Makefile
config.status: creating drivers/vpb/Makefile
config.status: creating data/tgi/Makefile
config.status: creating drivers/globalcall/Makefile
config.status: creating drivers/aculab/Makefile
config.status: creating drivers/dialogic/Makefile
config.status: creating drivers/eccs/Makefile
config.status: creating drivers/zapata/Makefile
config.status: creating drivers/vmodem/Makefile
config.status: creating drivers/dummy/Makefile
config.status: creating drivers/oh323/Makefile
config.status: creating drivers/capi20/Makefile
config.status: creating bayonne.spec
config.status: creating server/bayonne.conf
config.status: creating modules/Makefile
config.status: creating modules/postgres/Makefile
config.status: creating modules/mysql/Makefile
config.status: creating modules/translators/Makefile
config.status: creating modules/flite/Makefile
config.status: creating modules/auditing/Makefile
config.status: creating modules/sunrpc/Makefile
config.status: creating modules/protocols/Makefile
config.status: creating modules/xml/Makefile
config.status: creating modules/perl/Makefile
config.status: creating modules/gui/Makefile
config.status: creating modules/switch/Makefile
config.status: creating modules/python/Makefile
config.status: creating data/sys/Makefile
config.status: creating data/sys/survey/Makefile
config.status: creating data/sys/bts/Makefile
config.status: creating data/sys/playrec/Makefile
config.status: creating data/sys/down/Makefile
config.status: creating data/Makefile
config.status: creating data/script/Makefile
config.status: creating data/config/Makefile
config.status: creating doc/Makefile
config.status: creating data/UsEngM/Makefile
config.status: creating data/UsEngF/Makefile
config.status: creating admin/Makefile
config.status: creating admin/sitemon/Makefile
config.status: creating contrib/dist/streams.spec
config.status: creating contrib/dist/native.spec
config.status: creating contrib/Makefile
config.status: creating freebsd/Makefile
config.status: creating freebsd/pkg-plist
config.status: creating server/bayonne
config.status: creating server/ivr
config.hconfig.status: server/ivr
config.h is unchanged
config.status: executing default-1 commands Can someone help me? Is there a version of bayonne (and commoncpp2, ccaudio, ccscript) that it works sure on kernel 2.6.x ? Thanks! -- Alessio Pomaro
pnfStudio s.n.c.
Viale Porta Po, 94
45100 Rovigo RO (Italy)
Contacts:
tel. (+39) 0425 404193
fax. (+39) 0425 988982
mob. (+39) 320 2392615
Web:
http://www.pnfstudio.com CONFIDENZIALE: Questo messaggio e gli eventuali allegati sono confidenziali e riservati.Se vi è stato recapitato per errore e non siete fra i destinatarielencati, siete pregatidi darne immediatamente avviso al mittente. Le informazioni contenutenon devono essere mostrate ad altri, né utilizzate, memorizzate o copiate in qualsiasiforma. CONFIDENTIAL: This e-mail and any attachments are confidential andmay contain reserved information.If you are not one of the named recipients, please notify the senderimmediately.Moreover, you should not disclose the contents to any other persons, norshould the information containedbe used for any purpose or stored or copied in any form.




reply via email to

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