First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

ascidoctor not found

I have done the choclatery install of ascidoctor. The directory is in the environmental path. I try to build the librarires and get the following:

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

This is stopping me from getting a wireshark.sln file created.

Any ideas?

herbfalkmi's avatar
1
herbfalkmi
asked 2018-05-25 04:37:40 +0000
edit flag offensive 0 remove flag close merge delete

Comments

How did you obtain your sources and are they up to date? There was some recent changes in this area.

grahamb's avatar grahamb (2018-05-25 15:19:57 +0000) edit

Did exactly what was specified in the developers guide:

choco install -y asciidoctorj xsltproc docbook-bundle

The executables are found in the cholatery/bin directory and the path is in the environmental path.

herbfalkmi's avatar herbfalkmi (2018-05-26 20:50:11 +0000) edit

And from the prompt you're running CMake from, what does asciidoctorj --version show?

grahamb's avatar grahamb (2018-05-28 15:34:16 +0000) edit

Asciidoctor 1.5.6.1 [http://asciidoctor.org]

herbfalkmi's avatar herbfalkmi (2018-05-28 18:57:53 +0000) edit

And your source tree, from a git clone?

grahamb's avatar grahamb (2018-05-29 08:53:47 +0000) edit
add a comment see more comments

1 Answer

0

I had used a Git GUI, re-ran with "git clone https://code.wireshark.org/review/wir..." and got a wireshark.sln.

Thanks for your assistance.

herbfalkmi's avatar
1
herbfalkmi
answered 2018-05-29 11:20:00 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer