[reSIProcate] resip error while installing boston bridge

Byron Campen bcampen at estacado.net
Tue Jul 25 10:33:48 CDT 2006


	I am not familiar with the bbridge build, but I assume it links  
against librutil, libresip, and libdum, which you have at this point,  
so you should be okay (provided the build can find them, along with  
all the necessary header files)

Best Regards,
Byron Campen

> So can I build boston bridge now?
> I think the last time I ran the make command for bbridge, I got the  
> resip error and thats why all this installation.
> i will get back to you if I get the same error again.
>
> Linda
>
> On 7/25/06, Byron Campen <bcampen at estacado.net> wrote:
> 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 at estacado.net > 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 at icescape.com > 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.
>>
>>
>>
>> From: Linda Thomas [mailto: linda.sipx at gmail.com ]
>> Sent: Sunday, July 23, 2006 6:32 PM
>> To: Scott Godin
>> Cc: resiprocate-devel at list.sipfoundry.org ; sipx- 
>> dev at list.sipfoundry.org
>>
>>
>> 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 at icescape.com> 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.
>>
>>
>>
>> From: resiprocate-devel-bounces at list.sipfoundry.org [mailto:  
>> resiprocate-devel-bounces at list.sipfoundry.org ] On Behalf Of Linda  
>> Thomas
>> Sent: Thursday, July 20, 2006 8:05 PM
>> To: resiprocate-devel at list.sipfoundry.org ; sipx- 
>> dev at list.sipfoundry.org
>>
>>
>> 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 at counterpath.com > wrote:
>>
>> I am also using fc 4 and gcc 4.0.2. Are you using SVN head?
>>
>>
>>
>> Jozsef
>>
>>
>>
>> From: Linda Thomas [mailto: linda.sipx at gmail.com]
>> Sent: Wednesday, July 19, 2006 3:40 PM
>>
>>
>> To: Alan Hawrylyshen
>> Cc: resiprocate-devel at list.sipfoundry.org
>> Subject: Re: [reSIProcate] resip error while installing boston bridge
>>
>>
>>
>>
>>
>>
>>
>> Its fedora core 4 and gcc 4.0.1
>>
>>
>>
>> Do i need to install gcc 3.x?
>>
>>
>>
>> Linda
>>
>>
>>
>>
>>
>> On 7/19/06, Alan Hawrylyshen < alan at polyphase.ca > 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.
>>
>>
>>
>>
>> Thanks
>>
>> Alan
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> resiprocate-devel mailing list
>> resiprocate-devel at list.sipfoundry.org
>> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>>
>>
>>
>>
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20060725/98229c65/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2369 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20060725/98229c65/attachment.bin>


More information about the resiprocate-devel mailing list