ennala / telepresence

Automatically exported from code.google.com/p/telepresence
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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