Wireshark-dev: Re: [Wireshark-dev] Compile error on debian

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 19 Jul 2024 08:25:59 +0200
On 7/18/24 2:13 AM, Ben Greear wrote:
Hello,

I re-ran the setup script, but cmake is still failing on a missing pkg.
Any idea what needs to be done to fix this?

-- Check size of LUA_INTEGER - done
-- Checking for one of the modules 'libilbc'
-- Could NOT find ILBC (missing: ILBC_LIBRARY ILBC_INCLUDE_DIR)
CMake Error at cmake/modules/FindAsciidoctor.cmake:34 (list):
   list GET given empty list
Call Stack (most recent call first):
   CMakeLists.txt:1493 (find_package)


CMake Error at cmake/modules/FindAsciidoctor.cmake:34 (list):
   list GET given empty list
Call Stack (most recent call first):
   doc/CMakeLists.txt:10 (find_package)


-- No SSE4.2 compiler flag enabled

Thanks,
Ben


Hi,

What Asciidoctor is installed on this platform?
It seems like version retrieval calling ${ASCIIDOCTOR_EXECUTABLE} --version isn't yielding output, thereby causing the empty list.

Thanks,
Jaap