DoubangoTelecom / webrtc2sip

Smart SIP and Media Gateway to connect WebRTC endpoints to any SIP-legacy network
https://doubango.org
342 stars 166 forks source link

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

Open legobit opened 8 years ago

legobit commented 8 years ago

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

Make it impossible to compile.

jefonseca commented 8 years ago

Confirmed. Trying to compile on debian 8

Ganasci commented 8 years ago

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?

legobit commented 8 years ago

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.

Ganasci commented 8 years ago

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?