obsproject / obs-plugintemplate

GNU General Public License v2.0
297 stars 136 forks source link

Failed to build #20

Closed ghost closed 2 years ago

ghost commented 2 years ago

Operating System Info

macOS 12.0

Other OS

No response

OBS Studio Version

27.1.3

OBS Studio Version (Other)

No response

OBS Studio Log URL

https://obsproject.com/logs/eCGaQxWUEPnt64Qk

OBS Studio Crash Log URL

No response

Expected Behavior

Success Build

Current Behavior

Failed build

Steps to Reproduce

  1. git clone https://github.com/obsproject/obs-plugintemplate.git
  2. cd obs-plugintemplate
  3. ./CI/build-macos.sh

Anything else we should know?

I use bash.

Here is log:

Using cmake Using ninja Homebrew Bundle complete! 2 Brewfile dependencies now installed. [obs-plugin] Set up precompiled macOS OBS dependencies v2021-08-17

-- Scripting plugin disabled CMake Deprecation Warning at deps/libcaption/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- Using system Jansson library -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE
-- Found FFmpeg: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libavformat.dylib (found version "58.29.100") found components: avformat avutil swscale swresample avcodec -- Using libavcodec for image loading in libobs -- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib/../lib/libz.tbd
-- Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) -- VLC video plugin disabled -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") -- Checking for module 'jack' -- Found jack, version 1.9.19 -- Found jack: /usr/local/lib/libjack.dylib -- Using the bundled VST header. -- Found Libx264: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libx264.dylib
-- Libfdk not found - obs-libfdk plugin disabled -- Found FFmpeg: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libavcodec.dylib (found version "58.54.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample -- Found FFmpeg: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libavcodec.dylib (found version "58.54.100") found components: avcodec avutil avformat -- Found MbedTLS: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libmbedtls.dylib;/Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libmbedcrypto.dylib;/Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libmbedx509.dylib
-- Found ftl-sdk: ftl outputs enabled -- Found Libspeexdsp: /Users/rxandrey/Tests/obs-build-dependencies/obs-deps/lib/../lib/libspeexdsp.dylib
-- Found AppKit: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/AppKit.framework
-- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project:

ENABLE_PLUGINS
OBS_CODESIGN_LINKER

-- Build files have been written to: /Users/rxandrey/Tests/obs-studio/plugin_build

-- Configuring incomplete, errors occurred! See also "/Users/rxandrey/Tests/obs-plugintemplate/build/CMakeFiles/CMakeOutput.log". See also "/Users/rxandrey/Tests/obs-plugintemplate/build/CMakeFiles/CMakeError.log".

PatTheMav commented 2 years ago

Please try again with the updated template.