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.
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
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
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
Hello!
here
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows
I see:
"In addition, the following SDK's are needed:
So you should add:
cheers
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
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