Mac OS Catalina 10.15 - building from source "help!"

Rafferty2000

New Member
Hi folks, I'm trying to get OBS to build on my Mac. I'm pretty sure I've followed the instructions, installed all the dependencies - but I get compile errors in the SWIG code. I'm getting "implicit declaration of function 'SWIG_GetModule' is invalid in C99" in swigpyrun.h, and I'm getting "implicit declaration of function 'SWIG_ConvertPtr' is invalid in C99" and "implicit declaration of function 'SWIG_NewPointerObj' is invalid in C99" in obs-scripting-python.c

I must be doing something wrong! Is anyone else building on Catalina? Did you see and overcome these problems?

Thanks for any help you can give :)
 

Rafferty2000

New Member
I found a work-around, which was to set
option(DISABLE_PYTHON "Disable Python scripting support" ON) rather than "OFF" in deps/obs-scripting/CMakeLists.txt
which is OK as long as Python scripting support isn't required.
 
Top