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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
I have successfully made a build for the project using cmake 3.10.2. Now when I try 'make', it throws an error.
Error log: [ 1%] [FLEX][HeaderLexer] Building scanner with flex 2.6.0 [ 2%] [BISON][Parser] Building parser with bison 2.3 parser.ypp:3.9-24: syntax error, unexpected string, expecting = libwds/rtsp/CMakeFiles/wdsrtsp.dir/build.make:61: recipe for target 'libwds/rtsp/gen/parser.cpp' failed make[2]: *** [libwds/rtsp/gen/parser.cpp] Error 1 CMakeFiles/Makefile2:103: recipe for target 'libwds/rtsp/CMakeFiles/wdsrtsp.dir/all' failed make[1]: *** [libwds/rtsp/CMakeFiles/wdsrtsp.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2
Any work around to solve this..?