Error when attempting to build OBS

62a

New Member
I'm trying to build OBS Studio in Visual Studio 2013 Update 5, and I'm getting this error:
Code:
error C1900: Il mismatch between 'P1' version '20130802' and 'P2' version '20100826'
in the project obs-filters, immediately followed by a "code generation failed" error.

Apparently error C1900 is caused by attempting link time code generation when the libraries involved were compiled with different compilers. But I just followed these instructions and compiled everything at once with CMake. Maybe the problem is related to some library outside of the source repository?
 
Last edited:

Lain

Forum Admin
Lain
Forum Moderator
Developer
Are you using the correct dependencies? I use vs2013 myself and don't have any issues.
 

62a

New Member
You mean the FFmpeg, x264, and cURL dependencies? Yep, I'm using the VS2013 ones downloaded from that instruction page.

The weirdest thing just happened though. Long story short, I turned off my laptop overnight, then today I tried to build again and now it works just fine. So that's strange.
 
Last edited:
Top