Re: 2.99.4.20041128: cant compile in IA64 Linux
Thomas Esser <[email protected]> Thu, 2 Dec 2004 13:40:12 +0100
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
> In file included from dvipng.c:42: > dvipng.h:51: conflicting types for `int64_t' > /usr/include/stdint.h:41: previous declaration of `int64_t' > dvipng.h:52: conflicting types for `uint64_t' > /usr/include/stdint.h:56: previous declaration of `uint64_t' > make[2]: *** [dvipng.o] Error 1 Thanks. This is a bug that I have introduced by my adoptions to dvipng (the main reason is that I want to be able to configure all in one go without building and installing kpathsea in an earlier pass). So, I use the autoconf "infrastructure" in texk, which is autoconf-2.13 and different from what Jan (dvipng author) is using. We (Jan an I) are already working on a better implementation. Thomas