dacoder
Member
Hello again, I have been trying to compile the dev version of OBS from this guide:
https://github.com/jp9000/obs-studio/blob/master/INSTALL
So am I doing it wrong, or is the rewrite not reached a stage of being able to be compiled?
I am building it with VS2013, the whole project, and I have compiled and added both QT5 and FFmpeg to my windows environment variables.
But: on trying to build I get numerous errors:
So what have I done wrong, (I don't use Visual Studo, but I have done C++ and C) from this, it would seem, it is trying to include some things from FFmpeg, and OpenGL, but I have setup the paths correctly, so I am uncertain as to why this is happening.
https://github.com/jp9000/obs-studio/blob/master/INSTALL
So am I doing it wrong, or is the rewrite not reached a stage of being able to be compiled?
I am building it with VS2013, the whole project, and I have compiled and added both QT5 and FFmpeg to my windows environment variables.
But: on trying to build I get numerous errors:
Code:
Error 1 error MSB6006: "cmd.exe" exited with code 3. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 obs-studio
Error 2 error C1083: Cannot open include file: 'libavutil/opt.h': No such file or directory d:\users\dacoder\downloads\obs-studio-master\obs-studio-master\libobs\media-io\audio-resampler-ffmpeg.c 21 1 libobs
Error 3 error LNK1104: cannot open file 'libobs.lib' D:\Users\DaCoder\Downloads\obs-studio-master\obs-studio-master\vs\2013\wintest\LINK wintest
Error 4 error LNK1104: cannot open file 'libobs.lib' D:\Users\DaCoder\Downloads\obs-studio-master\obs-studio-master\vs\2013\libobs-d3d11\LINK libobs-d3d11
Error 5 error LNK1104: cannot open file 'libobs.lib' D:\Users\DaCoder\Downloads\obs-studio-master\obs-studio-master\vs\2013\libobs-opengl\LINK libobs-opengl
Error 6 error C1083: Cannot open include file: 'libavformat/avformat.h': No such file or directory d:\users\dacoder\downloads\obs-studio-master\obs-studio-master\plugins\obs-ffmpeg\obs-ffmpeg-output.h 24 1 obs-ffmpeg
Error 7 error LNK1104: cannot open file 'libobs.lib' D:\Users\DaCoder\Downloads\obs-studio-master\obs-studio-master\vs\2013\test-input\LINK test-input
So what have I done wrong, (I don't use Visual Studo, but I have done C++ and C) from this, it would seem, it is trying to include some things from FFmpeg, and OpenGL, but I have setup the paths correctly, so I am uncertain as to why this is happening.