This brigs up a question about the build system; should we be building tfm when we run make? I can certainly see building it on a make all, or a make check, but seeing as how it has an external dependency that will usually not be lying around on the average linux system, maybe we should prevent it from being built by the default target? Or perhaps an additional configure option is the way to go here? Thoughts?
Best regards, Byron Campen ActionBase? That is part of tfm. If the build system has gotten as far as tfm, you have already built the libraries you need (rutil, resip, and dum). (tfm is a regression testing framework used for the proxy, repro)
Best regards, Byron Campen In the file ActionBase.hxx, it contains the foll. code: #include <boost/shared_ptr.hpp> #include "rutil/Data.hxx" However, the reciprocat directory structure does not contain the folder boost and hence the error for ActionBase.hxx. SOmeone please tell me about the solution for this: i.e. why the folder is not there and how to locate it.structure does not contain Linda
On 7/24/06, Byron Campen <bcampen@xxxxxxxxxxxx> wrote: Is HeaderHash.cxx still empty? (it is supposed to contain some gperf-generated code) If it is empty, make sure you have gperf installed on your system.
If you have gperf and an empty HeaderHash.cxx, make absolutely certain that you have the HeaderHash.gperf file (this is the input that gperf needs to generate HeaderHash.cxx).
If neither of these works, I am not sure where the problem is.
Best regards, Byron Campen In the list of files that you stated, only HeaderHash.cxx is the file that is empty. I deleted that file and ran the make command again, but it seems that HeaderHash.cxx file gets created again. I got the foll error: ../build/../resip/stack/obj.debug.Linux.i686/libresip.a(Headers.o)(.text+0x66b6): In function `resip::Headers::getType(char const*, int)': /root/src/3.2/resiprocateLib/resiprocate/resip/stack/Headers.cxx:291: undefined reference to `resip::HeaderHash::in_word_set(char const*, unsigned int)' collect2: ld returned 1 exit status make[1]: *** [bin.debug.Linux.i686 /repro] Error 1 rm obj.debug.Linux.i686/repro.o obj.debug.Linux.i686/repro.d make[1]: Leaving directory `/root/src/3.2/resiprocateLib/resiprocate/repro' make: *** [repro] Error 2 Kindly let me know if you have any solutions. Linda
On 7/24/06, Scott Godin < slgodin@xxxxxxxxxxxx> wrote: Are HeaderHash.cxx ParameterHash.cxx and MethodHash.cxx empty? If so, try deleting these running make again. These files should be in resiprocateLib/resiprocate/resip/stack.
Subject: Re: [reSIProcate] resip error while installing boston bridge
I downloaded the resiprocateLib folder from http://scm.sipfoundry.org/rep/sipX/main/resiprocateLib/ I changed my directory path to reciprocateLib\main and ran ./configure which didnt give any error. However, when I ran ./make it gave the following error: Please guide me: : In function `resip::Headers::getType(char const*, int)': /root/src/3.2/resiprocateLib/resiprocate/resip/stack/Headers.cxx:291: undefined reference to `resip::HeaderHash::in_word_set(char const*, unsigned int)' collect2: ld returned 1 exit status make[1]: *** [bin.debug.Linux.i686/repro] Error 1 rm obj.debug.Linux.i686/repro.o obj.debug.Linux.i686/repro.d make[1]: Leaving directory `/root/src/3.2/resiprocateLib/resiprocate/repro' make: *** [repro] Error 2 Regards Linda On 7/21/06, Scott Godin < slgodin@xxxxxxxxxxxx> wrote: You must use resiprocate stack. If you got the sipX project from SVN, then the resip stuff should be checked out under the ResiprocateLib directory.
Subject: Re: [reSIProcate] resip error while installing boston bridge
Hi I was trying to install the boston bridge code. But as posted earlier the resip was throwing error. According to my knowledge Resiprocate consists of the Stack. But as I already have the Sipxpbx which has the SipxtackLib also build in my system. Do I still need to build Resip to properly install BBridge or BBridge can use the Stack of sipxtackLib. Thanks Linda On 7/20/06, Jozsef Vass < jozsef@xxxxxxxxxxxxxxx > wrote: I am also using fc 4 and gcc 4.0.2. Are you using SVN head?
Jozsef
Its fedora core 4 and gcc 4.0.1 Do i need to install gcc 3.x? On 7/19/06, Alan Hawrylyshen < alan@xxxxxxxxxxxx > wrote:
On 2006.07.19, at 13:44 , Linda Thomas wrote:
Can anyone guide me why is this so ? Linda
What compiler version are you using? On what platform.. Please tell us more.
_______________________________________________ resiprocate-devel mailing list
_______________________________________________ resiprocate-devel mailing list
|