ennala/telepresence

Compile error : SipSession.h: No such file or directory

Closed this issue · 2 comments

Hi,

I tried to build telepresence from svn trunk, the result was:

In file included from include/opentelepresence/OTEngine.h:8:0,
                 from include/OpenTelepresenceAPI.h:14,
                 from source/main.cc:7:
include/opentelepresence/OTWrap.h:17:24: fatal error: SipSession.h: No such 
file or directory

I found file SipSession.h only in doubango/bindings/_common directory. Path 
bindings/_common is used only in *.vcproj files, but I can't see it in 
configure.ac or Makefile.am.

So, doubango make install step must be fixed to copy SipSession.h and others to 
system-wide directory like /usr/local/include and telepresence must be fixed to 
use SipSession.h from system-wide directory.

Original issue reported on code.google.com by eugene.prokopiev on 18 Nov 2013 at 10:50

Nothing to fix.
You're doing something wrong. Please read the guide again. tinywrap is an 
external SVN repo containing the file and it's automatically checked out.

Original comment by boss...@yahoo.fr on 18 Nov 2013 at 11:11

  • Changed state: Invalid
Where can I see code to tinywrap automatically checking out and compile? Is it 
possible to check out and compile it manually?

Original comment by eugene.prokopiev on 18 Nov 2013 at 12:00