conglomerate-0.7.1 on RH8 broke
Kyle Davenport <[email protected]>
| Newsgroups | gmane.editors.conglomerate.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave et al.
The build fails on Redhat 8.0 because gtk2 = 2.0.6 and does not
contain a function "gdk_draw_pixbuf", which didn't show up until 2.1.
When I substituted the "deprecated" older function:
gdk_pixbuf_render_to_drawable (pixbuf,
window,
NULL,
0,
0,
rect->x,
rect->y,
gdk_pixbuf_get_width(pixbuf),
gdk_pixbuf_get_height(pixbuf),
GDK_RGB_DITHER_NONE,
0,
0);
it built and ran fine. It is way too difficult to upgrade all the
rpm's that would be required to understand "gdk_draw_pixbuf" , so it
seems a simple configure test could anticipate this...
I tried a couple xml files. Not at all sure where the dtd comes in. I
have to "force" the load every time. One xml file contained the usual
<!DOCTYPE detection-run SYSTEM
"http://kismetwireless.net/kismet-1.6.2.dtd">, but generated tons of
validation errors afterwards. When I substituted the latest dtd on that
site, it also generated some validation errors. Is this typical, or am
I doing something wrong?
Thanks,
Kyle