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
There are lots of duplicate symbol when linking statically to of (with OF_STATIC=ON) and dynamically to Gstreamer.
The duplicate symbols are in libpcre with is used both by Gstreamer and Poco.
One workaround is to unbundle Poco library and use system libraries instead of the one shipped with Poco.
To do so configure with : cmake -DPOCO_UNBUNDLED=ON ../of
The text was updated successfully, but these errors were encountered:
There are lots of duplicate symbol when linking statically to of (with
OF_STATIC=ON
) and dynamically to Gstreamer.The duplicate symbols are in
libpcre
with is used both by Gstreamer and Poco.One workaround is to
unbundle
Poco library and use system libraries instead of the one shipped with Poco.To do so configure with :
cmake -DPOCO_UNBUNDLED=ON ../of
The text was updated successfully, but these errors were encountered: