Status: New Owner: ---- New issue 268 by [email protected]: Build issue with texinfo 5.0 http://code.google.com/p/solfege/issues/detail?id=268
What steps will reproduce the problem? 1. try to build solfege with texinfo 5.0 What is the expected output? What do you see instead? LC_ALL=C makeinfo -I topdocs --no-split --no-headers --output FAQ topdocs/FAQ.texi topdocs/FAQ.texi:9: raising the section level of @section which is too low make[1]: Leaving directory `/builddir/build/BUILD/solfege-3.20.8' make[1]: *** [FAQ] Error 1 make: *** [genfiles] Error 2 What version of the product are you using? On what operating system? 3.20.7 / 3.20.8 Please provide any additional information below. http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/NEWS?root=texinfo : . The previous makeinfo accepted ``irregular'' sectioning trees. Now when @node pointers are implicitly determined, the consistency of @menu and the sectioning tree is checked. (If node pointers are explicitly specified in the document, the tree can still be irregular.) texinfo 5.1 has lowered the severity for these issues from error to warning, but IMHO it would still be better to fix this in solfege, too. The root cause seems to be that topdocs/FAQ.text does not have a @chapter but starts immediately with @section. Adding @raisesections after @top helps. Changing all sections to chapters might also help (not explicitly tested). I'm not sure what's the best practice here... -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Solfege-devel mailing list To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe", or visit https://lists.sourceforge.net/lists/listinfo/solfege-devel
