So, I have my server running hardy on amd64 and my laptop running leopard (10.5.3, latest updates). On both machines I run the same version of Prince (6.0 rev 6) against an identical set of input files (synchronized via bzr).
On Linux, I get a load of errors like these:
Rightfully so, because there are a lot of duplicate IDs in the html source.
On the Mac, I don't see these errors. But I get a warning including a font (GFS Elpis) and it is replaced by the default Times New Roman.
CSS definitions, font files and relative paths are identical (cross checked with md5sum), as well as the prince calls (marshalled by a Makefile).
This also happens when running prince from a freshly rsynced copy in another location of my leopard machine.
What would be the most useful set of log files/ input files you'd need to see into this matter?
On Linux, I get a load of errors like these:
prince: tsoy.html:3437: error: ID personen already defined
Rightfully so, because there are a lot of duplicate IDs in the html source.
On the Mac, I don't see these errors. But I get a warning including a font (GFS Elpis) and it is replaced by the default Times New Roman.
prince -i html --media=print -o tsoy.pdf.tmp tsoy.html && mv tsoy.pdf.tmp tsoy.pdf
prince: warning: bad argument
CSS definitions, font files and relative paths are identical (cross checked with md5sum), as well as the prince calls (marshalled by a Makefile).
This also happens when running prince from a freshly rsynced copy in another location of my leopard machine.
What would be the most useful set of log files/ input files you'd need to see into this matter?