Open zunzu opened 8 years ago
Zunzu - Unfortunately, at this time none of the IPOP build documentations will succeed. Recent changes to the libjingle repo breaks the build (@ver=3.52). One of which was the move from http to https that you mentioned. We are in the process of moving to the current webrtc build but this requires code changes on our part. Please keep an eye out as we expect to roll out these changes over the course of the next few weeks.
Thank you for your answer. I managed to build it. I pretty much just followed the Windows 7 build tutorial. The changes that I made:
Set up an additional environmental variable:
set GYP_DEFINES=target_arch=ia32
Before running gclient sync
command edit .gclient
file, chang line 3 from:
"url" : "http://webrtc.googlecode.com/svn/branches/3.52",
to
"url" : "https://webrtc.googlecode.com/svn/branches/3.52",
Run gclient sync
, it will fail. Update trunk/DEPS
file. Line 13 from http to https:
"chromium_trunk" : "https://src.chromium.org/svn/trunk",
Run gclient sync
again, now it should work.
Pre-built.2
folder content.4013, 4267
.
Edit: Looks like ignoring code 4013 is not necessary.
I didn't run any comand with --force
.Modify 137 line of tincan.cc
. Remove InitializeSSL parameter.
talk_base::InitializeSSL();
Looks like callback is/was not supported on windows?
I hope it might help someone to start.
Regards, ubap (formerly posting as @zunzu)
I have also difficulties in building from source in Linux. I will try to adapt your knowledge in building Ipop for Linux - I hope to be close. Any help or hint will be welcomed. Thanks everybody!
Hello, The step by step tutorial does not work anymore. Its outdated I think I have built latest webrtc alone but I did not yet manage to build ipop
Does ipop work with latest webrtc?