Trying To Build OBS Redux

mmlac

New Member
ha...ha... this is embarrassing.

make install after make created the folders and solved everything. You would think a single article in the interwebs would mention that... *sigh*

Thanks for the package, I think I got all the libs compiled now. I used the package provided anyhow and it build just fine.

What file do I execute now? I tried build/obs/Debug/obs64.exe but it just barks at me saying obs.dll is missing from my computer.

Same with all the other .exe in the build folder. Am I executing the wrong one?

I build selecting ALL_BUILD in the solution and then just BUILD -> Build Solution

========== Build: 20 succeeded, 0 failed, 0 up-to-date, 2 skipped ==========
 

mmlac

New Member
Can anyone help me here? :/

I checked out the latest code (83fe23), ran CMAKE with copy dependencies.

I try to run it from within Visual Studio (select solution, right click, Debug -> Start new Instance) and it will also always fail with missing DLLs:

ALL_BUILD: avcodec-55.dll is missing from your computer
obs -> obs.dll is missing
win-test -> obs.dll missing
INSTALL fails https://gist.github.com/mmlac/162bbf0cbb6aaefbc2db



What am I doing wrong? :(
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
mmlac - I'm guessing it can't find the FFmpeg dlls? I'd probably have to build it on your computer myself to know for sure but I'm betting the FFmpeg directories are set up in a way it doesn't currently account for.
 

mmlac

New Member
Ok, adding it to the global Path and running it inside VS worked. Still don't know why it didn't find the dll, it found everything else needed :/

Thanks so much :)
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
No problem. Feel free to come by the dev chat any time if you have questions about building as well.
 
Top