Re: [Sofia-sip-devel] Problem in using sofia-sip libraries

2010-08-16 Thread Pekka Pessi
Hi Amir, 2010/8/14 Amir Khezrian : > From the errors, It seems that compiler can't find sofia-sip/msg_types.h and > sofia-sip/msg_mime.h > Have i missed something that is necessary to be installed before using > sofia-sip? You should -I the directory where the inlude files has been installed, not

Re: [Sofia-sip-devel] Problem in using sofia-sip libraries

2010-08-14 Thread Amir Khezrian
Thanks Paulo But it didn't work. I have just included . nothing else. *** Mycode is : #include #include #include int main() { return 0 ; } >From the errors, It seems that compiler can't find *sofia-sip/msg_types.h*and *sofia-

[Sofia-sip-devel] Problem in using sofia-sip libraries

2010-08-12 Thread Amir Khezrian
Hello All I am just begining to use sofia-sip library. But i have a problem in using it's libraries. First i downloaded sofia-sip-1.12.10package and installed it with istructions: ./configure make make install When I compile my code that just inc