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
When I try to Build on Mac OS, I get the following error:
In file included from XXXXXXXXXXXXXXXXXX/potential-engine-master/src/main.cpp:2:
In file included from /usr/local/Cellar/gst-rtsp-server/1.14.4/include/gstreamer-1.0/gst/rtsp-server/rtsp-server.h:41:
In file included from /usr/local/Cellar/gst-rtsp-server/1.14.4/include/gstreamer-1.0/gst/rtsp-server/rtsp-session-pool.h:33:
/usr/local/Cellar/gst-rtsp-server/1.14.4/include/gstreamer-1.0/gst/rtsp-server/rtsp-session.h:22:10: fatal error:
'gst/rtsp/gstrtsptransport.h' file not found
#include <gst/rtsp/gstrtsptransport.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All the dependencies are installed using Homebrew. The file gstrtsptransport.h does exist, but the build system doesn't seem to be putting gst-plugins-base in the include path.
The text was updated successfully, but these errors were encountered:
When I try to Build on Mac OS, I get the following error:
All the dependencies are installed using Homebrew. The file gstrtsptransport.h does exist, but the build system doesn't seem to be putting gst-plugins-base in the include path.
The text was updated successfully, but these errors were encountered: