< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] Errors Compiling Resiprocate


Hello Alan,
Thanks A lot for your help....
I deleted the main folder and downloaded a new one. It then passed the last 
stage but I still have errors while compiling the tfm, if I may ask what role 
does it play because I went ahead to do the "make install" and repro appears to 
be working...
The error is below

txx-0.3.2/include -I../build/../tfm/contrib 
-I../build/../tfm/contrib/cppunit/include -I../build/../contrib/ares -DUSE_ARES 
-DUSE_IPV6 -DUSE_SSL -DHAVE_POPT_H -c -o obj.debug.Linux.i686/ActionBase.o 
ActionBase.cxx
In file included from ActionBase.cxx:1:
../tfm/ActionBase.hxx:4:32: error: boost/shared_ptr.hpp: No such file or 
directory
../tfm/ActionBase.hxx:16: error: âboostâ has not been declared
../tfm/ActionBase.hxx:16: error: expected â,â or â...â before â<â token
../tfm/ActionBase.hxx:19: error: âboostâ has not been declared
../tfm/ActionBase.hxx:19: error: expected â,â or â...â before â<â token
ActionBase.cxx:26: error: âboostâ has not been declared
ActionBase.cxx:26: error: expected â,â or â...â before â<â token
ActionBase.cxx: In member function âvirtual void ActionBase::exec(int)â:
ActionBase.cxx:28: error: âeventâ was not declared in this scope
make[1]: *** [obj.debug.Linux.i686/ActionBase.o] Error 1
make[1]: Leaving directory `/root/main/tfm'
make: *** [tfm] Error 2

Thanks and Regards,

Tola

-----Original Message-----
From: Alan Hawrylyshen [mailto:alan@xxxxxxxxxxxx] 
Sent: 11 July 2006 00:23
To: Oredope, Adetola
Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [reSIProcate] Errors Compiling Resiprocate

Hey - so subversion has a problem that we are still working around.  
The timestamp of the gperf file and the MethodHash.cxx will likely  
match (other files are the same). Consider checking if your  
FooHash.cxx files are younger than the gperf files (which might  
indicate that the Makefile tried to rebuild them). If that is the  
case, svn revert your FooHash.cxx files (Method, Header, Parameter  
etc) and TOUCH or update the timestamps on *Hash.?xx so they younger  
than the *.gperf files.

Then try again.

Thanks
Alan

On 2006.07.10, at 18:53 , Oredope, Adetola wrote:

> Hello Alan,
> Thanks for your response. I was able to download the version from the
> svn but I am still having problems compling...
> This time I think it is a problem with the variable MethodHash  
> declared
> in the class resip...(I may also be wrong!)
> Please can anyone be of help?
>
> I have posted the error below
>
>
> obj.debug.Linux.i686/stateAgents/CertPublicationHandler.o
> obj.debug.Linux.i686/stateAgents/CertSubscriptionHandler.o
> obj.debug.Linux.i686/stateAgents/PrivateKeyPublicationHandler.o
> obj.debug.Linux.i686/stateAgents/PrivateKeySubscriptionHandler.o
> -L../build/../resip/dum/obj.debug.Linux.i686
> -L../build/../resip/stack/obj.debug.Linux.i686
> -L../build/../rutil/obj.debug.Linux.i686  -L../build/../contrib/ares
> -ldum  -lresip  -lrutil  -lssl  -lcrypto  -lares  -ldb_cxx  -lpthread
> -lpopt
> ../build/../resip/stack/obj.debug.Linux.i686/libresip.so: undefined
> reference to `resip::MethodHash::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/main/repro'
> make: *** [repro] Error 2
>
> Thanks and Regards,
>
> Tola
>
> -----Original Message-----
> From: Alan Hawrylyshen [mailto:alan@xxxxxxxxxxxx]
> Sent: 10 July 2006 20:00
> To: Oredope, Adetola
> Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] Errors Compiling Resiprocate
>
>
>
>
> Please try compiling a more recent resiprocate. Download a copy of
> the head of what is in Subversion.
>
> svn co http://scm.sipfoundry.org/rep/resiprocate/main/
>
> If you still have problems please post them to the list.
>
> Thanks
> Alan
>
>