HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] t38modem opal and hylafax
Hi,
I am trying to install t38modem with opal (for sip) and use it together with hylafax. But the problem is that I cant't buil opal. I've downloaded sources:
cvs -z9 -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/openh323 co ptlib_unix
cvs -z9 -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/openh323 co openh323
cvs -z9 -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/openh323 co -D "5/21/2007 23:59:59" opal
cvs -z9 -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/openh323 co t38modem
PWlib and openh323 I compiled successfully, but compiling opal, i get error:
g++ -D_REENTRANT
-fno-exceptions -Wall -fPIC -DPIC -DNDEBUG -DPTRACING
-I/mnt/kbin/downloads/t38/opal/include -DPTRACING
-I/mnt/kbin/downloads/t38/opal/../pwlib/include -Os
-felide-constructors -Wreorder -c
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx -o
/mnt/kbin/downloads/t38/opal/lib/obj_linux_x86_r/handlers.o
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:
In member function ?BOOL
SIPSubscribeHandler::OnReceivedPresenceNOTIFY(SIP_PDU&)?:
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:547:
error: ?PXML? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:547: error: expected
`;' before
?xmlPresence?
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:548: error:
?PXMLElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:548: error:
?rootElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:549: error:
?tupleElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:550: error:
?statusElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:551: error:
?basicElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:552: error:
?noteElement? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:554: error:
?xmlPresence? was not declared in this
scope
/mnt/kbin/downloads/t38/opal/src/sip/handlers.cxx:557: error:
?xmlPresence? was not declared in this scope
make: ***
[/mnt/kbin/downloads/t38/opal/lib/obj_linux_x86_r/handlers.o] Error
1
Could you help me , what is wrong ...
Thanks