Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Cmake Error: BISON #185

Open
Liemaeu opened this issue Dec 5, 2018 · 2 comments
Open

Cmake Error: BISON #185

Liemaeu opened this issue Dec 5, 2018 · 2 comments

Comments

@Liemaeu
Copy link

Liemaeu commented Dec 5, 2018

I downloaded wds, extracted the zip file, changed into the wds-master folder and installed all dependencies (wpa_supplicant, connman and gstreamer).
When I run cmake . I get this error:
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find BISON (missing: BISON_EXECUTABLE)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindBISON.cmake:252 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
libwds/rtsp/CMakeLists.txt:16 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/richard/Downloads/wds-master/CMakeFiles/CMakeOutput.log".

My CMakeOutput.log file:
https://jpst.it/1v9Qm

I use Kubuntu 18.04 64 Bit

@emiliogq
Copy link

emiliogq commented Apr 7, 2020

you should install bison package

apt-get install bison

Then cmake might complain about other dependencies.

@MestreLion
Copy link

flex is another undocumented dependency.

Such dependencies should be stated somewhere in documentation!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants