Hi,
Is it really true that nobody isn't able to give me a clue why makeinfo fails with this error:
doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex.
Hi,
Is it really true that nobody isn't able to give me a clue why makeinfo fails with this error:
doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex.
Hi,
Is it really true that nobody isn't able to give me a clue why makeinfo
fails with this error:
Hi Henrik,
I'm sorry, but I really have no idea. It might be the version of makeinfo
you are using, I'm using 4.5 and it seems to work. I've never done
anything with this part of llvmgcc so I don't have any idea...
-Chris
doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex.
-------------------------
make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc'
for d in libgcc; do \
if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make[2]: Leaving directory `/C/Projects/src/llvm-gcc/gcc'
makeinfo --split-size=5000000 -I ./doc -I ./doc/include \
-o doc/cpp.info doc/cpp.texi
doc/cpp.texi:50: Unknown index `vr' and/or `op
' in @synindex.
./doc/cpp.texi:3204: Cross reference to nonexistent node `Standard
Predefined Macros'.
./doc/cpp.texi:1406: Cross reference to nonexistent node `Argument
Prescan'.
./doc/cpp.texi:1064: Cross reference to nonexistent node `Once-Only
Headers'.
./doc/cpp.texi:578: Cross reference to nonexistent node `Differences
from previous versions'.
./doc/cpp.texi:573: Cross reference to nonexistent node `Include
Operation'.
./doc/cpp.texi:231: Cross reference to nonexistent node `Traditional
Mode'.
makeinfo: Removing output file `doc/cpp.info' due to errors; use --force to
preserve.
make[1]: *** [doc/cpp.info] Error 2
make[1]: Leaving directory `/C/Projects/src/llvm-gcc/gcc'
make: *** [all-gcc] Error 2
-------------------------Henrik.
_________________________________________________________________
Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/_______________________________________________
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-Chris