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

Problems with creating index file #20

Closed
jest opened this issue Sep 24, 2010 · 2 comments
Closed

Problems with creating index file #20

jest opened this issue Sep 24, 2010 · 2 comments

Comments

@jest
Copy link
Contributor

jest commented Sep 24, 2010

When running make, the following error occurs:
= UsingPerl6.a4.idx --> UsingPerl6.a4.ind =
!! Input index error (file = UsingPerl6.a4.idx, line = 88):
-- Illegal null field.
!! Input index error (file = UsingPerl6.a4.idx, line = 92):
-- Illegal null field.
!! Input index error (file = UsingPerl6.a4.idx, line = 96):
-- Illegal null field.
make[1]: *** [UsingPerl6.a4.ind] Error 1
make[1]: Leaving directory `/home/jest/miszmasz/using-perl6/build'
make: *** [pdf] Error 2

This problem can be handled with entering build/ dir and running

makeindex UsingPerl6.a4.idx
make -I ../lib -f ../lib/Makefile

but this should happen just by running make for the first time.

@jest
Copy link
Contributor Author

jest commented Sep 24, 2010

To clarify, the above mentioned lines 88, 92, 96 look like:

\indexentry {!|hyperpage}{22}
\indexentry {!=|hyperpage}{23}
\indexentry {!eq|hyperpage}{23}

and ! in makeindex is a hierarchy level separator, so it looks like starting the index entry with ! has something to do with the problem.

@moritz
Copy link
Contributor

moritz commented Sep 25, 2010

fixed in e76fe15, thank you very much!

This issue was closed.
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

2 participants