DoubangoTelecom/webrtc2sip

The git directory miss the tinywrap folder and it's contents and can therefore not compile

legobit opened this issue · 4 comments

Something in the transition google code -> git seem to have broken things.

Make it impossible to compile.

Confirmed. Trying to compile on debian 8

I am trying to install this on a system and I'm getting the following error:
fatal error: Common.h: No such file or directory

I've already tried getting the mentioned tinywrap folder from another set of files I found but it returned another set of errors I could not solve...

Any other ideas on how to solve this or will we just have to wait?

I did get it from the old source
svn checkout http://webrtc2sip.googlecode.com/svn/trunk/ webrtc2sip-read-only
and copied what was needed missing, after that I could compile.

You also need the rest of the stuff. Follow the guide on
https://code.google.com/p/webrtc2sip/wiki/Building_Source_v2_0
To get it in the correct order.

Tried following the guide from top to bottom and I still get the same error.

Is there a way to get those missing files via git?