intel / wds

Wireless Display Software For Linux OS (WDS)
https://01.org/wds
GNU Lesser General Public License v2.1
511 stars 104 forks source link

Cmake Error: BISON #185

Open Liemaeu opened 5 years ago

Liemaeu commented 5 years ago

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 commented 4 years ago

you should install bison package

apt-get install bison

Then cmake might complain about other dependencies.

MestreLion commented 4 years ago

flex is another undocumented dependency.

Such dependencies should be stated somewhere in documentation!