CoSMoSoftware / OBS-studio-webrtc

This is a fork of OBS-studio with generic support for webrtc. It leverages the same webrtc implementation most browsers use.
http://www.cosmosoftware.io
GNU General Public License v2.0
593 stars 130 forks source link

where is "webrtcVersion.h"? #16

Closed laowangnj closed 6 years ago

laowangnj commented 6 years ago

[ 56%] Building CXX object UI/CMakeFiles/obs.dir/window-basic-status-bar.cpp.obj

window-basic-status-bar.cpp C:\cosmo\OBS-studio-webrtc\UI\window-basic-status-bar.cpp(9): fatal error C1083: Cannot open include file: 'webrtcVersion.h': No such file or directory NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0 \VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0 \VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop.

agouaillard-cosmo commented 6 years ago

What version of libwebrtc do you use, and where did you get it?

laowangnj commented 6 years ago

libwebrtc-62.252-x64-Release-rtti-msvc2015.exe from “https://s3-ap-southeast-1.amazonaws.com/webrtc-installer/version62/libwebrtc-62.252-x64-Release-rtti-msvc2015.exe

agouaillard-cosmo commented 6 years ago

We are addressing the issue, and you should have a new version of the code that does not require this file before the end of the week.

laowangnj commented 6 years ago

Thanks

agouaillard-cosmo commented 6 years ago

pending #19

cosmo-rn commented 6 years ago

Modifications have been made so that "webrtcVersion.h" is found during compilation.

agouaillard-cosmo commented 6 years ago

@laowangnj can you confirm the new version works for you?

laowangnj commented 6 years ago

Build successfully. But "Packaging", How to "cd build cpack"

cosmo-rn commented 6 years ago

just type "cpack" in the build folder.

laowangnj commented 6 years ago

after installed nsis,
cpack out package, But the package lost some dlls, such Qt, DX, opengl

cosmo-rn commented 6 years ago

The issue has been fixed. Please pull the latest commit.