5 messages in com.googlegroups.google-talk-openRe: help for libjingle's compile base...
FromSent OnAttachments
whitney27 Jul 2006 00:16 
javacocoon27 Jul 2006 14:55 
javacocoon27 Jul 2006 15:40 
javacocoon27 Jul 2006 19:24 
javacocoon27 Jul 2006 19:34 
Subject:Re: help for libjingle's compile based on windows platform
From:javacocoon (java@gmail.com)
Date:07/27/2006 07:24:36 PM
List:com.googlegroups.google-talk-open

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