pjsua_app.sbr: No such file or directory

TC
Trent Creekmore
Thu, May 17, 2012 4:34 AM

I do not see this issue appearing anywhere in the archives.

In addition also getting:  pj/config_site.h: No such file or directory

This is pjproject-2.0-rc, and trying to compile in VS 2005.

I do not see this issue appearing anywhere in the archives. In addition also getting: pj/config_site.h: No such file or directory This is pjproject-2.0-rc, and trying to compile in VS 2005.
SK
Sandeep Karanth
Thu, May 17, 2012 5:03 AM

Hi Trent,
You need to create the file config_site.h yourself under
pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com wrote:

I do not see this issue appearing anywhere in the archives.****


In addition also getting:  pj/config_site.h: No such file or directory****



This is pjproject-2.0-rc, and trying to compile in VS 2005.****








Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,
Sandeep Karanth

Hi Trent, You need to create the file config_site.h yourself under pjlib/include/pj directory.It can be an empty file to start off with. For the "pjsua_app.sbr: No such file or directory" problem try rebuilding the solution and see if it helps. On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> wrote: > I do not see this issue appearing anywhere in the archives.**** > > ** ** > > In addition also getting: pj/config_site.h: No such file or directory**** > > ** ** > > ** ** > > This is pjproject-2.0-rc, and trying to compile in VS 2005.**** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Regards, Sandeep Karanth
TC
Trent Creekmore
Thu, May 17, 2012 6:09 AM

Thank you kindly for the reply.

That information to do this was not included in
<http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo
rWindows>
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor
Windows

Then I tried again, but again another problem with "dsound.lib" not found.
This was not covered in the documentation either, but found solution in the
mailing list archives which was related to including directories in the
Direct X SDK

Now stuck on

LINK : fatal error LNK1181: cannot open input file
'....\lib\libpjproject-i386-win32-vc8-release.lib'

I cannot find a solution this problem anywhere. Another including a
directory issue?

Thank you

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 12:03 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

Hi Trent,

          You need to create the file config_site.h yourself under

pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com wrote:

I do not see this issue appearing anywhere in the archives.

In addition also getting:  pj/config_site.h: No such file or directory

This is pjproject-2.0-rc, and trying to compile in VS 2005.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth

Thank you kindly for the reply. That information to do this was not included in <http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo rWindows> http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor Windows Then I tried again, but again another problem with "dsound.lib" not found. This was not covered in the documentation either, but found solution in the mailing list archives which was related to including directories in the Direct X SDK Now stuck on LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' I cannot find a solution this problem anywhere. Another including a directory issue? Thank you From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 12:03 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory Hi Trent, You need to create the file config_site.h yourself under pjlib/include/pj directory.It can be an empty file to start off with. For the "pjsua_app.sbr: No such file or directory" problem try rebuilding the solution and see if it helps. On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> wrote: I do not see this issue appearing anywhere in the archives. In addition also getting: pj/config_site.h: No such file or directory This is pjproject-2.0-rc, and trying to compile in VS 2005. _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth
SK
Sandeep Karanth
Thu, May 17, 2012 6:50 AM

In the libpjproject project --> properties-->frameworks and references make
sure all the references libraries are present.And check if reference to
libpjproject itself is not present.I too was getting the same error when I
made some changes to the project in VS 2010 ,later I figured out in the
references of libpjproject, reference to libpjproject itself was
present(Not sure how it got included).Removing that fixed the problem for
me. Probably you could try the same and see if it works

On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore tcreek@gmail.com wrote:

Thank you kindly for the reply.****


That information to do this was not included in
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationforWindows


Then I tried again, but again another problem with “dsound.lib” not found.
This was not covered in the documentation either, but found solution in
the mailing list archives which was related to including directories in the
Direct X SDK**Now stuck on LINK : fatal error LNK1181: cannot open
input file '....\lib\libpjproject-i386-win32-vc8-release.lib'I
cannot find a solution this problem anywhere. Another including a directory
issue?
Thank you
**** **** **** **



