gossip
gossip copied to clipboard
Not getting compiled
Hi, i'm working on it since 4 days but haven't found any way to compile it.Everytime it gives missing message of some files.Please help me and post a proper way through a doc file to compile the same.
Thanks & Regards iOS Developer
The referenced PJSIP repository is updated every now and then and supposedly, the referenced commit in gossip has been removed/updated. I will update both PJSIP and gossip and let you know.
@jyotiSharma1 I have just updated both GOSSIP and PJSIP to latest version. Can you try from scratch again?
@chakrit : Hi Chakrit, Hope you're doing well! Firstly,Thanks for your reply. I tried it again but it's still giving me the same issue of missing files.
Which file is missing? Have you do the submodule checkout thing?
'pj/config_site.h' file not found
initially too it gave me the same ,actually it give the same for every file started with pj,as it doesn't get pj folder.Please tell me the steps to add it in project.
@chakrit :Also when i'm sub moduling it as ypu mentioned over here,i got this
Submodule path 'pjsip/src': checked out 'b0af6c8fc8ed97bb03d3afa4ab42c24f46a9212b' Unable to checkout '34fcf7a8574c80fb23a3e22b57bc3b38eafe3837' in submodule path 'docs'
not getting the what the issue in it.
docs folder is not really needed so you can ignore that.
How are you linking against Gossip?
i have just downloaded the code n start running it.It gave files missing issue .so i deleted pjsip folder and added again but still it gives me the same
I says error on this this time : #import <pj/config_site.h>
and in your project there is not any folder for pj....
@chakrit : can you tell me step by step process to get the project working ,as it's very urgent for me.
i think the header search path settings might be incorrect somewhere. what is the value of your header search path settings?
This is what I have on my machine which is the same as the latest commit:

And it builds and runs fine.
There is no pj folder because it is an external dependency. They reside in the PJSIP source tree. What is needed is the PJSIP submodule properly checked out and the header search path settings intact and they should compile.

i'm getting this
BTW I'm on Xcode 5.1.1 just in case.
Hmmm... the release list is broken. Fixing...
ok,Have you got the issue?
Ok, can you try git pull on the gossip project root folder and try building again?
doing...trying
i have write "git pull " command on terminal but it doesn't do anything
Gossip.xcodeproj/project.pbxproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
It gives me this part on terminal can you tell me what does it mean? @chakrit
It means you get some of the changes I've made to the project.pbxproj file. Does it build now?
No :(
gives me same
What is your xcode version. Don't really see what could go wrong.
@jyotiSharma1 did you get the solution for this issue? @chakrit here is my progress: step 1: run: git clone git://github.com/chakrit/gossip.git cd gossip git submodule init git submodule update --recursive => Unable to checkout '34fcf7a8574c80fb23a3e22b57bc3b38eafe3837' in submodule path 'docs' it can be ignored (as you said before). step 2: cd to gossip folder and open Gossip.xcodeproj step 3: build => error: "pj/config_site.h" file not found (in the PJSIP.h file; line 38: #import <pj/config_site.h>)
What is wrong with me?