Re: 1.3.10 release candidates
- From: "Matthias Clasen" <matthiasc poet de>
- To: <gtk-devel-list gnome org>, "Owen Taylor" <otaylor redhat com>
- Subject: Re: 1.3.10 release candidates
- Date: Fri, 26 Oct 2001 12:29:30 +0200
One thing I noticed just now is that the jpeg loader didn't get build
because configure
decided that I don't have jpeglib.h (but I do). Here is the relevant excerpt
from
config.log:
configure:9331: checking for jpeg_destroy_decompress in -ljpeg
configure:9374: checking for jpeglib.h
configure:9384: cc -E conftest.c >/dev/null 2>conftest.out
In file included from /usr/include/jpeglib.h:24,
from configure:9380:
/usr/include/jconfig.h:12: warning: `HAVE_STDLIB_H' redefined
confdefs.h:50: warning: this is the location of the previous definition
configure: failed program was:
#line 9376 "configure"
#include "confdefs.h"
#include <stdio.h>
#undef PACKAGE
#undef VERSION
#include <jpeglib.h>
The problem is that jconfig.h has
#define HAVE_STDLIB_H
while confdefs.h has
#define HAVE_STDLIB_H 1
Adding
#undef HAVE_STDLIB_H
to the test program after #undef VERSION makes configure successfully detect
libjpeg again.
Matthias
----- Original Message -----
From: "Owen Taylor" <otaylor redhat com>
To: <gtk-devel-list gnome org>
Sent: Thursday, October 25, 2001 11:19 PM
Subject: 1.3.10 release candidates
>
> I've just put up candidate tarballs for the 1.3.10 release in:
>
> ftp://ftp.gtk.org/pub/gtk/v1.3/testing/
>
> I'd appreciate it if people would try compiling these and send
> reports of the success, or failure, with details of:
>
> - Operating system
> - Version
> - Compiler
>
> I'd be especially interested to know if these are even close
> to working on the various Windows platforms, and if not,
> how we can improve that for future versions.
>
> I'm going to start collecting some statistics now on what
> platforms people are compiling GTK+ on now so that we can
> have an "official list" for 2.0.
>
> Thanks,
> Owen
>
>
>
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]