Dear List, May be it's an OT but I couldn't find anything matching in the archives or at google. I downloaded gpc-20010924.tar.gz gcc-core-2.95.2.tar.gz unpacked them, followed the instructions in INSTALL (...) configure --enable-languages=pascal (...) executed a gmake and get:
cd /home/AIDA301/eicksch/gpc/gcc-2.95.2/gcc/p/doc/en/info && makeinfo -I .. -I ../.. -I ../../generated -o gpc.info gpc.texi Making info file `gpc.info' from `gpc.texi'. ../install.texi:143: Unknown command `smallformat'. ../install.texi:145: Unmatched `@end'. ../install.texi:155: Unknown command `smallformat'. ../install.texi:158: Unmatched `@end'. ../reference.texi:8587: itemize requires an argument: the formatter for @item. ../reference.texi:8599: itemize requires an argument: the formatter for @item. makeinfo: Removing output file `gpc.info' due to errors; use --force to preserve. gmake[1]: *** [/home/AIDA301/eicksch/gpc/gcc-2.95.2/gcc/p/doc/en/info/gpc.info] Error 2 gmake[1]: Leaving directory `/home/AIDA301/eicksch/gpc/build/gcc' gmake: *** [all-gcc] Error 2
uname -a SunOS aida3 5.8 Generic sun4u sparc SUNW,Ultra-5_10 Any suggestion / help??? Best regards, Stephan -- ---------------------------------------------------------------------- Stephan Eickschen Tel. : +49 (0)8153 28-1351 GeoForschungsZentrum Potsdam (GFZ) Fax. : +49 (0)8153 28-1207 Division 1, Section 1.2 c/o email: eicksch@gfz-potsdam.de DLR Oberpfaffenhofen www : http://op.gfz-potsdam.de Box 1116 82234 Wessling Germany ----------------------------------------------------------------------
Stephan Eickschen wrote:
May be it's an OT but I couldn't find anything matching in the archives or at google. I downloaded gpc-20010924.tar.gz gcc-core-2.95.2.tar.gz unpacked them, followed the instructions in INSTALL (...) configure --enable-languages=pascal (...) executed a gmake and get:
cd /home/AIDA301/eicksch/gpc/gcc-2.95.2/gcc/p/doc/en/info && makeinfo -I .. -I ../.. -I ../../generated -o gpc.info gpc.texi Making info file `gpc.info' from `gpc.texi'. ../install.texi:143: Unknown command `smallformat'. ../install.texi:145: Unmatched `@end'. ../install.texi:155: Unknown command `smallformat'. ../install.texi:158: Unmatched `@end'. ../reference.texi:8587: itemize requires an argument: the formatter for @item. ../reference.texi:8599: itemize requires an argument: the formatter for @item. makeinfo: Removing output file `gpc.info' due to errors; use --force to preserve. gmake[1]: *** [/home/AIDA301/eicksch/gpc/gcc-2.95.2/gcc/p/doc/en/info/gpc.info] Error 2 gmake[1]: Leaving directory `/home/AIDA301/eicksch/gpc/build/gcc' gmake: *** [all-gcc] Error 2
uname -a SunOS aida3 5.8 Generic sun4u sparc SUNW,Ultra-5_10
Any suggestion / help???
I'll fix this in the next version. For now, you can upgrade makeinfo (since newer versions accept this), or just skip building the documentation yourself. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
participants (2)
-
Frank Heckenbach -
Stephan Eickschen