Compiling bayonne-20050116
"Ambar Roy" <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
I have been trying to compile bayonne-20050116 version to check out openh323 support, and I am getting the following errors when I run configure script. No makefiles seem to get generated: I am using: commoncpp2-1.3.1 openh323-v1_17_1 pwlib-v1_9_0 fresh RedHat 7.3 installed inside vmware. I installed comoncpp, pwlib and openh323 in this order. #./configure --with-pwlibdir=/root/pwlib --with-openh323dir=/root/openh323 . . . . checking for Aculab api (/usr/src/aculab/dtk111)... missing checking for ptlib-config... no checking for openh323 libraries... ./configure: test: /root/pwlib/lib/obj_linux_x86_d: binary operator expected found <snip> checking for ccrtp/rtp.h... no ./configure: test: =: unary operator expected ./configure: test: =: unary operator expected ./configure: test: =: unary operator expected configure: creating ./config.status config.status: creating common/Makefile sed: file ./confstatn3yy8H/subs-4.sed line 19: Unterminated `s' command config.status: creating server/Makefile sed: file ./confstatn3yy8H/subs-4.sed line 19: Unterminated `s' command config.status: creating include/Makefile sed: file ./confstatn3yy8H/subs-4.sed line 19: Unterminated `s' command config.status: creating m4/Makefile sed: file ./confstatn3yy8H/subs-4.sed line 19: Unterminated `s' command config.status: creating Makefile sed: file ./confstatn3yy8H/subs-4.sed line 19: Unterminated `s' command config.status: creating tests/Makefile . . . . Ambar Roy