obsproject / obs-plugintemplate

GNU General Public License v2.0
285 stars 133 forks source link

Build failed in MacOS/Linux CI #80

Closed miaulightouch closed 1 year ago

miaulightouch commented 1 year ago

Operating System Info

Windows 10

Other OS

MacOS, Ubuntu

OBS Studio Version

Other

OBS Studio Version (Other)

29.1.2

OBS Studio Log URL

not available

OBS Studio Crash Log URL

No response

Expected Behavior

It works before #76 merged.

Current Behavior

  1. cannot find <util/config-file.h> in macos
  2. connot find obs_view_add, obs_view_remove in linux

Steps to Reproduce

here's sample repo: https://github.com/miaulightouch/obs-test-plugin/compare/df14ecd693b4e51ff76185c65a601cad610cc08e...HEAD

Anything else we should know?

No response

RytoEX commented 1 year ago

This looks like a duplicate of #79. The second issue is probably due to the outdated libobs package from Ubuntu.

miaulightouch commented 1 year ago

merged latest changes, linux build fixed.