Question / Help Building OBS from source in Mac 10.13 syphon-framework can't deal with space

Krispy101

New Member
Hi all,

Building OBS from source on my machine is throwing up an error which I think I've been able to resolve -- but worth looking at?

My directory where obs-studio was cloned to was called "Krispy101 videos"

For some reason, when building syphon-framework the build is looking for the directory "videos" - as opposed to "krispy101 videos"

All other parts of the build go OK -- I presume it's a faulty escaped quote somewhere.

My fix was to remove the space in the directory name whilst building it!

Hope this helps someone?

Thanks

[ 34%] Building C object plugins/mac-syphon/CMakeFiles/syphon-framework.dir/syphon-framework/SyphonCFMessageReceiver.m.o
clang: error: no such file or directory: 'videos/obs-studio/plugins/mac-syphon/syphon-framework/Syphon_Prefix.pch'
make[2]: *** [plugins/mac-syphon/CMakeFiles/syphon-framework.dir/syphon-framework/SyphonCFMessageReceiver.m.o] Error 1
make[1]: *** [plugins/mac-syphon/CMakeFiles/syphon-framework.dir/all] Error 2
make: *** [all] Error 2
 
Top