|
From: Birger B. <bbr...@cs...> - 2005-07-17 06:29:19
|
Hello List, I just downloaded the latest CVS and noticed that it does not compile with the epslatex terminal. I found the problem to be that term/pslatex.trm is only included by src/term.h when PSLATEX_DRIVER is defined. In src/term.h it says it is defined in term/post.h but it is not! Instead it is defined in term/pslatex.trm (in fact it was just moved there recently) and thus it never gets included unless one defines PSLATEX_DRIVER himself. I suppose this is not meant to be this way... Birger |