Vicken Simonian

Results 37 comments of Vicken Simonian

OK that looks good. Can we continue `./build.sh -d` again?

Hi empirefox, I'm seeing the same thing with similar results in gdb in Release. No theories at the moment.

One data point, when I built my usual target, which is several thousand commits behind, b8425b (revision 7625) and ran your snippet in Release, I didn't get a segfault. ./main...

At first glance, it might be that the wiki guide instructions may have gotten out of date, I'm seeing a message about `Variable 'WEBRTC_LOCAL' not defined in '.../libwebrtc_full.pc'` instead of:...

Hi, thanks. I think it would be helpful to know the compiler defines/flags you used to build the mine/peerconnection_client program. I know I have a TBD for the windows one...

@alexanderb14 thanks for the update, you're right. While migrating to gn-based builds, a blacklisting mechanism was put in place, this commit https://github.com/vsimon/webrtcbuilds/commit/5aff291d037879f10858bcbe545adc4af031fc9d may then help your problem. For the previous...

Hi thanks very much! That is very cool. I'll have to take a closer look to see if it's feasible to set up such a thing in the GN build...

Hi, I'm also get the same error now on Ubuntu 16.04, x64 builds. I'll have to dig in further but removing rtc_include_tests=false (so that tests would be included) gets past...

Thanks. At a glance it looks like the webrtc api has reorganized and shifted things around a bit, as there is now a "api/create_peerconnection_factory.h" file that has webrtc::CreatePeerConnectionFactory.

Hi, sure, could you maybe try to remove the depot_tools directory entirely to allow the script to do a fresh clone of depot_tools on the next try. i.e. `rm -rf...