Re: test for t1lib version fails
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 15, 2004 at 03:16:53PM +0400, Michail Vidiassov wrote: > the check for version of system t1lib fails with beta 2.96.3, > since libs/t1lib/t1lib.ac sets > > CPP="$CPP $EXTRA_LIBT1_INCLUDE" > > while AC_TRY_RUN autoconf macro uses $CPPFLAGS. Can you please check if adding OLDCPPFLAGS=$CPPFLAGS ... CPPFLAGS="$CPPFLAGS $EXTRA_LIBT1_INCLUDE" ... CPPFLAGS=$OLDCPPFLAGS (always near the corresponding CPP manipulation) in configure, libs/configure, texk/xdvik/configure and texk/dvipng/configure is sufficient to fix this? > Also ncurses library is now at 5.4, while tetex beta has 5.3. I'll have a look, thanks. > xpdf in tetex-src-beta-2.96.3 is 2.02, one major version number > behind the development (www.foolabs.com has version 3.00). Sure, but pdftex currently does not support the new version. The developers are aware of this, however. Thanks, Thomas