[reSIProcate] resip error while installing boston bridge

Linda Thomas linda.sipx at gmail.com
Mon Jul 24 22:52:09 CDT 2006


I ran the svn commnad , so i t should be subversion

On 7/24/06, Jason Fischl <jason at counterpath.com> wrote:
>
> Are you using code from 0.9 or from subversion?
>
> On 7/24/06, Linda Thomas <linda.sipx at gmail.com> wrote:
> > Jason
> >  I got the fol. error after foll. your instructions
> >  [root at sipx resip]# ./configure
> >
> >  configure: error: cannot find sources (resiprocate/config.hxx.in) in .
> or
> > ..
> >
> >  Can you spot the problem?
> >
> >  Linda
> >
> >
> >
> > On 7/24/06, Jason Fischl <jason at counterpath.com> wrote:
> > > You can resolve this issue by doing the following:
> > >
> > > remove HeaderHash.cxx
> > > svn update
> > > touch HeaderHash.cxx
> > > rebuild
> > >
> > >
> > > 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
> > > >
> > > > _______________________________________________
> > > > resiprocate-devel mailing list
> > > > resiprocate-devel at list.sipfoundry.org
> > > >
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> > > >
> > > >
> > > >
> > >
> >
> >
> > _______________________________________________
> > 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/20060724/84cc6f2a/attachment.htm>


More information about the resiprocate-devel mailing list