Working on a large (source file 52Mb in UTF-8) mobi book that requires a large toc.ncx (about 1Mb, 6,703 links/waypoints). When compiling I get this with MPC and kindlegen:
Code:
Info(prcgen): Building table of content URL: C:\kindlegen\toc.ncx
Warning(index build): string too long (max=255). Truncated.
Warning(index build): string too long (max=255). Truncated.
I do not have any individual strings within toc.ncx that long; however, the entire toc.ncx is large. Is there some size limit on toc.ncx? I have not seen it anywhere.
I had pretty large toc.ncx before that worked but not as large as this one. They definitely were larger than 255 bytes.