Skip to content

Building on macOS Sonoma #171

@jsloop42

Description

@jsloop42

I am unable to build on macOS Sonoma following the guides #134 and #153. I am getting the following error.

% make pdf                             
mkdir -p dist/
asciidoctor -b docbook45 -a numbered -d book -a data-uri!  src/index.adoc -o dist/clojurescript-unraveled.xml
asciidoctor: FAILED: missing converter for backend 'docbook45'. Processing aborted.
  Use --trace to show backtrace
make: *** [docbook] Error 1

I was able to generate PDF using asciidoctor-pdf.

% sudo gem install asciidoctor-pdf
# had to use this version to get the installation to succeed
# sudo gem install css_parser -v 1.12.0

Then run asciidoctor-pdf src/index.adoc. This will create index.pdf file.

ClojureScript Unraveled (3rd edition).pdf

You could have generated the PDF and other version in the repo so that each person doesn't have to build the file.

Thank you for the book!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions