Ok.. I solved this compile issue (atleast for now), by removing the
session/phone from libjingle in VC++ 2005. I also took the subproject
"Call" from the project build.
This basically means it didnt try to compile "call" or "phone"
function. My goal was to get the libjingle compile .. so pcp and
libjingle compiled and pcp works just fine..
Will struggle with "phone" and "call" later and update here..
Here is the copy/paste of error I am seeing on Visual C++
--------------
Compiling...
gipslitemediaengine.cc
c:\myfolder\libjingle-0.3.0\libjingle-0.3.0\talk\session\phone\gipslitemediaengine.h(33)
: fatal error C1083: Cannot open include file:
'talk/third_party/gips/Interface/GipsVoiceEngineLite.h': No such file
or directory
channelmanager.cc
c:\myfolder\libjingle-0.3.0\libjingle-0.3.0\talk\session\phone\gipslitemediaengine.h(33)
: fatal error C1083: Cannot open include file:
'talk/third_party/gips/Interface/GipsVoiceEngineLite.h': No such file
or directory
proxyinfo.cc
----------------------------------------
I understand that I need to install some gips libraries.. but I dont
want to compile any voice features.. just text related and p2p code..
thx