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

Compilation Issue with igor.1 missing #10

Closed
NickEngland opened this issue Jun 11, 2018 · 2 comments
Closed

Compilation Issue with igor.1 missing #10

NickEngland opened this issue Jun 11, 2018 · 2 comments
Labels
bug fixed on dev branch The considered bug/or feature is already fixed or present on dev branch

Comments

@NickEngland
Copy link
Contributor

When running make:

make[2]: *** No rule to make target igor.1', needed by all-am'. Stop.

When the autogen.sh runs, I get the following:

pandoc -s -f markdown -t man README.md -o igor.1
pandoc: README.md: openFile: does not exist (No such file or directory)

Doing:
asciidoc -b docbook README.adoc
pandoc -f docbook -t markdown_strict README.xml -o README.md
(from https://tinyapps.org/blog/nix/201701240700_convert_asciidoc_to_markdown.html)

Seems to resolve the issue.

Perhaps these steps should be added to the autogen.sh? Or am I missing some dependency?

@qmarcou
Copy link
Owner

qmarcou commented Jun 11, 2018

Hi!
Thank you for pointing this out, I actually thought I had fixed this before releasing v 1.2.0 but I remember that I actually made a hardfix and forgot to add this in my to do list...

Thanks for submiting a pull request I'll answer you in more depth there!

@qmarcou qmarcou added the bug label Jun 11, 2018
@qmarcou
Copy link
Owner

qmarcou commented Jun 15, 2018

Hi!
Again thank you for pointing this out, the issue is now fixed on the dev branch and will be up in the new version.

@qmarcou qmarcou closed this as completed Jun 15, 2018
@qmarcou qmarcou added the fixed on dev branch The considered bug/or feature is already fixed or present on dev branch label Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed on dev branch The considered bug/or feature is already fixed or present on dev branch
Projects
None yet
Development

No branches or pull requests

2 participants