From: pjsip-bounces@lists.pjsip.org [mailto:
pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 12:03 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory
**


Hi Trent,****

           You need to create the file config_site.h yourself under

pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.****

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com
wrote:****

I do not see this issue appearing anywhere in the archives.****


In addition also getting:  pj/config_site.h: No such file or directory****



This is pjproject-2.0-rc, and trying to compile in VS 2005.****








Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org****



--
Regards,****

Sandeep Karanth ****



Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,
Sandeep Karanth

In the libpjproject project --> properties-->frameworks and references make sure all the references libraries are present.And check if reference to libpjproject itself is not present.I too was getting the same error when I made some changes to the project in VS 2010 ,later I figured out in the references of libpjproject, reference to libpjproject itself was present(Not sure how it got included).Removing that fixed the problem for me. Probably you could try the same and see if it works On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore <tcreek@gmail.com> wrote: > Thank you kindly for the reply.**** > > ** ** > > That information to do this was not included in > http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationforWindows > **** > Then I tried again, but again another problem with “dsound.lib” not found. > This was not covered in the documentation either, but found solution in > the mailing list archives which was related to including directories in the > Direct X SDK****Now stuck on ****LINK : fatal error LNK1181: cannot open > input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib'****I > cannot find a solution this problem anywhere. Another including a directory > issue?****** **Thank you****** **** **** **** ** > > ** ** > > ** ** > > *From:* pjsip-bounces@lists.pjsip.org [mailto: > pjsip-bounces@lists.pjsip.org] *On Behalf Of *Sandeep Karanth > *Sent:* Thursday, May 17, 2012 12:03 AM > *To:* pjsip list > *Subject:* Re: [pjsip] pjsua_app.sbr: No such file or directory**** > > ** ** > > Hi Trent,**** > > You need to create the file config_site.h yourself under > pjlib/include/pj directory.It can be an empty file to start off with. For > the "pjsua_app.sbr: No such file or directory" problem try rebuilding the > solution and see if it helps.**** > > On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> > wrote:**** > > I do not see this issue appearing anywhere in the archives.**** > > **** > > In addition also getting: pj/config_site.h: No such file or directory**** > > **** > > **** > > This is pjproject-2.0-rc, and trying to compile in VS 2005.**** > > **** > > **** > > **** > > **** > > **** > > **** > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org**** > > > > **** > > ** ** > > -- > Regards,**** > > Sandeep Karanth **** > > ** ** > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Regards, Sandeep Karanth
TC
Trent Creekmore
Thu, May 17, 2012 7:17 AM

I see no references at all, trying VS 2005 and VS 2008. Which reference
libraries should I include?

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 1:51 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

In the libpjproject project --> properties-->frameworks and references make
sure all the references libraries are present.And check if reference to
libpjproject itself is not present.I too was getting the same error when I
made some changes to the project in VS 2010 ,later I figured out in the
references of libpjproject, reference to libpjproject itself was present(Not
sure how it got included).Removing that fixed the problem for me. Probably
you could try the same and see if it works

On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore tcreek@gmail.com wrote:

Thank you kindly for the reply.

That information to do this was not included in
<http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo
rWindows>
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor
Windows

Then I tried again, but again another problem with "dsound.lib" not found.
This was not covered in the documentation either, but found solution in the
mailing list archives which was related to including directories in the
Direct X SDK

Now stuck on

LINK : fatal error LNK1181: cannot open input file
'....\lib\libpjproject-i386-win32-vc8-release.lib'

I cannot find a solution this problem anywhere. Another including a
directory issue?

Thank you

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 12:03 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

Hi Trent,

          You need to create the file config_site.h yourself under

pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com wrote:

I do not see this issue appearing anywhere in the archives.

In addition also getting:  pj/config_site.h: No such file or directory

This is pjproject-2.0-rc, and trying to compile in VS 2005.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth

I see no references at all, trying VS 2005 and VS 2008. Which reference libraries should I include? From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 1:51 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory In the libpjproject project --> properties-->frameworks and references make sure all the references libraries are present.And check if reference to libpjproject itself is not present.I too was getting the same error when I made some changes to the project in VS 2010 ,later I figured out in the references of libpjproject, reference to libpjproject itself was present(Not sure how it got included).Removing that fixed the problem for me. Probably you could try the same and see if it works On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore <tcreek@gmail.com> wrote: Thank you kindly for the reply. That information to do this was not included in <http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo rWindows> http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor Windows Then I tried again, but again another problem with "dsound.lib" not found. This was not covered in the documentation either, but found solution in the mailing list archives which was related to including directories in the Direct X SDK Now stuck on LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' I cannot find a solution this problem anywhere. Another including a directory issue? Thank you From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 12:03 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory Hi Trent, You need to create the file config_site.h yourself under pjlib/include/pj directory.It can be an empty file to start off with. For the "pjsua_app.sbr: No such file or directory" problem try rebuilding the solution and see if it helps. On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> wrote: I do not see this issue appearing anywhere in the archives. In addition also getting: pj/config_site.h: No such file or directory This is pjproject-2.0-rc, and trying to compile in VS 2005. _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth
FF
Fedot Fedotov
Thu, May 17, 2012 7:45 AM

Hello!

here
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows
I see:
"In addition, the following SDK's are needed:

  • Essential: DirectX SDK (tested with DirectX version 8 and 9). After
    installing DirectX, add the paths to the include files and the library to
    Visual Studio.
  • Optional if not using Visual Studio 2008: Platform SDK (tested with
    Platform SDK for Windows Server 2003 SP1).
  • Optional: OpenSSL development kit is needed if TLS support is wanted.
    Learn more: Installing OpenSSL Libraries on
    Windowshttp://trac.pjsip.org/repos/wiki/Getting-Started/Installing-OpenSSL-Windows
    ."

So you should add:

  1. DirectX SDK, (I use Microsoft DirectX SDK (March 2009))
  2. Platform SDK (Vista SDK - it's works under win XP and Win7, it just
    called "Vista" :-) )
  3. FFMPEG libraries see here
    http://ffmpeg.zeranoe.com/builds/
    you should use same version of dev(for includes and libraries) and shared
    (for dll) - I use ffmpeg-git-7d531e8-win32 version

cheers

Hello! here http://trac.pjsip.org/repos/wiki/Getting-Started/Windows I see: "In addition, the following SDK's are needed: - Essential: DirectX SDK (tested with DirectX version 8 and 9). After installing DirectX, add the paths to the include files and the library to Visual Studio. - Optional if not using Visual Studio 2008: Platform SDK (tested with Platform SDK for Windows Server 2003 SP1). - Optional: OpenSSL development kit is needed if TLS support is wanted. Learn more: Installing OpenSSL Libraries on Windows<http://trac.pjsip.org/repos/wiki/Getting-Started/Installing-OpenSSL-Windows> ." So you should add: 1) DirectX SDK, (I use Microsoft DirectX SDK (March 2009)) 2) Platform SDK (Vista SDK - it's works under win XP and Win7, it just called "Vista" :-) ) 3) FFMPEG libraries see here http://ffmpeg.zeranoe.com/builds/ you should use same version of dev(for includes and libraries) and shared (for dll) - I use ffmpeg-git-7d531e8-win32 version cheers
SK
Sandeep Karanth
Thu, May 17, 2012 7:45 AM

U need to have references for  the third party libraries,and the pjsip
libraries pjlib,pjlib-util,pjmedia etc...Try adding them and see if you can
build successfully

On Thu, May 17, 2012 at 12:47 PM, Trent Creekmore tcreek@gmail.com wrote:

I see no references at all, trying VS 2005 and VS 2008. Which reference
libraries should I include?****




From: pjsip-bounces@lists.pjsip.org [mailto:
pjsip-bounces@lists.pjsip.org] *On Behalf Of *Sandeep Karanth
Sent: Thursday, May 17, 2012 1:51 AM

To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory****


In the libpjproject project --> properties-->frameworks and references
make sure all the references libraries are present.And check if reference
to libpjproject itself is not present.I too was getting the same error when
I made some changes to the project in VS 2010 ,later I figured out in the
references of libpjproject, reference to libpjproject itself was
present(Not sure how it got included).Removing that fixed the problem for
me. Probably you could try the same and see if it works****

On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore tcreek@gmail.com
wrote:****

Thank you kindly for the reply.****


That information to do this was not included in
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationforWindows


