johnboiles / obs-mac-virtualcam

ARCHIVED! This plugin is officially a part of OBS as of version 26.1. See note below for info on upgrading. 🎉🎉🎉Creates a virtual webcam device from the output of OBS. Especially useful for streaming smooth, composited video into Zoom, Hangouts, Jitsi etc. Like CatxFish/obs-virtualcam but for macOS.
GNU General Public License v2.0
4.07k stars 161 forks source link

make: *** [all] Error 2 #64

Closed jasandi closed 4 years ago

jasandi commented 4 years ago

Hello, when I am running the command...

cmake -DLIBOBS_INCLUDE_DIR:STRING=$OBS_DIR/libobs -DLIBOBS_LIB:STRING=$OBS_DIR/build/libobs/libobs.dylib -DOBS_FRONTEND_LIB:STRING=$OBS_DIR/build/UI/obs-frontend-api/libobs-frontend-api.dylib -DQTDIR:STRING=/usr/local/opt/qt ..

...I receive the error message:

/Users/Jan/obs-studio/UI/window-basic-status-bar.cpp:16:4: warning: field
      'recordIcon' will be initialized after field 'recordTime' [-Wreorder]
          recordIcon(new QLabel),
          ^
1 warning generated.
[ 93%] Linking CXX executable obs
[ 93%] Built target obs
make: *** [all] Error 2

Do you know what is causing this error and how it can be solved?

gxalpha commented 4 years ago

It says [ 93%] Built target obs. Your build was successfull.

johnboiles commented 4 years ago

The OBS Discord is the best place to go to get help building OBS. Support for building OBS from source is out of the scope of this repo.