You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/WSRequestHandler.cpp:27:
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/WSRequestHandler.h:31:
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/rpc/RpcRequest.h:23:
/disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/rpc/../obs-websocket.h:30:7: error: type alias redefinition with different types ('OBSRef<obs_source_t *, ___source_dummy_addref, obs_source_release>' (aka 'OBSRef<obs_source *, ___source_dummy_addref, obs_source_release>') vs 'OBSRefAutoRelease<obs_source_t *, obs_source_release>' (aka 'OBSRefAutoRelease<obs_source *, obs_source_release>'))
using OBSSourceAutoRelease =
^
/usr/local/include/obs/obs.hpp:62:7: note: previous definition is here
using OBSSourceAutoRelease =
^
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/WSRequestHandler.cpp:27:
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/WSRequestHandler.h:31:
In file included from /disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/rpc/RpcRequest.h:23:
/disk-samsung/freebsd-ports/multimedia/obs-websocket/work/obs-websocket-4.9.1/src/rpc/../obs-websocket.h:32:7: error: type alias redefinition with different types ('OBSRef<obs_sceneitem_t *, ___sceneitem_dummy_addref, obs_sceneitem_release>' (aka 'OBSRef<obs_scene_item *, ___sceneitem_dummy_addref, obs_sceneitem_release>') vs 'OBSRefAutoRelease<obs_sceneitem_t *, obs_sceneitem_release>' (aka 'OBSRefAutoRelease<obs_scene_item *, obs_sceneitem_release>'))
using OBSSceneItemAutoRelease =
^
/usr/local/include/obs/obs.hpp:65:7: note: previous definition is here
using OBSSceneItemAutoRelease =
^
Steps to Reproduce
normal build with clang-13 on FreeBSD 13.1
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered:
Operating System Info
Other
Other OS
FreeBSD
OBS Studio Version
27.2.4
OBS Studio Version (Other)
No response
obs-websocket Version
4.9.1
OBS Studio Log URL
n/a
OBS Studio Crash Log URL
No response
Expected Behavior
successful build
Current Behavior
Steps to Reproduce
normal build with clang-13 on FreeBSD 13.1
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: