On ubuntu 18.04 , After running
make HOST=x86_64-apple-darwin11
I get :-
Configuring native_cdrkit... Configuring Cdrkit, version 1.1.11 CMake Error at wodim/CMakeLists.txt:18 (MESSAGE): Error: found a Linux system but no libcap header. Install libcap-dev.
CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.10)
should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Any idea what may be going wrong?