Hi, and where does i need to add #include <sofia-sip/nua.h>, in which files? Thanks,
best regards,
Ben
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
CC: <sofia-sip-devel@lists.sourceforge.net>
Subject: RE: SSIP-GST Install
Date: Mon, 3 Apr 2006 16:53:59 +0300
Hey,Good that you got further.The problem with Sofia-SIP includes is that we updated our prefix of include files. The former #include <nua.h> does not work with the latest Sofia-SIP release. However, the fix is really easy. Update the headers that are not found to have a prefix "sofia-sip", for example:#include <nua.h> to #include <sofia-sip/nua.h>There are some Sofia headers, maybe 4 or something. Just update them and it should work.BR,Martti
From: ext Ben de Lav [mailto:[EMAIL PROTECTED]
Sent: 3. huhtikuuta 2006 16:27
To: Mela Martti (Nokia-NRC/Helsinki)
Cc: sofia-sip-devel@lists.sourceforge.net
Subject: RE: SSIP-GST Installthanks, it works but i still have a lot of errors by doing make.
It seems no to find some C libraries as nua.h. what do i have to add? I think they are in /usr/local/include/sofia-sip-1.11.
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
CC: <sofia-sip-devel@lists.sourceforge.net>
Subject: RE: SSIP-GST Install
Date: Mon, 3 Apr 2006 16:12:49 +0300
Hey Ben,When you are in ssip-gst directory, say:PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configureBy default, pkg-config is only looking for configuration files stored in /usr/lib/pkgconfig. You need to explicitely specify the directory where additional library configuration files are, in this case /usr/local/lib/pkgconfig.Hopefully this helps. If you have some additional questions please mail either directly to me or to sofia-sip-devel@lists.sourceforge.net. This is the preferred way because other people might have run into the same problems.Best regards,
Martti
From: ext Ben de Lav [mailto:[EMAIL PROTECTED]
Sent: 3. huhtikuuta 2006 15:39
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: SSIP-GST InstallHi, i installed sofia-sip on my fedora 5 core and i tried several times to install ssip-gst.BUT IT'S NOT WORKING!!!when i do ./configure, it can't find SOFIA_SIP_UA. Then, i tryed to do:./configure SOFIA_SIP_UA_LIBS=/usr/local/lib SOFIA_SIP_UA_CFLAGS=/usr/local/libbut it does the same, even if the sofia ua libraries are effectively in /usr/local/lib.please, help me cause it's very urgent and important for me and it makes a whole week that i am on this issue!Best regards,Ben