bayonne-devel
[Top][All Lists]
Advanced

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

[Bayonne-devel] Problem to compile it with openh323


From: Igor Ivoilov
Subject: [Bayonne-devel] Problem to compile it with openh323
Date: Wed, 23 Jan 2002 13:59:26 +0200

Dear All,

I need to create an IVR application using H323 protocol. I'd like to try
bayonne but was failed to compile it
with openh323 support. 1st, to make configure script to take openh323 into
compilation I had to apply the following patch 
---------------------- cut here
--- configure   Wed Jan 23 13:53:09 2002
+++ configure.new   Wed Jan 23 10:07:41 2002
@@ -3070,15 +3070,15 @@
    fi
    if test -z "$PWLIBDIR" ; then
        if test -d /usr/share/pwlib ; then
-           export PWLIBDIR=~/pwlib
+           export PWLIBDIR=/usr/share/pwlib
        else
            export PWLIBDIR=~/pwlib
        fi
-       if test -d $PWLIBDIR/include ; then
-           OPENH323_FLAGS="-I$PWLIBDIR/include -I$PWLIBDIR/include/unix"
-       elif test -d /usr/include/ptlib ; then
-           OPENH323_FLAGS="-I/usr/include/ptlib -I/usr/include/ptlib/unix"
-       fi
+   fi
+   if test -d $PWLIBDIR/include ; then
+       OPENH323_FLAGS="-I$PWLIBDIR/include -I$PWLIBDIR/include/unix"
+   elif test -d /usr/include/ptlib ; then
+       OPENH323_FLAGS="-I/usr/include/ptlib -I/usr/include/ptlib/unix"
    fi
    if test -d "$OPENH323DIR" ; then
        ost_cv_openh323=true
------------------- and here
after that I've got an unlimited include cycle on ptlib/ptime.h and others
files from pwlib.
Could onyone help me to solve this issue?

Thanks in advance,
Igor




reply via email to

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