Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on macOS Sonoma #171

Open
jsloop42 opened this issue Mar 3, 2024 · 0 comments
Open

Building on macOS Sonoma #171

jsloop42 opened this issue Mar 3, 2024 · 0 comments

Comments

@jsloop42
Copy link

jsloop42 commented Mar 3, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant