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

Re: [reSIProcate-users] Newbie Win Compile + Usage Q


Title: RE: [reSIProcate-users] Newbie Win Compile + Usage Q

FYI – You don’t need TFM to do any development.  It is just a test harness for the repro proxy server. 

 

If you really want to build TFM, you will need to grab both boost (boost.org) and openSSL from external sources (I use openSSL 0.9.8 win32 binary distribution, and Boost 1.34_1).  I just updated the TFM project files with some fixes – so do a SVN update and make sure you have the latest.

 

I have never tried to build with VS2008 – but others on the list have.

 

Good luck.

 

Scott

 

From: Ali Jawad [mailto:ali.jawad@xxxxxxxxxxxx]
Sent: Monday, February 11, 2008 4:08 PM
To: Scott Godin; resiprocate-users@xxxxxxxxxxxxxxx
Subject: RE: [reSIProcate-users] Newbie Win Compile + Usage Q

 

 

Dear Scott

Thank you for your feedback..I did download the latest SVN revision and as per
http://www.resiprocate.org/Quick_Subversion_Checkout_and_Compilation_HOWTO

I compiled  reSIProcate_7_1.sln this went smooth with no errors

After that I tried to compile tfm/tfm.sln and that is where the problems started two of the libs the sln asked for were boost libs (I am using VC8 Express editin ) and CPPUNIT. It also asked for OpenSSL headers even though I was comiling in debug mode with no SSL. As you have previously indicated the linkage had to be changed for it to work. After some effort I ended up with the lib files...but basic call app is throwing errors..I will send them tomorow hopefully you can help me out.

I am stating the info above just if other users face the same probs..I am not complaining. I appreciate the great job the resiprocate community is doing.
Maybe once it is running correctly I can put together a short howto on how to compile in VC8

Thanks Scott

-----Original Message-----
From: Scott Godin [mailto:slgodin@xxxxxxxxxxxx]
Sent: Mon 2/11/2008 10:53 PM
To: Ali Jawad; resiprocate-users@xxxxxxxxxxxxxxx
Subject: RE: [reSIProcate-users] Newbie Win Compile + Usage Q

You shouldn't need to modify the projects/solution that are there.  The
(non-SSL) VS project and solution files should build BasicCall right
from SVN with no modifications.  Also - BasicCall has nothing to do with
repro, I don't understand how you would have got those errors.



You may want to try reverting your files back to the repository
versions.



Scott