obsproject / obs-plugintemplate

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

macos plugin build failing to find util/dstr.h #102

Closed EZ64cool closed 8 months ago

EZ64cool commented 9 months ago

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

29.1.3

OBS Studio Version (Other)

No response

OBS Studio Log URL

N/A

OBS Studio Crash Log URL

No response

Expected Behavior

macos builds should be able to include util/dstr.h without issue

Current Behavior

macos fails build, stating it can't find util/dstr.h

Steps to Reproduce

  1. Create from template
  2. Add #include <util/dstr.h> to plugin-main.c
  3. Push changes

Anything else we should know?

Links to builds failing on my current plugin https://github.com/EZ64cool/obs-hadowplay/actions/runs/6884310748/job/18726554756

This came up whilst I've been trying to merge the latest template.

EZ64cool commented 9 months ago

I recreated a repositry with only these change as proof https://github.com/EZ64cool/obs-template-test

EZ64cool commented 9 months ago

Found https://github.com/obsproject/obs-plugintemplate/issues/88 and will give it a go

RytoEX commented 8 months ago

@EZ64cool was this resolved for you?

EZ64cool commented 8 months ago

Yes thank you, updating to obs-studio 30 fixed the issue.