On Tue, 05 Nov 2002 09:43:42 +0100
Hans Hagen
You can search for page: in spec-fdf.tex, there should be something:
\def\fakePDFpagedestination {\iflocation \ifovercomePDFpage \ifarrangingpages \else \bgroup \advance\realpageno \minusone \expanded{\doPDFdestination name {page:\realfolio}}% \egroup \fi \fi \fi}
\appendtoksonce \fakePDFpagedestination \to \everyshipout
This was added because there was some not upward compatibility handling of page refs in acrobat 5 (simple pag enumber destinations worked ok <5, now it should be object numbers, for which we need some low level support in pdftex).
i believe that the handling of those problems is necessary, but currently your code creates to destinations with the same label. Therefore pdftex gives this warning message. Thus, the reason for this warning/error is IMO a bug and should be fixed. Best, Jens