>>>>"PEJH" == P E Jareth Hein
<jareth(a)camelot.co.jp> writes:
>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
Andy> built fine. I assume that gif
support is back in since my build
Andy> report says it is?
PEJH> The patch to remove support was never applied to the tree. Since
PEJH> then Steve and I have decided to move the decoder only engine back
PEJH> inside XEmacs itself, and I have sent him the necessary files and
PEJH> patches to do so.
Eh, gif support wasn't compiled into my XEmacs-21.0... (see my
"[Success]"). BTW, if this is on purpose, it should be mentioned in NEWS.
Here is the region of my config.log which contains "gif":
config.log> configure:6632: checking for inflate in -lz
config.log> configure:6648: gcc -o conftest -O2 -I/usr/dt/include
-I/usr/local/include -L/usr/ccs/lib -L/usr/dt/lib -L/usr/local/lib -Xlinker
-R/usr/dt/lib:/usr/local/lib conftest.c -lz -lXpm -lDtSvc -ltt -lXmu -lXt -lXext
-lX11 -lSM -lICE -lkvm -lkstat -lm -lsocket -lnsl -lelf -lgen -ldl 1>&5
config.log> configure:6712: checking for gifreader
config.log> configure:6715: checking for gifrlib.h
config.log> configure:6723: gcc -E -I/usr/dt/include -I/usr/local/include
conftest.c >/dev/null 2>conftest.out
config.log> configure:6719: gifrlib.h: No such file or directory
config.log> configure: failed program was:
config.log> #line 6718 "configure"
config.log> #include "confdefs.h"
config.log> #include <gifrlib.h>
config.log> configure:6798: checking for jpeglib.h
In our /usr/local/include, there are some things with "gif", but I don't
know which files are necessary and which are not...
- Christoph