Then I tried again, but again another problem with “dsound.lib” not found.
This was not covered in the documentation either, but found solution in
the mailing list archives which was related to including directories in the
Direct X SDK****Now stuck on ****LINK : fatal error LNK1181: cannot open
input file '....\lib\libpjproject-i386-win32-vc8-release.lib'I
cannot find a solution this problem anywhere. Another including a directory
issue?
Thank you **** **** **** ****



From: pjsip-bounces@lists.pjsip.org [mailto:
pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 12:03 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory
**


Hi Trent,****

           You need to create the file config_site.h yourself under

pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.****

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com
wrote:****

I do not see this issue appearing anywhere in the archives.****


In addition also getting:  pj/config_site.h: No such file or directory****



This is pjproject-2.0-rc, and trying to compile in VS 2005.****








Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org****



--
Regards,****

Sandeep Karanth ****



Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org****



--
Regards,****

Sandeep Karanth ****



Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,
Sandeep Karanth

U need to have references for the third party libraries,and the pjsip libraries pjlib,pjlib-util,pjmedia etc...Try adding them and see if you can build successfully On Thu, May 17, 2012 at 12:47 PM, Trent Creekmore <tcreek@gmail.com> wrote: > I see no references at all, trying VS 2005 and VS 2008. Which reference > libraries should I include?**** > > ** ** > > ** ** > > ** ** > > *From:* pjsip-bounces@lists.pjsip.org [mailto: > pjsip-bounces@lists.pjsip.org] *On Behalf Of *Sandeep Karanth > *Sent:* Thursday, May 17, 2012 1:51 AM > > *To:* pjsip list > *Subject:* Re: [pjsip] pjsua_app.sbr: No such file or directory**** > > ** ** > > In the libpjproject project --> properties-->frameworks and references > make sure all the references libraries are present.And check if reference > to libpjproject itself is not present.I too was getting the same error when > I made some changes to the project in VS 2010 ,later I figured out in the > references of libpjproject, reference to libpjproject itself was > present(Not sure how it got included).Removing that fixed the problem for > me. Probably you could try the same and see if it works**** > > On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore <tcreek@gmail.com> > wrote:**** > > Thank you kindly for the reply.**** > > **** > > That information to do this was not included in > http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationforWindows > **** > Then I tried again, but again another problem with “dsound.lib” not found. > This was not covered in the documentation either, but found solution in > the mailing list archives which was related to including directories in the > Direct X SDK****Now stuck on ****LINK : fatal error LNK1181: cannot open > input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib'****I > cannot find a solution this problem anywhere. Another including a directory > issue?**** ****Thank you**** **** **** **** **** > > **** > > **** > > *From:* pjsip-bounces@lists.pjsip.org [mailto: > pjsip-bounces@lists.pjsip.org] *On Behalf Of *Sandeep Karanth > *Sent:* Thursday, May 17, 2012 12:03 AM > *To:* pjsip list > *Subject:* Re: [pjsip] pjsua_app.sbr: No such file or directory**** > > **** > > Hi Trent,**** > > You need to create the file config_site.h yourself under > pjlib/include/pj directory.It can be an empty file to start off with. For > the "pjsua_app.sbr: No such file or directory" problem try rebuilding the > solution and see if it helps.**** > > On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> > wrote:**** > > I do not see this issue appearing anywhere in the archives.**** > > **** > > In addition also getting: pj/config_site.h: No such file or directory**** > > **** > > **** > > This is pjproject-2.0-rc, and trying to compile in VS 2005.**** > > **** > > **** > > **** > > **** > > **** > > **** > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org**** > > > > **** > > **** > > -- > Regards,**** > > Sandeep Karanth **** > > **** > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org**** > > > > **** > > ** ** > > -- > Regards,**** > > Sandeep Karanth **** > > ** ** > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Regards, Sandeep Karanth
TC
Trent Creekmore
Thu, May 17, 2012 8:53 AM

They were added in both VS 2005 and VC++ 2008 Express. VS 2005 is still
failing, but the VC++ 2008 Express is now successfully compiling.

I guess I will do that very long guide on VS 2010 later.  In the mean time I
am considering putting VS 2008 back on as I got a warning in VC++ 2008 about
that edition not supporting project folders. I hope that will not be a
problem.

Thank you again for the help in this.

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 2:45 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

U need to have references for  the third party libraries,and the pjsip
libraries pjlib,pjlib-util,pjmedia etc...Try adding them and see if you can
build successfully

On Thu, May 17, 2012 at 12:47 PM, Trent Creekmore tcreek@gmail.com wrote:

I see no references at all, trying VS 2005 and VS 2008. Which reference
libraries should I include?

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 1:51 AM

To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

In the libpjproject project --> properties-->frameworks and references make
sure all the references libraries are present.And check if reference to
libpjproject itself is not present.I too was getting the same error when I
made some changes to the project in VS 2010 ,later I figured out in the
references of libpjproject, reference to libpjproject itself was present(Not
sure how it got included).Removing that fixed the problem for me. Probably
you could try the same and see if it works

On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore tcreek@gmail.com wrote:

Thank you kindly for the reply.

That information to do this was not included in
<http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo
rWindows>
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor
Windows

Then I tried again, but again another problem with "dsound.lib" not found.
This was not covered in the documentation either, but found solution in the
mailing list archives which was related to including directories in the
Direct X SDK

Now stuck on

LINK : fatal error LNK1181: cannot open input file
'....\lib\libpjproject-i386-win32-vc8-release.lib'

I cannot find a solution this problem anywhere. Another including a
directory issue?

Thank you

From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Sandeep Karanth
Sent: Thursday, May 17, 2012 12:03 AM
To: pjsip list
Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory

Hi Trent,

          You need to create the file config_site.h yourself under

pjlib/include/pj directory.It can be an empty file to start off with. For
the "pjsua_app.sbr: No such file or directory" problem try rebuilding the
solution and see if it helps.

On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore tcreek@gmail.com wrote:

I do not see this issue appearing anywhere in the archives.

In addition also getting:  pj/config_site.h: No such file or directory

This is pjproject-2.0-rc, and trying to compile in VS 2005.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Regards,

Sandeep Karanth

They were added in both VS 2005 and VC++ 2008 Express. VS 2005 is still failing, but the VC++ 2008 Express is now successfully compiling. I guess I will do that very long guide on VS 2010 later. In the mean time I am considering putting VS 2008 back on as I got a warning in VC++ 2008 about that edition not supporting project folders. I hope that will not be a problem. Thank you again for the help in this. From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 2:45 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory U need to have references for the third party libraries,and the pjsip libraries pjlib,pjlib-util,pjmedia etc...Try adding them and see if you can build successfully On Thu, May 17, 2012 at 12:47 PM, Trent Creekmore <tcreek@gmail.com> wrote: I see no references at all, trying VS 2005 and VS 2008. Which reference libraries should I include? From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 1:51 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory In the libpjproject project --> properties-->frameworks and references make sure all the references libraries are present.And check if reference to libpjproject itself is not present.I too was getting the same error when I made some changes to the project in VS 2010 ,later I figured out in the references of libpjproject, reference to libpjproject itself was present(Not sure how it got included).Removing that fixed the problem for me. Probably you could try the same and see if it works On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore <tcreek@gmail.com> wrote: Thank you kindly for the reply. That information to do this was not included in <http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo rWindows> http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor Windows Then I tried again, but again another problem with "dsound.lib" not found. This was not covered in the documentation either, but found solution in the mailing list archives which was related to including directories in the Direct X SDK Now stuck on LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' I cannot find a solution this problem anywhere. Another including a directory issue? Thank you From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 12:03 AM To: pjsip list Subject: Re: [pjsip] pjsua_app.sbr: No such file or directory Hi Trent, You need to create the file config_site.h yourself under pjlib/include/pj directory.It can be an empty file to start off with. For the "pjsua_app.sbr: No such file or directory" problem try rebuilding the solution and see if it helps. On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek@gmail.com> wrote: I do not see this issue appearing anywhere in the archives. In addition also getting: pj/config_site.h: No such file or directory This is pjproject-2.0-rc, and trying to compile in VS 2005. _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Regards, Sandeep Karanth